sha256:315b496d70b79f1aa43c012baffdf2b711980a6c7426d104033f1656a0779a1e
OS/ARCH
Compressed size
72.64 MB
Last pushed
3 months by coderluii
Type
Image
Manifest digest
sha256:1b9332cf6158669702005b91a67d1039f57f38e0e994f2645c5e29a87055cd1f
Image Layers
1apko11.98 MB2apko2.55 MB3apko2.3 MB4apko1.19 MB5apko672.41 KB6apko1.71 MB7apko905.42 KB8apko360.28 KB9apko546.99 KB10apko1.07 MB11apko60.39 KB12USER root0 B13ARG VERSION=0.9.70 B14ARG GIT_SHA=fe3bc3738aec276453e89a8fdd0ee09be4ee008a0 B15ARG BUILD_DATE=2026-06-23T18:42:46.007Z0 B16LABEL org.opencontainers.image.title=ChannelWatch0 B17LABEL org.opencontainers.image.description=Self-hosted Channels DVR monitoring0 B18LABEL org.opencontainers.image.source=https://github.com/CoderLuii/ChannelWatch0 B19LABEL org.opencontainers.image.url=https://hub.docker.com/r/coderluii/channelwatch0 B20LABEL org.opencontainers.image.version=0.9.70 B21LABEL org.opencontainers.image.revision=fe3bc3738aec276453e89a8fdd0ee09be4ee008a0 B22LABEL org.opencontainers.image.created=2026-06-23T18:42:46.007Z0 B23LABEL org.opencontainers.image.licenses=MIT0 B24LABEL maintainer=CoderLuii0 B25ENV PATH=/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin0 B26ENV PYTHONPATH=/app0 B27ENV CONFIG_PATH=/config0 B28RUN |3 VERSION=0.9.7 GIT_SHA=fe3bc3738aec276453e89a8fdd0ee09be4ee008a BUILD_DATE=2026-06-23T18:42:46.007Z222.05 KB29WORKDIR /app32 B30COPY /venv /venv # buildkit37.9 MB31COPY /usr/share/zoneinfo /usr/share/zoneinfo # buildkit442.22 KB32COPY app/core/ /app/core/ # buildkit122.14 KB33COPY app/ui/backend/ /app/ui/backend/ # buildkit72.28 KB34COPY app/bin/channelwatch /usr/local/bin/channelwatch # buildkit630 B35COPY deploy/config/supervisor/supervisord.conf.template /etc/supervisor/conf.d/supervisord.conf.template # buildkit638 B36COPY /src/out /app/ui/backend/static_ui/ # buildkit6.71 MB37COPY app/ui/public/images /app/ui/backend/static/images/ # buildkit3.92 MB38RUN |3 VERSION=0.9.7 GIT_SHA=fe3bc3738aec276453e89a8fdd0ee09be4ee008a BUILD_DATE=2026-06-23T18:42:46.007Z627 B39VOLUME [/config]0 B40EXPOSE [8501/tcp]0 B41HEALTHCHECK {Test:[CMD /usr/bin/python -c import0 B42ENTRYPOINT ["/usr/bin/python" "/app/core/docker-entrypoint.py"]0 B43CMD ["/venv/bin/python" "-m" "supervisor.supervisord" "-c"0 BCommand
apko