sha256:60a88f9c3611f7c80f9e43ca6c126dbfc4c803511abc0c70c91e3d35b6757317
OS/ARCH
Compressed size
51.77 MB
Last pushed
11 months by noxied
Type
Image
Manifest digest
sha256:edbc4cf515796dda2b57f5d9120b9b3e25283dea0f52a515f7abdb01d09de575
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.23 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.140 B7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B8RUN /bin/sh -c set -eux;13.69 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11LABEL maintainer=noxied0 B12LABEL description=WAN IP Monitoring with0 B13LABEL version=1.4.10 B14LABEL org.opencontainers.image.title=WANwatcher0 B15LABEL org.opencontainers.image.description=Monitor WAN IPv4/IPv6 addresses0 B16LABEL org.opencontainers.image.version=1.4.10 B17LABEL org.opencontainers.image.authors=noxied0 B18LABEL org.opencontainers.image.url=https://github.com/noxied/wanwatcher0 B19LABEL org.opencontainers.image.source=https://github.com/noxied/wanwatcher0 B20LABEL org.opencontainers.image.licenses=MIT0 B21WORKDIR /app93 B22RUN /bin/sh -c pip install8.4 MB23COPY wanwatcher_docker.py /app/ # buildkit6.13 KB24COPY notifications.py /app/ # buildkit7.81 KB25COPY config_validator.py /app/ # buildkit3.58 KB26COPY wan_watcher.png /app/avatar.png # buildkit21.09 KB27RUN /bin/sh -c mkdir -p108 B28ENV DISCORD_ENABLED=false DISCORD_WEBHOOK_URL= DISCORD_AVATAR_URL= TELEGRAM_ENABLED=false0 B29RUN /bin/sh -c chmod +x6.13 KB30HEALTHCHECK &{["CMD-SHELL" "python3 -c \"import0 B31CMD ["python3" "-u" "/app/wanwatcher_docker.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1760918400'