ntfy (latest)
Published 2026-03-27 00:02:05 +00:00 by myve
Installation
docker pull hub.myvelabs.com/lab/ntfy:latestsha256:9be86f2e2dba8b4782f3d9e674eb6f9bdf10f0afb6f5c3675629a32efc55b54cAbout this package
Send push notifications to your phone or desktop using PUT/POST
Image layers
| ADD alpine-minirootfs-3.23.3-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"] |
Labels
| Key | Value |
|---|---|
| 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 |