sha256:bd9e31feab7a3e44a5494412019eaeb01b38a1266299938cc3c94764509e0fad
OS/ARCH
Compressed size
74.38 MB
Last pushed
3 months by coderluii
Type
Image
Manifest digest
sha256:026352a11205221f68fb141a5baea05013c1fc6940f756b539f7e39c9635b7c3
Image Layers
1apko12.28 MB2apko2.81 MB3apko3.11 MB4apko1.29 MB5apko681.34 KB6apko1.71 MB7apko949.6 KB8apko564.99 KB9apko358.33 KB10apko1.09 MB11apko60.37 KB12USER root0 B13ARG VERSION=0.9.40 B14ARG GIT_SHA=40034b8f283c261af8b94cbb767b7c50260dd1ae0 B15ARG BUILD_DATE=2026-06-23T14:50:45.988Z0 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.40 B21LABEL org.opencontainers.image.revision=40034b8f283c261af8b94cbb767b7c50260dd1ae0 B22LABEL org.opencontainers.image.created=2026-06-23T14:50:45.988Z0 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.4 GIT_SHA=40034b8f283c261af8b94cbb767b7c50260dd1ae BUILD_DATE=2026-06-23T14:50:45.988Z222.01 KB29WORKDIR /app32 B30COPY /venv /venv # buildkit38.08 MB31COPY /usr/share/zoneinfo /usr/share/zoneinfo # buildkit442.28 KB32COPY app/core/ /app/core/ # buildkit121.31 KB33COPY app/ui/backend/ /app/ui/backend/ # buildkit72.16 KB34COPY app/bin/channelwatch /usr/local/bin/channelwatch # buildkit631 B35COPY deploy/config/supervisor/supervisord.conf.template /etc/supervisor/conf.d/supervisord.conf.template # buildkit631 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.4 GIT_SHA=40034b8f283c261af8b94cbb767b7c50260dd1ae BUILD_DATE=2026-06-23T14:50:45.988Z628 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