Ivan Godwin igodwin
  • Joined on 2025-06-19

slack-to-ntfy (latest)

Published 2025-09-23 08:10:56 +00:00 by igodwin in igodwin/slack-to-ntfy

Installation

docker pull gitea.ivangodwin.com/igodwin/slack-to-ntfy:latest
sha256:6fb505a41de9c130a69de1a56d628f8ffa9be255651a2f5483b5a0f4514d0dcf

Images

Digest OS / Arch Size
886f169c97 linux/amd64 8.3 MiB
70f6ec62d8 linux/arm64 8.4 MiB

Image Layers ( linux/arm64)

ADD alpine-minirootfs-3.22.1-aarch64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk --no-cache add ca-certificates tzdata # buildkit
WORKDIR /root/
COPY /app/middleware . # buildkit
EXPOSE map[8080/tcp:{}]
HEALTHCHECK &{["CMD-SHELL" "wget --no-verbose --tries=1 --spider http://localhost:8080/health || exit 1"] "30s" "10s" "5s" "0s" '\x03'}
CMD ["./middleware"]
Details
Container
2025-09-23 08:10:56 +00:00
196
OCI / Docker
Versions (1) View all
latest 2025-09-23