[ { "architecture": "amd64", "features": null, "variant": null, "digest": "sha256:09ec5eb0ff6fcfd95c34582780015f2c283a6a91013098d1b91a46882ca29bfc", "layers": [ { "digest": "sha256:69692152171afee1fd341febc390747cfca2ff302f2881d8b394e786af605696", "size": 27145915, "instruction": "ADD file:7362e0e50f30ff45463ea38bb265cb8f6b7cd422eb2d09de7384efa0b59614be 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:59773387c0e7ec4b901649cd3530cde9a32e6a76fccaf0b015119c329cb6af78", "size": 2769681, "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.5" }, { "digest": "sha256:3fc84e535e87f5dfd4ab5a3086531224f67051d7f7853c659d3dd0002b7c5a45", "size": 10930410, "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:68ebeebdab6f71c7a8dc8532e56ed6d69171502240306980ae78e8d13b03dde4", "size": 234, "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.1.1" }, { "size": 0, "instruction": " ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/1954f15b3f102ace496a34a013ea76b061535bd2/public/get-pip.py" }, { "size": 0, "instruction": " ENV PYTHON_GET_PIP_SHA256=f499d76e0149a673fb8246d88e116db589afbd291739bd84f2cd9a7bca7b6993" }, { "digest": "sha256:ada7ec54b5b23c775e12472f8975b1af576ca949c63a795703bcf69b4820234f", "size": 2600372, "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:39da43d64bfc601fd6ef108e570fad032630479d50ca33cbad6c80e39ecc53f8", "size": 928215, "instruction": "COPY file:a7409cac404050365bc70c42b3c9dd222d036948c91e7e36dbed648d9538fcd9 in /usr/local/bin/wget-lua " }, { "size": 0, "instruction": " ENV LC_ALL=C" }, { "digest": "sha256:27b39dbf25bcd3332be256b4950b55e33144d20df019b0dbb5944f717b730ed0", "size": 37652438, "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 lua-filesystem 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 --no-cache-dir requests seesaw zstandard && chmod +x /usr/local/bin/wget-lua && rm -rf /var/lib/apt/lists/*" }, { "digest": "sha256:2489a9a711580530a5241277c3064ad90ed3917f67f0bc74ca77b1c9f3d7aac9", "size": 127, "instruction": "WORKDIR /grab" }, { "size": 0, "instruction": " ONBUILD COPY . /grab" }, { "size": 0, "instruction": " ONBUILD RUN test -x /grab/wget-at || ln -fs /usr/local/bin/wget-lua /grab/wget-at" }, { "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-05-20T13:22:02Z" }, { "size": 0, "instruction": " LABEL org.opencontainers.image.revision=08fa7f26aec95daf8aba80c06d03f9d4bac4113c" }, { "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:19b7d9df5a7758e346f498b03feb0b6c98eecab6a2db50d36dd3a6921eb13992", "size": 610265, "instruction": "COPY dir:5ebf835a07dc2cb09410f86a8fcb8888e000df95760bd28136ad9e70ea46b187 in /grab " }, { "digest": "sha256:7e5f2fc67b831c38c963ff90d54f5a1d8ce6ab3db93b139503e0f2430aab02fc", "size": 143, "instruction": "/bin/sh -c test -x /grab/wget-at || ln -fs /usr/local/bin/wget-lua /grab/wget-at" }, { "digest": "sha256:d746393250ce41844707d7704c7fe84d3c028f8879f17fde41e5d4fb3564b302", "size": 4251, "instruction": "/bin/sh -c useradd -m warrior && echo \"warrior ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers" }, { "size": 0, "instruction": " ENV PATH=/home/warrior/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" }, { "size": 0, "instruction": "WORKDIR /home/warrior" }, { "size": 0, "instruction": " USER warrior" }, { "digest": "sha256:566f9bd0291bee4c6116a96907cc0ffc3888e7278a6aa289ccaa978f8601ab67", "size": 251, "instruction": "/bin/sh -c mkdir data projects && ln -fs /usr/local/bin/wget-lua /home/warrior/data/wget-at" }, { "digest": "sha256:a718d9bc39ca16c4327b79be6d6e51c235e01a52ec853a69fce13e21dbeb1a80", "size": 928584, "instruction": "COPY file:8044ce3c84cc7b5b1105ea5796938dc7dac8d3e6e23f3162f950ec6b9980c532 in /home/warrior/data/wget-at-gnutls " }, { "digest": "sha256:7764797096964d938d4e52cd3104087a23845da524ce52d8240d359c845f476a", "size": 154804, "instruction": "/bin/sh -c git clone --depth 1 --recurse-submodules https://github.com/ArchiveTeam/warrior-code2.git" }, { "digest": "sha256:4276b128fe8f26e68e8c38d54f0938ae366b331ec8ce14e23b14c4e94a97f335", "size": 599, "instruction": "COPY --chown=warrior:warriorfile:d4e811b90df15ff8ce944d85016801848c9ee9b574a0503dac311326c7f42bd7 in . " }, { "size": 0, "instruction": " EXPOSE 8001" }, { "size": 0, "instruction": " STOPSIGNAL SIGINT" }, { "size": 0, "instruction": " ENTRYPOINT [\"python\" \"start.py\"]" }, { "size": 0, "instruction": " LABEL org.opencontainers.image.created=2021-06-08T14:03:49Z" }, { "size": 0, "instruction": " LABEL org.opencontainers.image.revision=54a26b7546c21191fbbf0b45f4984ea8a1567287" }, { "size": 0, "instruction": " LABEL org.opencontainers.image.source=https://github.com/ArchiveTeam/warrior-dockerfile.git" }, { "size": 0, "instruction": " LABEL org.opencontainers.image.url=https://github.com/ArchiveTeam/warrior-dockerfile" } ], "os": "linux", "os_features": null, "os_version": null, "size": 83726289, "status": "active", "last_pulled": "2024-03-27T10:46:39.556563Z", "last_pushed": "2021-06-22T15:45:07.209626Z" } ]