Docker Registry UI

Event Log

Image Details

Summary
Image URLdocker.wisetronic.com/watchdog:1.2
Digestsha256:b42cdc027118ba422c2c14800dd3130c7a07217b0f859713779882c29fe801a4
Created On0001-01-01 00:00:00 UTC
Image Size50.4 MB
Layer Count7
Manifest Formats Manifest v2 schema 1 | Manifest v2 schema 2 | Manifest List v2 schema 2

Blobs

Layer # Digest Size
7 sha256:b21337b36fa4eeb0769d592155829c259cb3a4e165696af3e7eaff53a5d8432a 29.4 MB
6 sha256:64faa99400e1388ed9f202917ada9fac34fd46c950d40cd4102364ee9d6ab804 1.2 MB
5 sha256:8cbc47ff628d718fb76f7fca9897e4e8b607a4f543008cdee760705eecea1b24 13.7 MB
4 sha256:d85099f0969e8b2306770a12dffcda300208cc3a18b876c0ad3dc0cb51aefb9b 250 B
3 sha256:2bc5b5283096336fabae0c3ce4559255e103f0ab9045be309488cd025974d20b 93 B
2 sha256:02a8da84151dbd10dcc341fb8881277f4f36479c73ea4dde117e4017960304f8 1 KB
1 sha256:d63b3f6fd1448a8ee112d8802a417e704af8988d8fcd6cbcc4210748be349d18 6.2 MB

Image History

Layer #14
architecture amd64
config
ArgsEscapedtrue
Cmd[python watchdog.py]
Env[PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=C.UTF-8 GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D PYTHON_VERSION=3.11.14 PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b78]
WorkingDir/app
created 0001-01-01 00:00:00 UTC
id 7f3a426d886691b699a5c5ed9fe662372c5bb9069441e2fcbff470ce60b1f3c8
os linux
parent ce9c7ad6b8a950dd6c00541bdfae7d47160ae898ca1927e99a336bb2de842727
throwaway true
Layer #13
comment buildkit.dockerfile.v0
container_config
Cmd[RUN /bin/sh -c pip install docker # buildkit]
created 0001-01-01 00:00:00 UTC
id ce9c7ad6b8a950dd6c00541bdfae7d47160ae898ca1927e99a336bb2de842727
parent cae827dbc16dab9c4dacb1fe3759c472902731cd0886371e6bebd45acc9ab550
Layer #12
comment buildkit.dockerfile.v0
container_config
Cmd[COPY watchdog.py . # buildkit]
created 0001-01-01 00:00:00 UTC
id cae827dbc16dab9c4dacb1fe3759c472902731cd0886371e6bebd45acc9ab550
parent cb53528bbc3da795c72ce5fbb2d5894231629ea5086e01f804d018ff7ec0d204
Layer #11
comment buildkit.dockerfile.v0
container_config
Cmd[WORKDIR /app]
created 0001-01-01 00:00:00 UTC
id cb53528bbc3da795c72ce5fbb2d5894231629ea5086e01f804d018ff7ec0d204
parent 8617666d4ea3ef496bc0424cd968a73a86297c68127a96c5e2a427965c18918d
Layer #10
comment buildkit.dockerfile.v0
container_config
Cmd[CMD ["python3"]]
created 2026-02-04 20:26:34 UTC
id 8617666d4ea3ef496bc0424cd968a73a86297c68127a96c5e2a427965c18918d
parent 860077bda932b53c896da1c78ad70e6bad02ce8648db4086ed47909543a5d567
throwaway true
Layer #9
comment buildkit.dockerfile.v0
container_config
Cmd[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]
created 2026-02-04 20:26:34 UTC
id 860077bda932b53c896da1c78ad70e6bad02ce8648db4086ed47909543a5d567
parent 17737786139b23f4210233a8fc3a90f24ea510c96de7713618bc2d99f3f0f2c8
Layer #8
comment buildkit.dockerfile.v0
container_config
Cmd[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; apt-get dist-clean; 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]
created 2026-02-04 20:26:34 UTC
id 17737786139b23f4210233a8fc3a90f24ea510c96de7713618bc2d99f3f0f2c8
parent 9d1ebd7ce76021152f2c4edb8cd17aa5a3a72854a873d268244f32a9b18f78ba
Layer #7
comment buildkit.dockerfile.v0
container_config
Cmd[ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b78]
created 2026-02-04 20:19:05 UTC
id 9d1ebd7ce76021152f2c4edb8cd17aa5a3a72854a873d268244f32a9b18f78ba
parent 7e422cd0165e56046ba1a8deca730643e5ad2ee70ec8a29e1edc842891ef58be
throwaway true
Layer #6
comment buildkit.dockerfile.v0
container_config
Cmd[ENV PYTHON_VERSION=3.11.14]
created 2026-02-04 20:19:05 UTC
id 7e422cd0165e56046ba1a8deca730643e5ad2ee70ec8a29e1edc842891ef58be
parent e0fd51dec381c535f35dc618dd48adf99ab6a45d9983f29ba52f61798633853c
throwaway true
Layer #5
comment buildkit.dockerfile.v0
container_config
Cmd[ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D]
created 2026-02-04 20:19:05 UTC
id e0fd51dec381c535f35dc618dd48adf99ab6a45d9983f29ba52f61798633853c
parent 0afab152d127e511a7d675e2966bac0f09fc8dc2d5c80ec1285e9d8af070528c
throwaway true
Layer #4
comment buildkit.dockerfile.v0
container_config
Cmd[RUN /bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates netbase tzdata ; apt-get dist-clean # buildkit]
created 2026-02-04 20:19:05 UTC
id 0afab152d127e511a7d675e2966bac0f09fc8dc2d5c80ec1285e9d8af070528c
parent 91338c98db7878cb22a2ed5261d91999bb913471ae59aec08e93cb5215dfb1ca
Layer #3
comment buildkit.dockerfile.v0
container_config
Cmd[ENV LANG=C.UTF-8]
created 2026-02-04 20:19:05 UTC
id 91338c98db7878cb22a2ed5261d91999bb913471ae59aec08e93cb5215dfb1ca
parent 5f106d20286698bbd430993d6cc0c6f45c4ac48592e0bfbe4a7fa2167a456b2f
throwaway true
Layer #2
comment buildkit.dockerfile.v0
container_config
Cmd[ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin]
created 2026-02-04 20:19:05 UTC
id 5f106d20286698bbd430993d6cc0c6f45c4ac48592e0bfbe4a7fa2167a456b2f
parent e2655391a6d012634f161aac35355bcec54b82914ccce77fd6cda9cbc9544de5
throwaway true
Layer #1
comment debuerreotype 0.17
container_config
Cmd[# debian.sh --arch 'amd64' out/ 'trixie' '@1769990400']
created 2026-02-02 00:00:00 UTC
id e2655391a6d012634f161aac35355bcec54b82914ccce77fd6cda9cbc9544de5
Docker Registry UI v0.9.7 | Quiq Inc.