sha256:2c324916695445523d0dd84e42b59baf8e3cbe6b3d055f91cda7ac35e2328c26
OS/ARCH
Compressed size
52.06 MB
Last pushed
11 months by noxied
Type
Image
Manifest digest
sha256:1592e5f55b86a8adf5851cd4cf9a6a4c0e8a40bc9f377208b45a719f49863bad
Image Layers
1# debian.sh --arch 'arm64' out/28.75 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.21 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.140 B7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B8RUN /bin/sh -c set -eux;13.65 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11LABEL maintainer=noxied0 B12LABEL description=WAN IP Monitoring with0 B13LABEL version=1.3.10 B14LABEL org.opencontainers.image.title=WANwatcher0 B15LABEL org.opencontainers.image.description=Monitor WAN IPv4/IPv6 addresses0 B16LABEL org.opencontainers.image.version=1.3.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 /app92 B22RUN /bin/sh -c pip install8.41 MB23COPY wanwatcher_docker.py /app/ # buildkit5.65 KB24COPY notifications.py /app/ # buildkit7.16 KB25COPY wan_watcher.png /app/avatar.png # buildkit21.1 KB26RUN /bin/sh -c mkdir -p108 B27ENV DISCORD_ENABLED=false DISCORD_WEBHOOK_URL= DISCORD_AVATAR_URL= TELEGRAM_ENABLED=false0 B28RUN /bin/sh -c chmod +x5.65 KB29HEALTHCHECK &{["CMD-SHELL" "python3 -c \"import0 B30CMD ["python3" "-u" "/app/wanwatcher_docker.py"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1760918400'