Namespace
dgtlmoon
Image / Tag
changedetection.io:dev
Content Digest
sha256:0c4c957141ae37be9f3ea3eab15c1d36a2d20790ccd9e75461f32c32682c5613
Details
Created

2026-06-28 10:27:11 UTC

Size

340 MB

Content Digest
Labels
  • org.opencontainers.image.created
  • org.opencontainers.image.description
    Website, webpage change detection, monitoring and notifications.
  • org.opencontainers.image.documentation
    https://changedetection.io
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    613258b773a6f0fcbe7157577e2146ab693ed018
  • org.opencontainers.image.source
    https://github.com/dgtlmoon/changedetection.io
  • org.opencontainers.image.title
    changedetection.io
  • org.opencontainers.image.url
    https://changedetection.io
  • org.opencontainers.image.vendor
    changedetection.io
  • org.opencontainers.image.version
    dev

Environment
GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

LANG

C.UTF-8

LC_ALL

en_US.UTF-8

LOGGER_LEVEL

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHONPATH

/usr/local

PYTHONUNBUFFERED

1

PYTHON_SHA256

272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b625

PYTHON_VERSION

3.11.15


Layers

[#000] sha256:68629629b516c3cd6f5e71ffbe18e32afb1ae5b4926c92d058c0f11ef1fd58a3 - 7.92% (26.9 MB)

[#001] sha256:5f2829973c61ae9b3eae29d8108779a49e2b582938aa91886ad6c3ee12fc3c49 - 0.99% (3.36 MB)

[#002] sha256:e816daf19684e90b8ed90b829441394a6c979647ae9511a4dbc22e65309443ea - 4.47% (15.2 MB)

[#003] sha256:eedddce55abed0a420359989184b3ac16b0d0f47193f7dfee5d0d17cf0b0dedf - 0.0% (248 Bytes)

[#004] sha256:9b98ce549f8d7c5aa65246acb31f672316a882769f50eaf0952f98fdd623ee6b - 9.83% (33.4 MB)

[#005] sha256:1f99fc363dc8ec83b450106476c26660a1af37093e940ed0f9689abea812440d - 0.0% (99 Bytes)

[#006] sha256:8c08d8e3c47936c35f964b10d8ae1a3d98a6aaf496b030dbc61597ea510d48e5 - 0.0% (4.52 KB)

[#007] sha256:bb9438eac67aa2e9a7f0c80532d9c57172470b3e5b62f1b6c04c596a1c1e447f - 75.5% (257 MB)

[#008] sha256:de677c499cbdb63026cd041895148f1370e7c5280b12ee4a1a0b52f6e5c1c102 - 0.89% (3.03 MB)

[#009] sha256:7a84f88d6e1b6537fe6761b5877acbdd05d6c93d679c64d60a2d0f2b5fa1b77d - 0.4% (1.35 MB)

[#010] sha256:ec6691951e9cacc924bd41f69b97d6e2e9a813421524d32e3465eeaaf0d63fe5 - 0.0% (110 Bytes)

[#011] sha256:15c5d907914105551db7d09927ae3b5fe92b8e8a18ef1afc2429578cc06d08cc - 0.0% (14.5 KB)

[#012] sha256:cff39926d2d18e3b8fa6def9ab77f5690b36fef7673ed7aef6aae7d9975f7bb6 - 0.0% (244 Bytes)

[#013] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#014] sha256:df988251ed63ac5078804762a1051812af522468651454d9a8b109e10068b499 - 0.0% (762 Bytes)

[#015] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2026-06-23 00:00:00 UTC (debuerreotype 0.17)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'

2026-06-24 02:02:16 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2026-06-24 02:02:16 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2026-06-24 02:02:16 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; rm -rf /var/lib/apt/lists/* # buildkit

2026-06-24 02:02:16 UTC (buildkit.dockerfile.v0)

ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D

2026-06-24 02:02:16 UTC (buildkit.dockerfile.v0)

ENV PYTHON_VERSION=3.11.15

2026-06-24 02:02:16 UTC (buildkit.dockerfile.v0)

ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b625

2026-06-24 02:11:12 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg libbluetooth-dev libbz2-dev libc6-dev libdb-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; echo "$PYTHON_SHA256 *python.tar.xz" | sha256sum -c -; wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; gpg --batch --verify python.tar.xz.asc python.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared $(test "${gnuArch%%-*}" != 'riscv64' && echo '--with-lto') --with-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; LDFLAGS="${LDFLAGS:-} -Wl,--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-} -Wl,-rpath='\$\$ORIGIN/../lib'" python ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) \) -exec rm -rf '{}' + ; ldconfig; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' | sort -u | xargs -rt dpkg-query --search | awk 'sub(":$", "", $1) { print $1 }' | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; export PYTHONDONTWRITEBYTECODE=1; python3 --version; pip3 install --disable-pip-version-check --no-cache-dir --no-compile 'setuptools==79.0.1' 'wheel<0.46' ; pip3 --version # buildkit

2026-06-24 02:11:12 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; for src in idle3 pip3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done # buildkit

2026-06-24 02:11:12 UTC (buildkit.dockerfile.v0)

CMD ["python3"]

2026-06-28 08:51:12 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.source=https://github.com/dgtlmoon/changedetection.io

2026-06-28 08:51:12 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.url=https://changedetection.io

2026-06-28 08:51:12 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://changedetection.io/tutorials

2026-06-28 08:51:12 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=changedetection.io

2026-06-28 08:51:12 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.description=Self-hosted web page change monitoring and notification service

2026-06-28 08:51:12 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.licenses=Apache-2.0

2026-06-28 08:51:12 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=changedetection.io

2026-06-28 08:51:12 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libxslt1.1 locales poppler-utils file zlib1g libglib2.0-0 libsm6 libxext6 libxrender-dev && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2026-06-28 08:51:12 UTC (buildkit.dockerfile.v0)

ENV PYTHONUNBUFFERED=1

2026-06-28 08:51:13 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c [ ! -d "/datastore" ] && mkdir /datastore # buildkit

2026-06-28 08:51:13 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c sed -i 's/^CipherString = .*/CipherString = DEFAULT@SECLEVEL=1/' /etc/ssl/openssl.cnf # buildkit

2026-06-28 09:20:32 UTC (buildkit.dockerfile.v0)

COPY /dependencies /usr/local # buildkit

2026-06-28 09:20:32 UTC (buildkit.dockerfile.v0)

ENV PYTHONPATH=/usr/local

2026-06-28 09:20:32 UTC (buildkit.dockerfile.v0)

EXPOSE [5000/tcp]

2026-06-28 10:27:09 UTC (buildkit.dockerfile.v0)

COPY changedetectionio /app/changedetectionio # buildkit

2026-06-28 10:27:10 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pybabel compile -d /app/changedetectionio/translations # buildkit

2026-06-28 10:27:10 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c [ ! -d "/app/docs" ] && mkdir /app/docs # buildkit

2026-06-28 10:27:10 UTC (buildkit.dockerfile.v0)

COPY docs/api-spec.yaml /app/docs/api-spec.yaml # buildkit

2026-06-28 10:27:10 UTC (buildkit.dockerfile.v0)

COPY changedetection.py /app/changedetection.py # buildkit

2026-06-28 10:27:10 UTC (buildkit.dockerfile.v0)

ARG LOGGER_LEVEL=

2026-06-28 10:27:10 UTC (buildkit.dockerfile.v0)

ENV LOGGER_LEVEL=

2026-06-28 10:27:10 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=en_US.UTF-8

2026-06-28 10:27:10 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-06-28 10:27:11 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit

2026-06-28 10:27:11 UTC (buildkit.dockerfile.v0)

RUN |1 LOGGER_LEVEL= /bin/sh -c chmod +x /docker-entrypoint.sh # buildkit

2026-06-28 10:27:11 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2026-06-28 10:27:11 UTC (buildkit.dockerfile.v0)

CMD ["python" "./changedetection.py" "-d" "/datastore"]

Details
Created

2026-06-28 10:27:23 UTC

Size

199 MB

Content Digest
Labels
  • org.opencontainers.image.created
  • org.opencontainers.image.description
    Website, webpage change detection, monitoring and notifications.
  • org.opencontainers.image.documentation
    https://changedetection.io
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    613258b773a6f0fcbe7157577e2146ab693ed018
  • org.opencontainers.image.source
    https://github.com/dgtlmoon/changedetection.io
  • org.opencontainers.image.title
    changedetection.io
  • org.opencontainers.image.url
    https://changedetection.io
  • org.opencontainers.image.vendor
    changedetection.io
  • org.opencontainers.image.version
    dev

Environment
GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

LANG

C.UTF-8

LC_ALL

en_US.UTF-8

LOGGER_LEVEL

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHONPATH

/usr/local

PYTHONUNBUFFERED

1

PYTHON_SHA256

272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b625

PYTHON_VERSION

3.11.15


Layers

[#000] sha256:0ead8fe4feab98996b3feb5f196406b6d02e126a6955d96078d2f12294dacb62 - 11.49% (22.8 MB)

[#001] sha256:731743e8174b16320777d0ad68718a575104124c415dbb85c213e94fefa7abe6 - 1.41% (2.79 MB)

[#002] sha256:21ef3e8ea798f7a54afe9cdb73adacf6bda97fd223a85da82ad78ecc003855e1 - 7.16% (14.2 MB)

[#003] sha256:35d8c29f5f3805fb71458796419275d202771c600c44f1e8426f2d045f5200b6 - 0.0% (250 Bytes)

[#004] sha256:e2c4777df08fefdcc456c6eec8f8287bbf0f7aa7d8062f3c2c3debeaf859aa4d - 15.66% (31.1 MB)

[#005] sha256:4ea355b956f43500153a4affa8370b6138b2dcfbfff796b0568504f0f68c7d2b - 0.0% (98 Bytes)

[#006] sha256:69726477098fff103e68e7a5e2f0df66331fc7a66a3ed355bf0c8aa561ba4f68 - 0.0% (4.52 KB)

[#007] sha256:01ab232d9b80b56b28abc4a8a40523d2fe1bf3d592ca3f60505c01fb9a74882d - 62.06% (123 MB)

[#008] sha256:42b3f32cbb4a13b0e154c498c7a9495a96eddef05f3cde801dcbc23cc576a7dd - 1.53% (3.03 MB)

[#009] sha256:4267052c657319718588a707e34a57292822ac0bacbd3be1ff83b1ddc044782b - 0.68% (1.35 MB)

[#010] sha256:a18b4ed2cae28f025d9101ee057a20fb8e550a2810d2bb39dbbe8ed12c1855cc - 0.0% (110 Bytes)

[#011] sha256:23850727616e5580726e57a7855bdb7562454a0d8e0ea294d42a9bf6d8b1c9c8 - 0.01% (14.5 KB)

[#012] sha256:77dd4546288e74caadae6b0e38c75f731481bb9c2867fda1fd5959e667c53ab3 - 0.0% (245 Bytes)

[#013] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#014] sha256:df988251ed63ac5078804762a1051812af522468651454d9a8b109e10068b499 - 0.0% (762 Bytes)

[#015] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2026-06-23 00:00:00 UTC (debuerreotype 0.17)

# debian.sh --arch 'armhf' out/ 'bookworm' '@1782172800'

2026-06-24 03:16:24 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2026-06-24 03:16:24 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2026-06-24 03:16:24 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; rm -rf /var/lib/apt/lists/* # buildkit

2026-06-24 03:16:24 UTC (buildkit.dockerfile.v0)

ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D

2026-06-24 03:16:24 UTC (buildkit.dockerfile.v0)

ENV PYTHON_VERSION=3.11.15

2026-06-24 03:16:24 UTC (buildkit.dockerfile.v0)

ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b625

2026-06-24 03:33:37 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg libbluetooth-dev libbz2-dev libc6-dev libdb-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; echo "$PYTHON_SHA256 *python.tar.xz" | sha256sum -c -; wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; gpg --batch --verify python.tar.xz.asc python.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared $(test "${gnuArch%%-*}" != 'riscv64' && echo '--with-lto') --with-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; LDFLAGS="${LDFLAGS:-} -Wl,--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-} -Wl,-rpath='\$\$ORIGIN/../lib'" python ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) \) -exec rm -rf '{}' + ; ldconfig; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' | sort -u | xargs -rt dpkg-query --search | awk 'sub(":$", "", $1) { print $1 }' | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; export PYTHONDONTWRITEBYTECODE=1; python3 --version; pip3 install --disable-pip-version-check --no-cache-dir --no-compile 'setuptools==79.0.1' 'wheel<0.46' ; pip3 --version # buildkit

2026-06-24 03:33:37 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; for src in idle3 pip3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done # buildkit

2026-06-24 03:33:37 UTC (buildkit.dockerfile.v0)

CMD ["python3"]

2026-06-28 08:54:42 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.source=https://github.com/dgtlmoon/changedetection.io

2026-06-28 08:54:42 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.url=https://changedetection.io

2026-06-28 08:54:42 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://changedetection.io/tutorials

2026-06-28 08:54:42 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=changedetection.io

2026-06-28 08:54:42 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.description=Self-hosted web page change monitoring and notification service

2026-06-28 08:54:42 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.licenses=Apache-2.0

2026-06-28 08:54:42 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=changedetection.io

2026-06-28 08:54:42 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libxslt1.1 locales poppler-utils file zlib1g libglib2.0-0 libsm6 libxext6 libxrender-dev && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2026-06-28 08:54:42 UTC (buildkit.dockerfile.v0)

ENV PYTHONUNBUFFERED=1

2026-06-28 08:54:42 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c [ ! -d "/datastore" ] && mkdir /datastore # buildkit

2026-06-28 08:54:42 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c sed -i 's/^CipherString = .*/CipherString = DEFAULT@SECLEVEL=1/' /etc/ssl/openssl.cnf # buildkit

2026-06-28 09:39:16 UTC (buildkit.dockerfile.v0)

COPY /dependencies /usr/local # buildkit

2026-06-28 09:39:16 UTC (buildkit.dockerfile.v0)

ENV PYTHONPATH=/usr/local

2026-06-28 09:39:16 UTC (buildkit.dockerfile.v0)

EXPOSE [5000/tcp]

2026-06-28 10:27:08 UTC (buildkit.dockerfile.v0)

COPY changedetectionio /app/changedetectionio # buildkit

2026-06-28 10:27:23 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pybabel compile -d /app/changedetectionio/translations # buildkit

2026-06-28 10:27:23 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c [ ! -d "/app/docs" ] && mkdir /app/docs # buildkit

2026-06-28 10:27:23 UTC (buildkit.dockerfile.v0)

COPY docs/api-spec.yaml /app/docs/api-spec.yaml # buildkit

2026-06-28 10:27:23 UTC (buildkit.dockerfile.v0)

COPY changedetection.py /app/changedetection.py # buildkit

2026-06-28 10:27:23 UTC (buildkit.dockerfile.v0)

ARG LOGGER_LEVEL=

2026-06-28 10:27:23 UTC (buildkit.dockerfile.v0)

ENV LOGGER_LEVEL=

2026-06-28 10:27:23 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=en_US.UTF-8

2026-06-28 10:27:23 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-06-28 10:27:23 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit

2026-06-28 10:27:23 UTC (buildkit.dockerfile.v0)

RUN |1 LOGGER_LEVEL= /bin/sh -c chmod +x /docker-entrypoint.sh # buildkit

2026-06-28 10:27:23 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2026-06-28 10:27:23 UTC (buildkit.dockerfile.v0)

CMD ["python" "./changedetection.py" "-d" "/datastore"]

Details
Created

2026-06-28 10:55:15 UTC

Size

199 MB

Content Digest
Labels
  • org.opencontainers.image.created
  • org.opencontainers.image.description
    Website, webpage change detection, monitoring and notifications.
  • org.opencontainers.image.documentation
    https://changedetection.io
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    613258b773a6f0fcbe7157577e2146ab693ed018
  • org.opencontainers.image.source
    https://github.com/dgtlmoon/changedetection.io
  • org.opencontainers.image.title
    changedetection.io
  • org.opencontainers.image.url
    https://changedetection.io
  • org.opencontainers.image.vendor
    changedetection.io
  • org.opencontainers.image.version
    dev

Environment
GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

LANG

C.UTF-8

LC_ALL

en_US.UTF-8

LOGGER_LEVEL

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHONPATH

/usr/local

PYTHONUNBUFFERED

1

PYTHON_SHA256

272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b625

PYTHON_VERSION

3.11.15


Layers

[#000] sha256:0ead8fe4feab98996b3feb5f196406b6d02e126a6955d96078d2f12294dacb62 - 11.49% (22.8 MB)

[#001] sha256:731743e8174b16320777d0ad68718a575104124c415dbb85c213e94fefa7abe6 - 1.41% (2.79 MB)

[#002] sha256:21ef3e8ea798f7a54afe9cdb73adacf6bda97fd223a85da82ad78ecc003855e1 - 7.16% (14.2 MB)

[#003] sha256:35d8c29f5f3805fb71458796419275d202771c600c44f1e8426f2d045f5200b6 - 0.0% (250 Bytes)

[#004] sha256:e47482d19c007b2ad64dedc643b5b40ef9196c64d9fe2501d844dc7cae05dc0e - 15.66% (31.1 MB)

[#005] sha256:5ca019b8b58d60d8acd294e5ecf769ab716141beb477f75c97d3a1bbe67cfd58 - 0.0% (99 Bytes)

[#006] sha256:f956925f8337b7d9d2e06ea8b18686d0b726bbb9561c5bb64c59011273b0e01a - 0.0% (4.52 KB)

[#007] sha256:0af7b3fc43c5563f9a9e28a72bfbc10896bad1594a723d5475697b231874f26f - 62.06% (123 MB)

[#008] sha256:03e156a8c9381f353aef8821654b2f4bc5a76d7ad9ec9571815212316c4a3696 - 1.53% (3.03 MB)

[#009] sha256:ae68dc4854e05f0929c44972e47a9830e08a69395d820f0c60a025eba0ebd439 - 0.68% (1.35 MB)

[#010] sha256:78345bb178c0d93f06e544909c650e9fb2eb9d62f448df78cd864b378b387605 - 0.0% (111 Bytes)

[#011] sha256:9b87fa69e8bd8375984e77b89d03e1b1813f4fd5634dc4715dcc1449d8c87a2b - 0.01% (14.5 KB)

[#012] sha256:e9cf25f1a0bb5fe0d48f3c99824648ee05164e8cafeb9fd24b8dbb2e4c3004e7 - 0.0% (244 Bytes)

[#013] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#014] sha256:df988251ed63ac5078804762a1051812af522468651454d9a8b109e10068b499 - 0.0% (762 Bytes)

[#015] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2026-06-23 00:00:00 UTC (debuerreotype 0.17)

# debian.sh --arch 'armhf' out/ 'bookworm' '@1782172800'

2026-06-24 03:16:24 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2026-06-24 03:16:24 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2026-06-24 03:16:24 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; rm -rf /var/lib/apt/lists/* # buildkit

2026-06-24 03:16:24 UTC (buildkit.dockerfile.v0)

ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D

2026-06-24 03:16:24 UTC (buildkit.dockerfile.v0)

ENV PYTHON_VERSION=3.11.15

2026-06-24 03:16:24 UTC (buildkit.dockerfile.v0)

ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b625

2026-06-24 03:33:37 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg libbluetooth-dev libbz2-dev libc6-dev libdb-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; echo "$PYTHON_SHA256 *python.tar.xz" | sha256sum -c -; wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; gpg --batch --verify python.tar.xz.asc python.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared $(test "${gnuArch%%-*}" != 'riscv64' && echo '--with-lto') --with-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; LDFLAGS="${LDFLAGS:-} -Wl,--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-} -Wl,-rpath='\$\$ORIGIN/../lib'" python ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) \) -exec rm -rf '{}' + ; ldconfig; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' | sort -u | xargs -rt dpkg-query --search | awk 'sub(":$", "", $1) { print $1 }' | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; export PYTHONDONTWRITEBYTECODE=1; python3 --version; pip3 install --disable-pip-version-check --no-cache-dir --no-compile 'setuptools==79.0.1' 'wheel<0.46' ; pip3 --version # buildkit

2026-06-24 03:33:37 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; for src in idle3 pip3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done # buildkit

2026-06-24 03:33:37 UTC (buildkit.dockerfile.v0)

CMD ["python3"]

2026-06-28 08:54:39 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.source=https://github.com/dgtlmoon/changedetection.io

2026-06-28 08:54:39 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.url=https://changedetection.io

2026-06-28 08:54:39 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://changedetection.io/tutorials

2026-06-28 08:54:39 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=changedetection.io

2026-06-28 08:54:39 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.description=Self-hosted web page change monitoring and notification service

2026-06-28 08:54:39 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.licenses=Apache-2.0

2026-06-28 08:54:39 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=changedetection.io

2026-06-28 08:54:39 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libxslt1.1 locales poppler-utils file zlib1g libglib2.0-0 libsm6 libxext6 libxrender-dev && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2026-06-28 08:54:39 UTC (buildkit.dockerfile.v0)

ENV PYTHONUNBUFFERED=1

2026-06-28 08:54:40 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c [ ! -d "/datastore" ] && mkdir /datastore # buildkit

2026-06-28 08:54:40 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c sed -i 's/^CipherString = .*/CipherString = DEFAULT@SECLEVEL=1/' /etc/ssl/openssl.cnf # buildkit

2026-06-28 10:55:07 UTC (buildkit.dockerfile.v0)

COPY /dependencies /usr/local # buildkit

2026-06-28 10:55:07 UTC (buildkit.dockerfile.v0)

ENV PYTHONPATH=/usr/local

2026-06-28 10:55:07 UTC (buildkit.dockerfile.v0)

EXPOSE [5000/tcp]

2026-06-28 10:55:07 UTC (buildkit.dockerfile.v0)

COPY changedetectionio /app/changedetectionio # buildkit

2026-06-28 10:55:15 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pybabel compile -d /app/changedetectionio/translations # buildkit

2026-06-28 10:55:15 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c [ ! -d "/app/docs" ] && mkdir /app/docs # buildkit

2026-06-28 10:55:15 UTC (buildkit.dockerfile.v0)

COPY docs/api-spec.yaml /app/docs/api-spec.yaml # buildkit

2026-06-28 10:55:15 UTC (buildkit.dockerfile.v0)

COPY changedetection.py /app/changedetection.py # buildkit

2026-06-28 10:55:15 UTC (buildkit.dockerfile.v0)

ARG LOGGER_LEVEL=

2026-06-28 10:55:15 UTC (buildkit.dockerfile.v0)

ENV LOGGER_LEVEL=

2026-06-28 10:55:15 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=en_US.UTF-8

2026-06-28 10:55:15 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-06-28 10:55:15 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit

2026-06-28 10:55:15 UTC (buildkit.dockerfile.v0)

RUN |1 LOGGER_LEVEL= /bin/sh -c chmod +x /docker-entrypoint.sh # buildkit

2026-06-28 10:55:15 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2026-06-28 10:55:15 UTC (buildkit.dockerfile.v0)

CMD ["python" "./changedetection.py" "-d" "/datastore"]

Details
Created

2026-06-28 10:27:25 UTC

Size

311 MB

Content Digest
Labels
  • org.opencontainers.image.created
  • org.opencontainers.image.description
    Website, webpage change detection, monitoring and notifications.
  • org.opencontainers.image.documentation
    https://changedetection.io
  • org.opencontainers.image.licenses
    Apache-2.0
  • org.opencontainers.image.revision
    613258b773a6f0fcbe7157577e2146ab693ed018
  • org.opencontainers.image.source
    https://github.com/dgtlmoon/changedetection.io
  • org.opencontainers.image.title
    changedetection.io
  • org.opencontainers.image.url
    https://changedetection.io
  • org.opencontainers.image.vendor
    changedetection.io
  • org.opencontainers.image.version
    dev

Environment
GPG_KEY

A035C8C19219BA821ECEA86B64E628F8D684696D

LANG

C.UTF-8

LC_ALL

en_US.UTF-8

LOGGER_LEVEL

PATH

/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PYTHONPATH

/usr/local

PYTHONUNBUFFERED

1

PYTHON_SHA256

272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b625

PYTHON_VERSION

3.11.15


Layers

[#000] sha256:74f1dcfcc9c80045f6f6394ffcfc261cb19d0c71b97e964aec3d4abf4e0f7009 - 8.62% (26.8 MB)

[#001] sha256:755ad895c39ca02338ee036b6e754863fe176a403a350b617d25bd2ec8bb5a02 - 1.03% (3.2 MB)

[#002] sha256:fcf5e53d1901f93c015e3e257970e2326ea7fc8860c5c33db179af749aa19d7a - 4.86% (15.1 MB)

[#003] sha256:a4eb1056968a46ad41c648196dbc94e60f85d1eb17a0ffd411b4e756abbe3a07 - 0.0% (250 Bytes)

[#004] sha256:60dbb98b1b1a87bfe6d2b4276391a3474eb281b5cd5fcdd13be4512f52328932 - 10.67% (33.2 MB)

[#005] sha256:0104f57812f539e95890e397451ee65efc8ecf3aa9103a26fa8032fd1b20c782 - 0.0% (99 Bytes)

[#006] sha256:d9d7df450375ae0a7631db019b468c9db82dbf2fdadecd3674d2e0b4366c7632 - 0.0% (4.52 KB)

[#007] sha256:3048526acdd42efe4d49dd830d036bf59fd12c5adebd6f5595398d1e46272a3c - 73.41% (229 MB)

[#008] sha256:5af803d9ef9d017358dd54faf84ffaced7a39e6152e62db5f0b826f95ebce340 - 0.97% (3.03 MB)

[#009] sha256:1cd31fbbd4ab18d187a1366f54ecfd8285ee9ca6ea4778b321007b3068e1c298 - 0.43% (1.35 MB)

[#010] sha256:03ad1423e52a518b5499b46da97a5a8d803f560953ea95c9a93dacbaed9314bd - 0.0% (110 Bytes)

[#011] sha256:677a3cbc5f6b842c7adf6c6d9127761d5117b51c96893289f29d051d815c65af - 0.0% (14.5 KB)

[#012] sha256:d69436a9c5b25a4d65eecca4dff3fca3ab1f798d22b924034ac356e657fa4ed7 - 0.0% (243 Bytes)

[#013] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#014] sha256:df988251ed63ac5078804762a1051812af522468651454d9a8b109e10068b499 - 0.0% (762 Bytes)

[#015] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2026-06-23 00:00:00 UTC (debuerreotype 0.17)

# debian.sh --arch 'arm64' out/ 'bookworm' '@1782172800'

2026-06-24 02:06:17 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2026-06-24 02:06:17 UTC (buildkit.dockerfile.v0)

ENV LANG=C.UTF-8

2026-06-24 02:06:17 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; rm -rf /var/lib/apt/lists/* # buildkit

2026-06-24 02:06:17 UTC (buildkit.dockerfile.v0)

ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D

2026-06-24 02:06:17 UTC (buildkit.dockerfile.v0)

ENV PYTHON_VERSION=3.11.15

2026-06-24 02:06:17 UTC (buildkit.dockerfile.v0)

ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b625

2026-06-24 02:17:37 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends dpkg-dev gcc gnupg libbluetooth-dev libbz2-dev libc6-dev libdb-dev libffi-dev libgdbm-dev liblzma-dev libncursesw5-dev libreadline-dev libsqlite3-dev libssl-dev make tk-dev uuid-dev wget xz-utils zlib1g-dev ; wget -O python.tar.xz "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz"; echo "$PYTHON_SHA256 *python.tar.xz" | sha256sum -c -; wget -O python.tar.xz.asc "https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc"; GNUPGHOME="$(mktemp -d)"; export GNUPGHOME; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys "$GPG_KEY"; gpg --batch --verify python.tar.xz.asc python.tar.xz; gpgconf --kill all; rm -rf "$GNUPGHOME" python.tar.xz.asc; mkdir -p /usr/src/python; tar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; rm python.tar.xz; cd /usr/src/python; gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)"; ./configure --build="$gnuArch" --enable-loadable-sqlite-extensions --enable-optimizations --enable-option-checking=fatal --enable-shared $(test "${gnuArch%%-*}" != 'riscv64' && echo '--with-lto') --with-ensurepip ; nproc="$(nproc)"; EXTRA_CFLAGS="$(dpkg-buildflags --get CFLAGS)"; LDFLAGS="$(dpkg-buildflags --get LDFLAGS)"; LDFLAGS="${LDFLAGS:-} -Wl,--strip-all"; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-}" ; rm python; make -j "$nproc" "EXTRA_CFLAGS=${EXTRA_CFLAGS:-}" "LDFLAGS=${LDFLAGS:-} -Wl,-rpath='\$\$ORIGIN/../lib'" python ; make install; cd /; rm -rf /usr/src/python; find /usr/local -depth \( \( -type d -a \( -name test -o -name tests -o -name idle_test \) \) -o \( -type f -a \( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \) \) \) -exec rm -rf '{}' + ; ldconfig; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark; find /usr/local -type f -executable -not \( -name '*tkinter*' \) -exec ldd '{}' ';' | awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' | sort -u | xargs -rt dpkg-query --search | awk 'sub(":$", "", $1) { print $1 }' | sort -u | xargs -r apt-mark manual ; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; rm -rf /var/lib/apt/lists/*; export PYTHONDONTWRITEBYTECODE=1; python3 --version; pip3 install --disable-pip-version-check --no-cache-dir --no-compile 'setuptools==79.0.1' 'wheel<0.46' ; pip3 --version # buildkit

2026-06-24 02:17:37 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c set -eux; for src in idle3 pip3 pydoc3 python3 python3-config; do dst="$(echo "$src" | tr -d 3)"; [ -s "/usr/local/bin/$src" ]; [ ! -e "/usr/local/bin/$dst" ]; ln -svT "$src" "/usr/local/bin/$dst"; done # buildkit

2026-06-24 02:17:37 UTC (buildkit.dockerfile.v0)

CMD ["python3"]

2026-06-28 08:54:48 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.source=https://github.com/dgtlmoon/changedetection.io

2026-06-28 08:54:48 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.url=https://changedetection.io

2026-06-28 08:54:48 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://changedetection.io/tutorials

2026-06-28 08:54:48 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=changedetection.io

2026-06-28 08:54:48 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.description=Self-hosted web page change monitoring and notification service

2026-06-28 08:54:48 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.licenses=Apache-2.0

2026-06-28 08:54:48 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=changedetection.io

2026-06-28 08:54:48 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libxslt1.1 locales poppler-utils file zlib1g libglib2.0-0 libsm6 libxext6 libxrender-dev && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2026-06-28 08:54:48 UTC (buildkit.dockerfile.v0)

ENV PYTHONUNBUFFERED=1

2026-06-28 08:54:48 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c [ ! -d "/datastore" ] && mkdir /datastore # buildkit

2026-06-28 08:54:48 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c sed -i 's/^CipherString = .*/CipherString = DEFAULT@SECLEVEL=1/' /etc/ssl/openssl.cnf # buildkit

2026-06-28 09:40:17 UTC (buildkit.dockerfile.v0)

COPY /dependencies /usr/local # buildkit

2026-06-28 09:40:17 UTC (buildkit.dockerfile.v0)

ENV PYTHONPATH=/usr/local

2026-06-28 09:40:17 UTC (buildkit.dockerfile.v0)

EXPOSE [5000/tcp]

2026-06-28 10:27:09 UTC (buildkit.dockerfile.v0)

COPY changedetectionio /app/changedetectionio # buildkit

2026-06-28 10:27:24 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pybabel compile -d /app/changedetectionio/translations # buildkit

2026-06-28 10:27:24 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c [ ! -d "/app/docs" ] && mkdir /app/docs # buildkit

2026-06-28 10:27:24 UTC (buildkit.dockerfile.v0)

COPY docs/api-spec.yaml /app/docs/api-spec.yaml # buildkit

2026-06-28 10:27:24 UTC (buildkit.dockerfile.v0)

COPY changedetection.py /app/changedetection.py # buildkit

2026-06-28 10:27:24 UTC (buildkit.dockerfile.v0)

ARG LOGGER_LEVEL=

2026-06-28 10:27:24 UTC (buildkit.dockerfile.v0)

ENV LOGGER_LEVEL=

2026-06-28 10:27:24 UTC (buildkit.dockerfile.v0)

ENV LC_ALL=en_US.UTF-8

2026-06-28 10:27:24 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-06-28 10:27:24 UTC (buildkit.dockerfile.v0)

COPY docker-entrypoint.sh /docker-entrypoint.sh # buildkit

2026-06-28 10:27:25 UTC (buildkit.dockerfile.v0)

RUN |1 LOGGER_LEVEL= /bin/sh -c chmod +x /docker-entrypoint.sh # buildkit

2026-06-28 10:27:25 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/docker-entrypoint.sh"]

2026-06-28 10:27:25 UTC (buildkit.dockerfile.v0)

CMD ["python" "./changedetection.py" "-d" "/datastore"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete