sha256:2a7a8325b560e3cb6834c31f2a86b9ef7fac13c63cf0d3bdf5a14bdd3f0fbe77
OS/ARCH
Compressed size
271.43 MB
Last pushed
5 months by dgtlmoon
Type
Image
Manifest digest
sha256:8f1962bd81227e3efda8027855ebe28454bb0187e4ad447ded7002ecc28af3b1
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;3.19 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B8RUN /bin/sh -c set -eux;15.14 MB9RUN /bin/sh -c set -eux;257 B10CMD ["python3"]0 B11LABEL org.opencontainers.image.source=https://github.com/dgtlmoon/changedetection.io0 B12LABEL org.opencontainers.image.url=https://changedetection.io0 B13LABEL org.opencontainers.image.documentation=https://changedetection.io/tutorials0 B14LABEL org.opencontainers.image.title=changedetection.io0 B15LABEL org.opencontainers.image.description=Self-hosted web page change0 B16LABEL org.opencontainers.image.licenses=Apache-2.00 B17LABEL org.opencontainers.image.vendor=changedetection.io0 B18RUN /bin/sh -c apt-get update33.19 MB19ENV PYTHONUNBUFFERED=10 B20RUN /bin/sh -c [ !99 B21RUN /bin/sh -c sed -i4.52 KB22COPY /dependencies /usr/local # buildkit189.01 MB23ENV PYTHONPATH=/usr/local0 B24EXPOSE [5000/tcp]0 B25COPY changedetectionio /app/changedetectionio # buildkit2.75 MB26RUN /bin/sh -c pybabel compile1.32 MB27RUN /bin/sh -c [ !110 B28COPY docs/api-spec.yaml /app/docs/api-spec.yaml # buildkit13.81 KB29COPY changedetection.py /app/changedetection.py # buildkit243 B30ARG LOGGER_LEVEL=0 B31ENV LOGGER_LEVEL=0 B32ENV LC_ALL=en_US.UTF-80 B33WORKDIR /app32 B34COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit531 B35RUN |1 LOGGER_LEVEL= /bin/sh -c32 B36ENTRYPOINT ["/docker-entrypoint.sh"]0 B37CMD ["python" "./changedetection.py" "-d" "/datastore"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1775433600'