[ { "architecture": "arm64", "features": null, "variant": null, "digest": "sha256:b0f39dc4c9efa496f614acd564b8cfd32cfe8886f2e7dc1b840ee9bca0f52ed9", "layers": [ { "digest": "sha256:92ad4775570054c645678402c8b75eb489b8e05313c9ccd7867bb591266db4d8", "size": 30062834, "instruction": "ADD file:10af42ddb9f028c5418d370fe2b841aa61e81f37de1ffe76900a783ba3926646 in / " }, { "size": 0, "instruction": " CMD [\"bash\"]" }, { "size": 0, "instruction": "ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" }, { "size": 0, "instruction": "ENV LANG=C.UTF-8" }, { "digest": "sha256:26fdba5dcbb4b12bb18ce6f9894ae569af59f750ec5e288adeec2a33bcd3d013", "size": 1064337, "instruction": "RUN /bin/sh -c 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/* # buildkit" }, { "size": 0, "instruction": "ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568" }, { "size": 0, "instruction": "ENV PYTHON_VERSION=3.9.17" }, { "digest": "sha256:0b9c677acb65fc0ed49a54f120a16ca81aa4fe9ce81d359e606a476585722283", "size": 11101096, "instruction": "RUN /bin/sh -c 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-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 # buildkit" }, { "digest": "sha256:b343b8e8d26a00c73c7a4da03df82f65199cb90d822b8af8e336f392e87fbab3", "size": 242, "instruction": "RUN /bin/sh -c 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 # buildkit" }, { "size": 0, "instruction": "ENV PYTHON_PIP_VERSION=23.0.1" }, { "size": 0, "instruction": "ENV PYTHON_SETUPTOOLS_VERSION=58.1.0" }, { "size": 0, "instruction": "ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/0d8570dc44796f4369b652222cf176b3db6ac70e/public/get-pip.py" }, { "size": 0, "instruction": "ENV PYTHON_GET_PIP_SHA256=96461deced5c2a487ddc65207ec5a9cffeca0d34e7af7ea1afc470ff0d746207" }, { "digest": "sha256:9f7d1369196db3dfc24121cc063b876bc6651a684cb25d39a75a9cc86304ea3a", "size": 3138216, "instruction": "RUN /bin/sh -c 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 # buildkit" }, { "size": 0, "instruction": "CMD [\"python3\"]" }, { "size": 0, "instruction": "LABEL version=20230605.01" }, { "size": 0, "instruction": "LABEL wget-at.version=1.21.3-at.20230605.01" }, { "digest": "sha256:55fd3449b0ecd908596b922affefb51e03fb3bc0887f57fa6cadeb1c34b1c2ff", "size": 960944, "instruction": "COPY /wget /usr/local/bin/wget-lua # buildkit" }, { "digest": "sha256:45d8d63af806a47d4eb79604d7ee2c303428868c81204b87075c258ec6faf864", "size": 927214, "instruction": "COPY /usr/local/lib /usr/local/lib # buildkit" }, { "digest": "sha256:f7be6931baef234f88937b8e0af107e2bc81ee5c230b2f54aa3436f80ffd3a22", "size": 3143, "instruction": "RUN /bin/sh -c ldconfig # buildkit" }, { "size": 0, "instruction": "ENV LC_ALL=C" }, { "digest": "sha256:7b9de0b2d2ea3f8948b55e8c3ac16436154e711123d72e39c95ab3894b2e1ee1", "size": 99340380, "instruction": "RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get -qqy --no-install-recommends -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-unsafe-io update && DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get -qqy --no-install-recommends -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-unsafe-io install gzip rsync liblua5.1-0 libluajit-5.1-2 libidn11 lua-socket lua-filesystem lua-sec lua-zip libpsl5 git poppler-utils luarocks libidn2-0-dev gcc && pip install --no-cache-dir requests seesaw zstandard && sed -i 's/lib\\/x86_64-linux-gnu/lib\\/'`gcc -dumpmachine`'/' /usr/share/lua/*/luarocks/site_config.lua && luarocks install html-entities && luarocks install idn2 && chmod +x /usr/local/bin/wget-lua && rm -rf /var/lib/apt/lists/* # buildkit" }, { "digest": "sha256:a5ae4026b9bcebbcbcf96733c6b1c58391c6737273d11d99d06c408caacb6769", "size": 160, "instruction": "RUN /bin/sh -c echo \"#!/bin/bash\\n\\$@\" > /usr/bin/sudo && chmod +x /usr/bin/sudo # buildkit" }, { "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1", "size": 32, "instruction": "RUN /bin/sh -c /usr/local/bin/wget-lua --help | grep -iE \"gnu|warc|lua|dns|host|resolv\" # buildkit" }, { "digest": "sha256:431d46fcb9b0090c3c8932e9fa6ed2476e63a372ec54c4fb901d74aad45426e4", "size": 94, "instruction": "WORKDIR /grab" }, { "size": 0, "instruction": "STOPSIGNAL SIGINT" }, { "size": 0, "instruction": "ENTRYPOINT [\"run-pipeline3\" \"--disable-web-server\" \"pipeline.py\"]" }, { "digest": "sha256:9e7d880daecf622c5849e68993ca3309e0b4a879a86f5de329689cb853640252", "size": 515526, "instruction": "COPY . /grab # buildkit" }, { "digest": "sha256:7a3076a9916ea07f3abe16906409cbb4e130c3009a711195aade0db36cf30bf0", "size": 136, "instruction": "RUN /bin/sh -c (test -x warrior-install.sh || touch warrior-install.sh) && sh warrior-install.sh # buildkit" }, { "digest": "sha256:2201773cf42b2fbc2dd4a989c5832145675dc3a30b6726057d859b45be5f5827", "size": 141, "instruction": "RUN /bin/sh -c test -x /grab/wget-at || ln -fs /usr/local/bin/wget-lua /grab/wget-at # buildkit" } ], "os": "linux", "os_features": null, "os_version": null, "size": 147114495, "status": "inactive", "last_pulled": "2024-01-16T06:25:23.320595Z", "last_pushed": "2023-06-19T14:42:06.526449Z" }, { "architecture": "arm", "features": null, "variant": "v7", "digest": "sha256:88f29a3dad81aa7342865bceb9fc210f9071988f4fd353f396a6ba333d8d94a2", "layers": [ { "digest": "sha256:b7c295cb849275e211d18b720d2349cc84c0038be1a362aca4765ceb3342043c", "size": 26578690, "instruction": "ADD file:319a24b7e30fc548f9dcf48ad6cee469e8bf7e89c67901cf3851e41e75693489 in / " }, { "size": 0, "instruction": " CMD [\"bash\"]" }, { "size": 0, "instruction": "ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" }, { "size": 0, "instruction": "ENV LANG=C.UTF-8" }, { "digest": "sha256:c35108b49a0e99768237da3b73db55222643da0331d84d76eec9f02e5575f6f5", "size": 1041743, "instruction": "RUN /bin/sh -c 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/* # buildkit" }, { "size": 0, "instruction": "ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568" }, { "size": 0, "instruction": "ENV PYTHON_VERSION=3.9.17" }, { "digest": "sha256:95c0d3e1905293915cd40e4f3640fe3fa2e888d8d18b159363b14fca50c9764f", "size": 10374355, "instruction": "RUN /bin/sh -c 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-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 # buildkit" }, { "digest": "sha256:461a7f0c789586f6f7f1b09309cfe88f24e031aba9bb0c0bd93de83821b8d77f", "size": 244, "instruction": "RUN /bin/sh -c 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 # buildkit" }, { "size": 0, "instruction": "ENV PYTHON_PIP_VERSION=23.0.1" }, { "size": 0, "instruction": "ENV PYTHON_SETUPTOOLS_VERSION=58.1.0" }, { "size": 0, "instruction": "ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/0d8570dc44796f4369b652222cf176b3db6ac70e/public/get-pip.py" }, { "size": 0, "instruction": "ENV PYTHON_GET_PIP_SHA256=96461deced5c2a487ddc65207ec5a9cffeca0d34e7af7ea1afc470ff0d746207" }, { "digest": "sha256:edbd1b614cbe6857b1b387b1d59bfa81b5a5ff4def56c32f99fc93dcd51f198c", "size": 3137851, "instruction": "RUN /bin/sh -c 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 # buildkit" }, { "size": 0, "instruction": "CMD [\"python3\"]" }, { "size": 0, "instruction": "LABEL version=20230605.01" }, { "size": 0, "instruction": "LABEL wget-at.version=1.21.3-at.20230605.01" }, { "digest": "sha256:a40ab92848c33a24324bb5d161bc2d774c2c6a2e36f85f5c2b57d8e6352177c7", "size": 914864, "instruction": "COPY /wget /usr/local/bin/wget-lua # buildkit" }, { "digest": "sha256:efb4b9836a82c1bd352093600cd86246dcc30e43da19a59ab23b62a6678014d0", "size": 752294, "instruction": "COPY /usr/local/lib /usr/local/lib # buildkit" }, { "digest": "sha256:7092c6f791bf97af095f5f5708595226005e65ddd1fb0d15fc886fb4aca300d7", "size": 3146, "instruction": "RUN /bin/sh -c ldconfig # buildkit" }, { "size": 0, "instruction": "ENV LC_ALL=C" }, { "digest": "sha256:9146d276cd7d2985bcbf7c200ce9bf69f5d477d2e910240743cbc3dcd509d1d7", "size": 82527468, "instruction": "RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get -qqy --no-install-recommends -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-unsafe-io update && DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get -qqy --no-install-recommends -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold -o Dpkg::Options::=--force-unsafe-io install gzip rsync liblua5.1-0 libluajit-5.1-2 libidn11 lua-socket lua-filesystem lua-sec lua-zip libpsl5 git poppler-utils luarocks libidn2-0-dev gcc && pip install --no-cache-dir requests seesaw zstandard && sed -i 's/lib\\/x86_64-linux-gnu/lib\\/'`gcc -dumpmachine`'/' /usr/share/lua/*/luarocks/site_config.lua && luarocks install html-entities && luarocks install idn2 && chmod +x /usr/local/bin/wget-lua && rm -rf /var/lib/apt/lists/* # buildkit" }, { "digest": "sha256:3629bb0e052954cd239da3737bc5c8ed7cc1e3260027ea712ff414d9434ce248", "size": 159, "instruction": "RUN /bin/sh -c echo \"#!/bin/bash\\n\\$@\" > /usr/bin/sudo && chmod +x /usr/bin/sudo # buildkit" }, { "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1", "size": 32, "instruction": "RUN /bin/sh -c /usr/local/bin/wget-lua --help | grep -iE \"gnu|warc|lua|dns|host|resolv\" # buildkit" }, { "digest": "sha256:2c094a3eff1b4f51f949f75bbbe8884551bf549c43bb978d3e0e91a240c28364", "size": 94, "instruction": "WORKDIR /grab" }, { "size": 0, "instruction": "STOPSIGNAL SIGINT" }, { "size": 0, "instruction": "ENTRYPOINT [\"run-pipeline3\" \"--disable-web-server\" \"pipeline.py\"]" }, { "digest": "sha256:9e7d880daecf622c5849e68993ca3309e0b4a879a86f5de329689cb853640252", "size": 515526, "instruction": "COPY . /grab # buildkit" }, { "digest": "sha256:7a3076a9916ea07f3abe16906409cbb4e130c3009a711195aade0db36cf30bf0", "size": 136, "instruction": "RUN /bin/sh -c (test -x warrior-install.sh || touch warrior-install.sh) && sh warrior-install.sh # buildkit" }, { "digest": "sha256:2201773cf42b2fbc2dd4a989c5832145675dc3a30b6726057d859b45be5f5827", "size": 141, "instruction": "RUN /bin/sh -c test -x /grab/wget-at || ln -fs /usr/local/bin/wget-lua /grab/wget-at # buildkit" } ], "os": "linux", "os_features": null, "os_version": null, "size": 125846743, "status": "inactive", "last_pulled": "2024-01-16T06:25:23.364744Z", "last_pushed": "2023-06-19T14:42:06.936991Z" }, { "architecture": "unknown", "features": null, "variant": null, "digest": "sha256:389f48ef885ead18b2c235fdab2b3156109befae60267e5c20b71d52c826c99e", "os": "unknown", "os_features": null, "os_version": null, "size": 1372, "status": "inactive", "last_pulled": "2024-01-16T06:25:23.290192Z", "last_pushed": "2023-06-19T14:42:06.664524Z" }, { "architecture": "unknown", "features": null, "variant": null, "digest": "sha256:e8641605dc15a269cde1c03b7139e35e5e8da290a80188cbb1294870787e03b8", "os": "unknown", "os_features": null, "os_version": null, "size": 1381, "status": "inactive", "last_pulled": "2024-01-16T06:25:23.32544Z", "last_pushed": "2023-06-19T14:42:07.071745Z" } ]