sha256:d0b1be15884ef8b21db3cf730abad54989f092bfd05564a72b10fb557866e050
OS/ARCH
Compressed size
50.4 MB
Last pushed
3 months by noxied
Type
Image
Manifest digest
sha256:9b605cd49179f2f02b263bdbdea4e729fe47a98f5cfb7bd44e77475dc8c6438c
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3RUN /bin/sh -c set -eux;1.23 MB4ENV PYTHON_VERSION=3.14.60 B5ENV PYTHON_SHA256=143b1dddefaec3bd2e21e3b839b34a2b7fb9842272883c576420d605e9f30c630 B6RUN /bin/sh -c set -eux;11.76 MB7RUN /bin/sh -c set -eux;249 B8CMD ["python3"]0 B9LABEL maintainer=noxied0 B10LABEL description=WAN IP monitoring with0 B11LABEL version=2.3.00 B12LABEL org.opencontainers.image.title=WANwatcher0 B13LABEL org.opencontainers.image.description=Monitor WAN IPv4/IPv6 addresses0 B14LABEL org.opencontainers.image.version=2.3.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/ # buildkit218 B21RUN /bin/sh -c pip install8.88 MB22COPY wanwatcher/ /app/wanwatcher/ # buildkit39.43 KB23COPY scripts/healthcheck.py /app/healthcheck.py # buildkit859 B24COPY wan_watcher.png /app/avatar.png # buildkit21.09 KB25RUN /bin/sh -c useradd --create-home65.42 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 'amd64' out/ 'trixie' '@1781049600'