Sign inSign up

noxied/wanwatcher:2.3

Multi-platform
Networking
Developer tools
Monitoring & observability
Index digest

sha256:d0b1be15884ef8b21db3cf730abad54989f092bfd05564a72b10fb557866e050

OS/ARCH

Compressed size

50.62 MB

Last pushed

3 months by noxied

Type

Image

Manifest digest

sha256:6da670fec84fa99518ccb1a8dff1bf3fd6a14ef386bc4c8fc756d848a1c05e80

Image Layers

1# debian.sh --arch 'arm64' out/28.75 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3RUN /bin/sh -c set -eux;1.22 MB
4ENV PYTHON_VERSION=3.14.60 B
5ENV PYTHON_SHA256=143b1dddefaec3bd2e21e3b839b34a2b7fb9842272883c576420d605e9f30c630 B
6RUN /bin/sh -c set -eux;11.68 MB
7RUN /bin/sh -c set -eux;249 B
8CMD ["python3"]0 B
9LABEL maintainer=noxied0 B
10LABEL description=WAN IP monitoring with0 B
11LABEL version=2.3.00 B
12LABEL org.opencontainers.image.title=WANwatcher0 B
13LABEL org.opencontainers.image.description=Monitor WAN IPv4/IPv6 addresses0 B
14LABEL org.opencontainers.image.version=2.3.00 B
15LABEL org.opencontainers.image.authors=noxied0 B
16LABEL org.opencontainers.image.url=https://github.com/noxied/wanwatcher0 B
17LABEL org.opencontainers.image.source=https://github.com/noxied/wanwatcher0 B
18LABEL org.opencontainers.image.licenses=MIT0 B
19WORKDIR /app91 B
20COPY requirements.txt /app/ # buildkit218 B
21RUN /bin/sh -c pip install8.85 MB
22COPY wanwatcher/ /app/wanwatcher/ # buildkit39.43 KB
23COPY scripts/healthcheck.py /app/healthcheck.py # buildkit856 B
24COPY wan_watcher.png /app/avatar.png # buildkit21.09 KB
25RUN /bin/sh -c useradd --create-home65.42 KB
26ENV DISCORD_ENABLED=false DISCORD_WEBHOOK_URL= DISCORD_AVATAR_URL= TELEGRAM_ENABLED=false0 B
27USER wanwatcher0 B
28EXPOSE [8080/tcp]0 B
29HEALTHCHECK {Test:[CMD python3 /app/healthcheck.py] Interval:5m0s0 B
30CMD ["python3" "-u" "-m" "wanwatcher"]0 B

Command

# debian.sh --arch 'arm64' out/ 'trixie' '@1781049600'