[ { "architecture": "amd64", "features": null, "variant": null, "digest": "sha256:bd2eb4e2cd2b2b8a75e439674ee9ddab77c1ad977940efe7aa73b8ece844eb34", "layers": [ { "digest": "sha256:75646c2fb4101d306585c9b106be1dfa7d82720baabe1c75b64d759ea8adf341", "size": 27139293, "instruction": "ADD file:b797b4d60ad7954e98ad71574c4fc90ad3da9a5c250112373e92e2af3056e581 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:edf8b70d3cc4282c43b24efda071ccab93b989a5dccb108b2102b0c2198c6471", "size": 2769720, "instruction": "/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/*" }, { "size": 0, "instruction": " ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568" }, { "size": 0, "instruction": " ENV PYTHON_VERSION=3.9.4" }, { "digest": "sha256:1074ccacb60de989bacbdbaae965decc967f919d9f0c4e32d3e215bf86bce871", "size": 10894483, "instruction": "/bin/sh -c set -ex \t\t&& savedAptMark=\"$(apt-mark showmanual)\" \t&& apt-get update && apt-get install -y --no-install-recommends \t\tdpkg-dev \t\tgcc \t\tlibbluetooth-dev \t\tlibbz2-dev \t\tlibc6-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$(command -v gpg > /dev/null || echo 'gnupg dirmngr') \t\t&& wget -O python.tar.xz \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz\" \t&& wget -O python.tar.xz.asc \"https://www.python.org/ftp/python/${PYTHON_VERSION%%[a-z]*}/Python-$PYTHON_VERSION.tar.xz.asc\" \t&& export GNUPGHOME=\"$(mktemp -d)\" \t&& gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys \"$GPG_KEY\" \t&& gpg --batch --verify python.tar.xz.asc python.tar.xz \t&& { command -v gpgconf > /dev/null && gpgconf --kill all || :; } \t&& rm -rf \"$GNUPGHOME\" python.tar.xz.asc \t&& mkdir -p /usr/src/python \t&& tar -xJC /usr/src/python --strip-components=1 -f python.tar.xz \t&& rm python.tar.xz \t\t&& cd /usr/src/python \t&& gnuArch=\"$(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--with-system-ffi \t\t--without-ensurepip \t&& make -j \"$(nproc)\" \t\tLDFLAGS=\"-Wl,--strip-all\" \t&& make install \t&& rm -rf /usr/src/python \t\t&& find /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 '*.a' \\) \\) \t\t\\) -exec rm -rf '{}' + \t\t&& ldconfig \t\t&& apt-mark auto '.*' > /dev/null \t&& apt-mark manual $savedAptMark \t&& find /usr/local -type f -executable -not \\( -name '*tkinter*' \\) -exec ldd '{}' ';' \t\t| awk '/=>/ { print $(NF-1) }' \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&& apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \t&& rm -rf /var/lib/apt/lists/* \t\t&& python3 --version" }, { "digest": "sha256:24b5d6d7c0c7a437ab888f87ab1bde7ef33d9f3b8abbd862ee8f2438daee0e67", "size": 233, "instruction": "/bin/sh -c cd /usr/local/bin \t&& ln -s idle3 idle \t&& ln -s pydoc3 pydoc \t&& ln -s python3 python \t&& ln -s python3-config python-config" }, { "size": 0, "instruction": " ENV PYTHON_PIP_VERSION=21.0.1" }, { "size": 0, "instruction": " ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/29f37dbe6b3842ccd52d61816a3044173962ebeb/public/get-pip.py" }, { "size": 0, "instruction": " ENV PYTHON_GET_PIP_SHA256=e03eb8a33d3b441ff484c56a436ff10680479d4bd14e59268e67977ed40904de" }, { "digest": "sha256:3e8ecbca39f4158b3bd9334bcbc030cba1425495b2b2c45cf3bbb6c62a4e0754", "size": 2453271, "instruction": "/bin/sh -c set -ex; \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 --check --strict -; \t\tapt-mark auto '.*' > /dev/null; \t[ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \trm -rf /var/lib/apt/lists/*; \t\tpython get-pip.py \t\t--disable-pip-version-check \t\t--no-cache-dir \t\t\"pip==$PYTHON_PIP_VERSION\" \t; \tpip --version; \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 \t\t\t\\( -type f -a \\( -name '*.pyc' -o -name '*.pyo' \\) \\) \t\t\\) -exec rm -rf '{}' +; \trm -f get-pip.py" }, { "size": 0, "instruction": " CMD [\"python3\"]" }, { "digest": "sha256:63585f65c2e91ebe04c4921800782750c926b08e4db17d5ea8fd9f6fadc7813c", "size": 927106, "instruction": "COPY file:7324e0eee01a1409e07b811e0509771d15a283559a253b77a238becb1c7690f0 in /usr/local/bin/wget-lua " }, { "size": 0, "instruction": " ENV LC_ALL=C" }, { "digest": "sha256:13453e4c3e941ae41288e419e8cedb46f3210f32cf35ccfbd6e7200b8f1ae4a1", "size": 41818797, "instruction": "/bin/sh -c echo deb http://deb.debian.org/debian buster-backports main contrib > /etc/apt/sources.list.d/backports.list && 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 rsync liblua5.1-0 libluajit-5.1-2 libidn11 lua-socket libpsl5 git && 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 -t buster-backports install zstd libzstd-dev libzstd1 && pip install requests seesaw warcio zstandard && chmod +x /usr/local/bin/wget-lua && rm -rf /var/lib/apt/lists/*" }, { "digest": "sha256:bc77bd73425fd6a6d2c76298ed5aee4a4648ecf0f399498fccc5865233f7e28d", "size": 127, "instruction": "WORKDIR /grab" }, { "size": 0, "instruction": " STOPSIGNAL SIGINT" }, { "size": 0, "instruction": " ENTRYPOINT [\"run-pipeline3\" \"--disable-web-server\" \"pipeline.py\"]" }, { "size": 0, "instruction": " LABEL org.opencontainers.image.created=2021-04-10T14:01:04Z" }, { "size": 0, "instruction": " LABEL org.opencontainers.image.revision=662d6bbc0cb99a7c7569c4119b1d27ec1acd14f5" }, { "size": 0, "instruction": " LABEL org.opencontainers.image.source=https://github.com/ArchiveTeam/grab-base-df.git" }, { "size": 0, "instruction": " LABEL org.opencontainers.image.url=https://github.com/ArchiveTeam/grab-base-df" }, { "digest": "sha256:4deda6cf5a641dea9598f2feecca98c4cfcce629a02e671e70fd13bbd659e3db", "size": 91585, "instruction": "COPY dir:27a3cff64f8ac50adb8c58e8b7d796b39b320161197e93ef39b4bfc27b3f6853 in /grab " }, { "digest": "sha256:4e717742664412dd014d53991b7bb8a0d1e9077caf9de154c72ca50a51c1b104", "size": 143, "instruction": "/bin/sh -c ln -fs /usr/local/bin/wget-lua /grab/wget-at" } ], "os": "linux", "os_features": null, "os_version": null, "size": 86094758, "status": "inactive", "last_pulled": "2022-08-06T06:30:39.466827Z", "last_pushed": "2021-04-10T14:33:29.358841Z" } ]