first commit

This commit is contained in:
root
2026-02-19 08:49:56 +00:00
commit beda405953
15 changed files with 11172 additions and 0 deletions

505
slim.report.json Normal file
View File

@@ -0,0 +1,505 @@
{
"version": "1.1",
"engine": "linux|Transformer|1.40.4|d310b07567dc90763f5f27f94c618f057295b55d|2023-08-26_01:39:22AM",
"containerized": false,
"host_distro": {
"name": "Ubuntu",
"version": "22.04",
"display_name": "Ubuntu 22.04.3 LTS"
},
"type": "build",
"state": "done",
"target_reference": "python:latest",
"system": {
"type": "",
"release": "",
"distro": {
"name": "",
"version": "",
"display_name": ""
}
},
"source_image": {
"identity": {
"id": "sha256:e13fe79153bbf089fb6bac4fc8710eae318c6aa124a1ba4aa609e1e136496543",
"tags": [
"latest"
],
"names": [
"python:latest"
]
},
"size": 1020536111,
"size_human": "1.0 GB",
"create_time": "2023-07-16T18:27:16Z",
"docker_version": "20.10.21",
"architecture": "amd64",
"os": "linux",
"env_vars": [
"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.4",
"PYTHON_PIP_VERSION=23.1.2",
"PYTHON_SETUPTOOLS_VERSION=65.5.1",
"PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/0d8570dc44796f4369b652222cf176b3db6ac70e/public/get-pip.py",
"PYTHON_GET_PIP_SHA256=96461deced5c2a487ddc65207ec5a9cffeca0d34e7af7ea1afc470ff0d746207"
],
"container_entry": {
"exe_path": ""
}
},
"minified_image_size": 267206999,
"minified_image_size_human": "267 MB",
"minified_image": "python.slim",
"minified_image_has_data": true,
"minified_by": 3.8192716314290855,
"artifact_location": "/tmp/slim-state/.slim-state/images/e13fe79153bbf089fb6bac4fc8710eae318c6aa124a1ba4aa609e1e136496543/artifacts",
"container_report_name": "creport.json",
"seccomp_profile_name": "python-seccomp.json",
"apparmor_profile_name": "python-apparmor-profile",
"image_stack": [
{
"is_top_image": true,
"id": "sha256:e13fe79153bbf089fb6bac4fc8710eae318c6aa124a1ba4aa609e1e136496543",
"full_name": "python:latest",
"repo_name": "python",
"version_tag": "latest",
"raw_tags": [
"python:latest"
],
"create_time": "2023-07-16T18:27:16Z",
"new_size": 1020536111,
"new_size_human": "1.0 GB",
"instructions": [
{
"type": "ADD",
"time": "2023-07-04T01:19:58Z",
"is_nop": true,
"local_image_exists": false,
"layer_index": 0,
"size": 74759018,
"size_human": "75 MB",
"params": "file:bd80a4461150784e5f2f5a1faa720cc347ad3e30ee0969adbfad574c316f5aef in /",
"command_snippet": "ADD file:bd80a4461150784e5f2f5a1faa720cc347a...",
"command_all": "ADD file:bd80a4461150784e5f2f5a1faa720cc347ad3e30ee0969adbfad574c316f5aef /",
"target": "/",
"source_type": "file",
"inst_set_time_bucket": "2023-07-04T01:15:00Z",
"inst_set_time_index": 1,
"inst_set_time_reverse_index": 3
},
{
"type": "CMD",
"time": "2023-07-04T01:19:58Z",
"is_nop": true,
"is_exec_form": true,
"local_image_exists": false,
"layer_index": 0,
"size": 0,
"params": "[\"bash\"]\n",
"command_snippet": "CMD [\"bash\"]\n",
"command_all": "CMD [\"bash\"]\n",
"inst_set_time_bucket": "2023-07-04T01:15:00Z",
"inst_set_time_index": 1,
"inst_set_time_reverse_index": 3
},
{
"type": "ENV",
"time": "2023-06-13T17:45:16Z",
"is_nop": false,
"local_image_exists": false,
"layer_index": 0,
"size": 0,
"params": "PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"command_snippet": "ENV PATH=/usr/local/bin:/usr/local/sbin:/usr...",
"command_all": "ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
"comment": "buildkit.dockerfile.v0",
"is_buildkit_instruction": true,
"inst_set_time_bucket": "2023-06-13T17:45:00Z",
"inst_set_time_index": 0,
"inst_set_time_reverse_index": 4
},
{
"type": "ENV",
"time": "2023-06-13T17:45:16Z",
"is_nop": false,
"local_image_exists": false,
"layer_index": 0,
"size": 0,
"params": "LANG=C.UTF-8",
"command_snippet": "ENV LANG=C.UTF-8",
"command_all": "ENV LANG=C.UTF-8",
"comment": "buildkit.dockerfile.v0",
"is_buildkit_instruction": true,
"inst_set_time_bucket": "2023-06-13T17:45:00Z",
"inst_set_time_index": 0,
"inst_set_time_reverse_index": 4
},
{
"type": "RUN",
"time": "2023-06-13T17:45:16Z",
"is_nop": false,
"local_image_exists": false,
"layer_index": 0,
"size": 9214160,
"size_human": "9.2 MB",
"command_snippet": "RUN set -eux; \tapt-get update; \tapt-get inst...",
"command_all": "RUN set -eux; \tapt-get update; \tapt-get install -y --no-install-recommends \t\tca-certificates \t\tnetbase \t\ttzdata \t; \trm -rf /var/lib/apt/lists/*",
"system_commands": [
"set -eux",
"apt-get update",
"apt-get install -y --no-install-recommends ca-certificates netbase tzdata",
"rm -rf /var/lib/apt/lists/*"
],
"comment": "buildkit.dockerfile.v0",
"is_buildkit_instruction": true,
"inst_set_time_bucket": "2023-06-13T17:45:00Z",
"inst_set_time_index": 0,
"inst_set_time_reverse_index": 4
},
{
"type": "ENV",
"time": "2023-06-13T17:45:16Z",
"is_nop": false,
"local_image_exists": false,
"layer_index": 0,
"size": 0,
"params": "GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D",
"command_snippet": "ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8...",
"command_all": "ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D",
"comment": "buildkit.dockerfile.v0",
"is_buildkit_instruction": true,
"inst_set_time_bucket": "2023-06-13T17:45:00Z",
"inst_set_time_index": 0,
"inst_set_time_reverse_index": 4
},
{
"type": "ENV",
"time": "2023-06-13T17:45:16Z",
"is_nop": false,
"local_image_exists": false,
"layer_index": 0,
"size": 0,
"params": "PYTHON_VERSION=3.11.4",
"command_snippet": "ENV PYTHON_VERSION=3.11.4",
"command_all": "ENV PYTHON_VERSION=3.11.4",
"comment": "buildkit.dockerfile.v0",
"is_buildkit_instruction": true,
"inst_set_time_bucket": "2023-06-13T17:45:00Z",
"inst_set_time_index": 0,
"inst_set_time_reverse_index": 4
},
{
"type": "RUN",
"time": "2023-06-13T17:45:16Z",
"is_nop": false,
"local_image_exists": false,
"layer_index": 0,
"size": 53218187,
"size_human": "53 MB",
"command_snippet": "RUN set -eux; \t\tsavedAptMark=\"$(apt-mark sho...",
"command_all": "RUN set -eux; \t\tsavedAptMark=\"$(apt-mark showmanual)\"; \tapt-get update; \tapt-get install -y --no-install-recommends \t\tdpkg-dev \t\tgcc \t\tgnupg \t\tlibbluetooth-dev \t\tlibbz2-dev \t\tlibc6-dev \t\tlibdb-dev \t\tlibexpat1-dev \t\tlibffi-dev \t\tlibgdbm-dev \t\tliblzma-dev \t\tlibncursesw5-dev \t\tlibreadline-dev \t\tlibsqlite3-dev \t\tlibssl-dev \t\tmake \t\ttk-dev \t\tuuid-dev \t\twget \t\txz-utils \t\tzlib1g-dev \t; \t\twget -O python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz\"; \twget -O python.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc\"; \tGNUPGHOME=\"$(mktemp -d)\"; export GNUPGHOME; \tgpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$GPG_KEY\"; \tgpg --batch --verify python.tar.xz.asc python.tar.xz; \tgpgconf --kill all; \trm -rf \"$GNUPGHOME\" python.tar.xz.asc; \tmkdir -p /usr/src/python; \ttar --extract --directory /usr/src/python --strip-components=1 --file python.tar.xz; \trm python.tar.xz; \t\tcd /usr/src/python; \tgnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; \t./configure \t\t--build=\"$gnuArch\" \t\t--enable-loadable-sqlite-extensions \t\t--enable-optimizations \t\t--enable-option-checking=fatal \t\t--enable-shared \t\t--with-lto \t\t--with-system-expat \t\t--without-ensurepip \t; \tnproc=\"$(nproc)\"; \tEXTRA_CFLAGS=\"$(dpkg-buildflags --get CFLAGS)\"; \tLDFLAGS=\"$(dpkg-buildflags --get LDFLAGS)\"; \tLDFLAGS=\"${LDFLAGS:--Wl},--strip-all\"; \tmake -j \"$nproc\" \t\t\"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \t\t\"LDFLAGS=${LDFLAGS:-}\" \t\t\"PROFILE_TASK=${PROFILE_TASK:-}\" \t; \trm python; \tmake -j \"$nproc\" \t\t\"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \t\t\"LDFLAGS=${LDFLAGS:--Wl},-rpath='\\$\\$ORIGIN/../lib'\" \t\t\"PROFILE_TASK=${PROFILE_TASK:-}\" \t\tpython \t; \tmake install; \t\tcd /; \trm -rf /usr/src/python; \t\tfind /usr/local -depth \t\t\\( \t\t\t\\( -type d -a \\( -name test -o -name tests -o -name idle_test \\) \\) \t\t\t-o \\( -type f -a \\( -name '*.pyc' -o -name '*.pyo' -o -name 'libpython*.a' \\) \\) \t\t\\) -exec rm -rf '{}' + \t; \t\tldconfig; \t\tapt-mark auto '.*' > /dev/null; \tapt-mark manual $savedAptMark; \tfind /usr/local -type f -executable -not \\( -name '*tkinter*' \\) -exec ldd '{}' ';' \t\t| awk '/=>/ { so = $(NF-1); if (index(so, \"/usr/local/\") == 1) { next }; gsub(\"^/(usr/)?\", \"\", so); print so }' \t\t| sort -u \t\t| xargs -r dpkg-query --search \t\t| cut -d: -f1 \t\t| sort -u \t\t| xargs -r apt-mark manual \t; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \trm -rf /var/lib/apt/lists/*; \t\tpython3 --version",
"system_commands": [
"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 libexpat1-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\"",
"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 --with-lto --with-system-expat --without-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:-}\" \"PROFILE_TASK=${PROFILE_TASK:-}\"",
"rm python",
"make -j \"$nproc\" \"EXTRA_CFLAGS=${EXTRA_CFLAGS:-}\" \"LDFLAGS=${LDFLAGS:--Wl},-rpath='$$ORIGIN/../lib'\" \"PROFILE_TASK=${PROFILE_TASK:-}\" 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)",
"print so }' | sort -u | xargs -r dpkg-query --search | cut -d: -f1 | sort -u | xargs -r apt-mark manual",
"apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false",
"rm -rf /var/lib/apt/lists/*",
"python3 --version"
],
"comment": "buildkit.dockerfile.v0",
"is_buildkit_instruction": true,
"inst_set_time_bucket": "2023-06-13T17:45:00Z",
"inst_set_time_index": 0,
"inst_set_time_reverse_index": 4
},
{
"type": "RUN",
"time": "2023-06-13T17:45:16Z",
"is_nop": false,
"local_image_exists": false,
"layer_index": 0,
"size": 32,
"size_human": "32 B",
"command_snippet": "RUN set -eux; \tfor src in idle3 pydoc3 pytho...",
"command_all": "RUN set -eux; \tfor src in idle3 pydoc3 python3 python3-config; do \t\tdst=\"$(echo \"$src\" | tr -d 3)\"; \t\t[ -s \"/usr/local/bin/$src\" ]; \t\t[ ! -e \"/usr/local/bin/$dst\" ]; \t\tln -svT \"$src\" \"/usr/local/bin/$dst\"; \tdone",
"system_commands": [
"set -eux",
"for src in idle3 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"
],
"comment": "buildkit.dockerfile.v0",
"is_buildkit_instruction": true,
"inst_set_time_bucket": "2023-06-13T17:45:00Z",
"inst_set_time_index": 0,
"inst_set_time_reverse_index": 4
},
{
"type": "ENV",
"time": "2023-06-13T17:45:16Z",
"is_nop": false,
"local_image_exists": false,
"layer_index": 0,
"size": 0,
"params": "PYTHON_PIP_VERSION=23.1.2",
"command_snippet": "ENV PYTHON_PIP_VERSION=23.1.2",
"command_all": "ENV PYTHON_PIP_VERSION=23.1.2",
"comment": "buildkit.dockerfile.v0",
"is_buildkit_instruction": true,
"inst_set_time_bucket": "2023-06-13T17:45:00Z",
"inst_set_time_index": 0,
"inst_set_time_reverse_index": 4
},
{
"type": "ENV",
"time": "2023-06-13T17:45:16Z",
"is_nop": false,
"local_image_exists": false,
"layer_index": 0,
"size": 0,
"params": "PYTHON_SETUPTOOLS_VERSION=65.5.1",
"command_snippet": "ENV PYTHON_SETUPTOOLS_VERSION=65.5.1",
"command_all": "ENV PYTHON_SETUPTOOLS_VERSION=65.5.1",
"comment": "buildkit.dockerfile.v0",
"is_buildkit_instruction": true,
"inst_set_time_bucket": "2023-06-13T17:45:00Z",
"inst_set_time_index": 0,
"inst_set_time_reverse_index": 4
},
{
"type": "ENV",
"time": "2023-06-13T17:45:16Z",
"is_nop": false,
"local_image_exists": false,
"layer_index": 0,
"size": 0,
"params": "PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/0d8570dc44796f4369b652222cf176b3db6ac70e/public/get-pip.py",
"command_snippet": "ENV PYTHON_GET_PIP_URL=https://github.com/py...",
"command_all": "ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/0d8570dc44796f4369b652222cf176b3db6ac70e/public/get-pip.py",
"comment": "buildkit.dockerfile.v0",
"is_buildkit_instruction": true,
"inst_set_time_bucket": "2023-06-13T17:45:00Z",
"inst_set_time_index": 0,
"inst_set_time_reverse_index": 4
},
{
"type": "ENV",
"time": "2023-06-13T17:45:16Z",
"is_nop": false,
"local_image_exists": false,
"layer_index": 0,
"size": 0,
"params": "PYTHON_GET_PIP_SHA256=96461deced5c2a487ddc65207ec5a9cffeca0d34e7af7ea1afc470ff0d746207",
"command_snippet": "ENV PYTHON_GET_PIP_SHA256=96461deced5c2a487d...",
"command_all": "ENV PYTHON_GET_PIP_SHA256=96461deced5c2a487ddc65207ec5a9cffeca0d34e7af7ea1afc470ff0d746207",
"comment": "buildkit.dockerfile.v0",
"is_buildkit_instruction": true,
"inst_set_time_bucket": "2023-06-13T17:45:00Z",
"inst_set_time_index": 0,
"inst_set_time_reverse_index": 4
},
{
"type": "RUN",
"time": "2023-06-13T17:45:16Z",
"is_nop": false,
"local_image_exists": false,
"layer_index": 0,
"size": 12240418,
"size_human": "12 MB",
"command_snippet": "RUN set -eux; \t\tsavedAptMark=\"$(apt-mark sho...",
"command_all": "RUN set -eux; \t\tsavedAptMark=\"$(apt-mark showmanual)\"; \tapt-get update; \tapt-get install -y --no-install-recommends wget; \t\twget -O get-pip.py \"$PYTHON_GET_PIP_URL\"; \techo \"$PYTHON_GET_PIP_SHA256 *get-pip.py\" | sha256sum -c -; \t\tapt-mark auto '.*' > /dev/null; \t[ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark > /dev/null; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \trm -rf /var/lib/apt/lists/*; \t\texport PYTHONDONTWRITEBYTECODE=1; \t\tpython get-pip.py \t\t--disable-pip-version-check \t\t--no-cache-dir \t\t--no-compile \t\t\"pip==$PYTHON_PIP_VERSION\" \t\t\"setuptools==$PYTHON_SETUPTOOLS_VERSION\" \t; \trm -f get-pip.py; \t\tpip --version",
"system_commands": [
"set -eux",
"savedAptMark=\"$(apt-mark showmanual)\"",
"apt-get update",
"apt-get install -y --no-install-recommends wget",
"wget -O get-pip.py \"$PYTHON_GET_PIP_URL\"",
"echo \"$PYTHON_GET_PIP_SHA256 *get-pip.py\" | sha256sum -c -",
"apt-mark auto '.*' > /dev/null",
"[ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark > /dev/null",
"apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false",
"rm -rf /var/lib/apt/lists/*",
"export PYTHONDONTWRITEBYTECODE=1",
"python get-pip.py --disable-pip-version-check --no-cache-dir --no-compile \"pip==$PYTHON_PIP_VERSION\" \"setuptools==$PYTHON_SETUPTOOLS_VERSION\"",
"rm -f get-pip.py",
"pip --version"
],
"comment": "buildkit.dockerfile.v0",
"is_buildkit_instruction": true,
"inst_set_time_bucket": "2023-06-13T17:45:00Z",
"inst_set_time_index": 0,
"inst_set_time_reverse_index": 4
},
{
"type": "CMD",
"time": "2023-06-13T17:45:16Z",
"is_nop": false,
"is_exec_form": true,
"local_image_exists": true,
"intermediate_image_id": "sha256:be2470db10f711ec941d24bc9a489dd457b6000b624ee251e19a445ad9f38839",
"layer_index": 0,
"size": 0,
"params": "[\"python3\"]\n",
"command_snippet": "CMD [\"python3\"]\n",
"command_all": "CMD [\"python3\"]\n",
"comment": "buildkit.dockerfile.v0",
"is_buildkit_instruction": true,
"inst_set_time_bucket": "2023-06-13T17:45:00Z",
"inst_set_time_index": 0,
"inst_set_time_reverse_index": 4
},
{
"type": "WORKDIR",
"time": "2023-07-06T15:08:21Z",
"is_nop": true,
"local_image_exists": true,
"intermediate_image_id": "sha256:ad187361307c8e838bb1f0a48b91e97d83d7aea811827b4d2bab393284f739e0",
"layer_index": 0,
"size": 0,
"params": "/usr/src/app",
"command_snippet": "WORKDIR /usr/src/app",
"command_all": "WORKDIR /usr/src/app",
"system_commands": [
"mkdir -p /usr/src/app"
],
"inst_set_time_bucket": "2023-07-06T15:00:00Z",
"inst_set_time_index": 2,
"inst_set_time_reverse_index": 2
},
{
"type": "COPY",
"time": "2023-07-12T20:36:09Z",
"is_nop": true,
"local_image_exists": true,
"intermediate_image_id": "sha256:a1b245cb980c1ac2c038a60bbe84fb8c65a1be6aedce32e15f29a53e4ea8e364",
"layer_index": 0,
"size": 398,
"size_human": "398 B",
"params": "file:1383fead6d13fe1a3d2822aaafeadc3c38b2cfeea627e71b14c63805820e09a2 in ./",
"command_snippet": "COPY file:1383fead6d13fe1a3d2822aaafeadc3c38...",
"command_all": "COPY file:1383fead6d13fe1a3d2822aaafeadc3c38b2cfeea627e71b14c63805820e09a2 ./",
"target": "./",
"source_type": "file",
"inst_set_time_bucket": "2023-07-12T20:30:00Z",
"inst_set_time_index": 3,
"inst_set_time_reverse_index": 1
},
{
"type": "RUN",
"time": "2023-07-16T18:25:45Z",
"is_nop": false,
"local_image_exists": true,
"intermediate_image_id": "sha256:0bffdc8daa291358931fff5ca204342be123ed040aa8352657c0a97dc0da7a1b",
"layer_index": 0,
"size": 36428885,
"size_human": "36 MB",
"command_snippet": "RUN apt-get update -y && \\\n\tapt-get install ...",
"command_all": "RUN apt-get update -y && \\\n\tapt-get install -y tk tcl",
"system_commands": [
"apt-get update -y",
"apt-get install -y tk tcl"
],
"inst_set_time_bucket": "2023-07-16T18:15:00Z",
"inst_set_time_index": 4,
"inst_set_time_reverse_index": 0
},
{
"type": "RUN",
"time": "2023-07-16T18:27:15Z",
"is_nop": false,
"local_image_exists": true,
"intermediate_image_id": "sha256:1087081f44d63fc4d50ed96db8ee05d9ec956c1dbbcd8b125511ced95b4c1d7e",
"layer_index": 0,
"size": 833949399,
"size_human": "834 MB",
"command_snippet": "RUN pip install --force-reinstall -r require...",
"command_all": "RUN pip install --force-reinstall -r requirements.txt",
"system_commands": [
"pip install --force-reinstall -r requirements.txt"
],
"inst_set_time_bucket": "2023-07-16T18:15:00Z",
"inst_set_time_index": 4,
"inst_set_time_reverse_index": 0
},
{
"type": "COPY",
"time": "2023-07-16T18:27:16Z",
"is_nop": true,
"local_image_exists": true,
"intermediate_image_id": "sha256:7ae91476369b98ce3f0ec518e591385fdde2a0631944b93cb5672850c27086d5",
"layer_index": 0,
"size": 725614,
"size_human": "726 kB",
"params": "dir:c64af32925ea67cdf709617fb045107117c1bc58e9add8805e4e31a29cdfbc91 in .",
"command_snippet": "COPY dir:c64af32925ea67cdf709617fb045107117c...",
"command_all": "COPY dir:c64af32925ea67cdf709617fb045107117c1bc58e9add8805e4e31a29cdfbc91 .",
"target": ".",
"source_type": "dir",
"inst_set_time_bucket": "2023-07-16T18:15:00Z",
"inst_set_time_index": 4,
"inst_set_time_reverse_index": 0
},
{
"type": "CMD",
"time": "2023-07-16T18:27:16Z",
"is_last_instruction": true,
"is_nop": true,
"is_exec_form": true,
"local_image_exists": true,
"layer_index": 0,
"size": 0,
"params": "[\"python\",\"./Shannon.py\"]\n",
"command_snippet": "CMD [\"python\",\"./Shannon.py\"]\n",
"command_all": "CMD [\"python\",\"./Shannon.py\"]\n",
"raw_tags": [
"python:latest"
],
"inst_set_time_bucket": "2023-07-16T18:15:00Z",
"inst_set_time_index": 4,
"inst_set_time_reverse_index": 0
}
]
}
],
"image_created": true,
"image_build_engine": "internal"
}