Synthonyx Technologies Ltd

ntfy (v2.27.0-s1)

Published 2026-08-10 08:26:36 +00:00 by arjanvaneersel

Installation

docker pull cr.synthonyx.com/synthonyx/ntfy:v2.27.0-s1
sha256:fd5d19b160d082279b2003d1df25785a1fe2889e1ee3f6862e2e42f2e4668879

About this package

Send push notifications to your phone or desktop using PUT/POST

Image Layers

ADD alpine-minirootfs-3.24.1-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
LABEL org.opencontainers.image.authors=philipp.heckel@gmail.com
LABEL org.opencontainers.image.url=https://ntfy.sh/
LABEL org.opencontainers.image.documentation=https://docs.ntfy.sh/
LABEL org.opencontainers.image.source=https://github.com/binwiederhier/ntfy
LABEL org.opencontainers.image.vendor=Philipp C. Heckel
LABEL org.opencontainers.image.licenses=Apache-2.0, GPL-2.0
LABEL org.opencontainers.image.title=ntfy
LABEL org.opencontainers.image.description=Send push notifications to your phone or desktop using PUT/POST
RUN /bin/sh -c apk add --no-cache tzdata # buildkit
COPY ntfy /usr/bin # buildkit
EXPOSE map[80/tcp:{}]
ENTRYPOINT ["ntfy"]
USER root
/bin/sh -c apk upgrade --no-cache && apk add --no-cache curl
/bin/sh -c addgroup -g 10006 ntfy && adduser -S -u 10006 -G ntfy -H -s /sbin/nologin ntfy && mkdir -p /var/cache/ntfy /var/lib/ntfy && chown -R 10006:10006 /var/cache/ntfy /var/lib/ntfy
ENV NTFY_LISTEN_HTTP=:8080
EXPOSE 8080
USER ntfy:ntfy
HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 CMD curl -sf http://127.0.0.1:8080/v1/health | grep -q '"healthy":true' || exit 1
ENTRYPOINT ["ntfy"]
CMD ["serve"]

Labels

Key Value
io.buildah.version 1.44.1
org.opencontainers.image.authors philipp.heckel@gmail.com
org.opencontainers.image.description Send push notifications to your phone or desktop using PUT/POST
org.opencontainers.image.documentation https://docs.ntfy.sh/
org.opencontainers.image.licenses Apache-2.0, GPL-2.0
org.opencontainers.image.source https://github.com/binwiederhier/ntfy
org.opencontainers.image.title ntfy
org.opencontainers.image.url https://ntfy.sh/
org.opencontainers.image.vendor Philipp C. Heckel
Details
Container
2026-08-10 08:26:36 +00:00
10
OCI / Docker
linux/amd64
philipp.heckel@gmail.com
Apache-2.0, GPL-2.0
38 MiB
Versions (1) View all
v2.27.0-s1 2026-08-10