notify (0.1.35)
Published 2025-04-24 12:46:46 +02:00 by mthie
Installation
docker pull docker.mthie.com/mthie.com/notify:0.1.35sha256:f827684aa0fa943ae2d54b11418801c6cf5509bc5f6d116d307f0d4db2897120
Image Layers
| ADD alpine-minirootfs-3.18.12-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk update # buildkit |
| RUN /bin/sh -c apk add --no-cache libstdc++ ca-certificates tzdata # buildkit |
| COPY /usr/bin/notify.mthie.com /usr/bin/notify.mthie.com # buildkit |
| COPY /usr/local/lib/ /usr/local/lib/ # buildkit |
| RUN /bin/sh -c ls -lah /usr/local/lib # buildkit |
| RUN /bin/sh -c ldconfig -v /usr/local/lib # buildkit |
| EXPOSE map[80/tcp:{}] |
| CMD ["notify.mthie.com"] |