sha256:4b3cbca1342956d0ee5ec9ccf0c3ad0ad67241d90fd2ac2606f0b9bfd10162de
OS/ARCH
Compressed size
48.47 MB
Last pushed
11 months by noxied
Type
Image
Manifest digest
sha256:2efc6b84670aa0bc2d69771e3d631a6fb5d1f1bdaf89c1c6ef5e1bc8dcd5cf29
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.2.00 B14LABEL org.opencontainers.image.title=WANwatcher0 B15LABEL org.opencontainers.image.description=Monitor WAN IPv4/IPv6 addresses0 B16LABEL org.opencontainers.image.version=1.2.00 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 install4.85 MB23COPY wanwatcher_docker.py /app/ # buildkit3.96 KB24COPY notifications.py /app/ # buildkit3.53 KB25RUN /bin/sh -c mkdir -p107 B26ENV DISCORD_WEBHOOK_URL= TELEGRAM_ENABLED=false TELEGRAM_BOT_TOKEN= TELEGRAM_CHAT_ID=0 B27COPY ipinfo.py /usr/local/lib/python3.11/site-packages/ipinfo.py # buildkit604 B28RUN /bin/sh -c chmod +x3.96 KB29HEALTHCHECK &{["CMD-SHELL" "python3 -c \"import0 B30CMD ["python3" "-u" "/app/wanwatcher_docker.py"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1760918400'