sha256:663223e9b000cbd212b587ed1b4b87059cd525df06a49e35915b787f8f5d6c97
OS/ARCH
Compressed size
50.61 MB
Last pushed
3 months by noxied
Type
Image
Manifest digest
sha256:b18426c19f6231dc4e07a3894f7b806e737afa30afd9636caaea73f7b0fa3716
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 B3RUN /bin/sh -c set -eux;1.22 MB4ENV PYTHON_VERSION=3.14.60 B5ENV PYTHON_SHA256=143b1dddefaec3bd2e21e3b839b34a2b7fb9842272883c576420d605e9f30c630 B6RUN /bin/sh -c set -eux;11.68 MB7RUN /bin/sh -c set -eux;249 B8CMD ["python3"]0 B9LABEL maintainer=noxied0 B10LABEL description=WAN IP monitoring with0 B11LABEL version=2.0.00 B12LABEL org.opencontainers.image.title=WANwatcher0 B13LABEL org.opencontainers.image.description=Monitor WAN IPv4/IPv6 addresses0 B14LABEL org.opencontainers.image.version=2.0.00 B15LABEL org.opencontainers.image.authors=noxied0 B16LABEL org.opencontainers.image.url=https://github.com/noxied/wanwatcher0 B17LABEL org.opencontainers.image.source=https://github.com/noxied/wanwatcher0 B18LABEL org.opencontainers.image.licenses=MIT0 B19WORKDIR /app93 B20COPY requirements.txt /app/ # buildkit217 B21RUN /bin/sh -c pip install8.85 MB22COPY wanwatcher/ /app/wanwatcher/ # buildkit35 KB23COPY scripts/healthcheck.py /app/healthcheck.py # buildkit858 B24COPY wan_watcher.png /app/avatar.png # buildkit21.09 KB25RUN /bin/sh -c useradd --create-home60.96 KB26ENV DISCORD_ENABLED=false DISCORD_WEBHOOK_URL= DISCORD_AVATAR_URL= TELEGRAM_ENABLED=false0 B27USER wanwatcher0 B28EXPOSE [8080/tcp]0 B29HEALTHCHECK {Test:[CMD python3 /app/healthcheck.py] Interval:5m0s0 B30CMD ["python3" "-u" "-m" "wanwatcher"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1781049600'