notify (0.1.38)
Published 2025-04-24 12:54:29 +02:00 by mthie
Installation
docker pull docker.mthie.com/mthie.com/notify:0.1.38sha256:5d2c334eaafc3a7e9ff4c9f4c4446dc7bea6165a832b2b959e3e0777f1f562ea
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"] |