Metadata for the ArchiveTeam Docker Hub repositories
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

170 lines
9.1 KiB

  1. [
  2. {
  3. "architecture": "amd64",
  4. "features": null,
  5. "variant": null,
  6. "digest": "sha256:950369c4a03f5b365dd34efcbb4192d6a840839945dd957ab70542d8e24d4424",
  7. "layers": [
  8. {
  9. "digest": "sha256:45b42c59be334ecda0daaa139b2f7d310e45c564c5f12263b1b8e68ec9e810ed",
  10. "size": 27095142,
  11. "instruction": "ADD file:d5c41bfaf15180481d8606f50799297e3f49b8a258c7c2cd988ab2bf0013272d in / "
  12. },
  13. {
  14. "size": 0,
  15. "instruction": " CMD [\"bash\"]"
  16. },
  17. {
  18. "size": 0,
  19. "instruction": " ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  20. },
  21. {
  22. "size": 0,
  23. "instruction": " ENV LANG=C.UTF-8"
  24. },
  25. {
  26. "digest": "sha256:8cd3485318dba8e325f6b665105e10c51f4011cf2e2b4378ae2b92e104ff3566",
  27. "size": 2769103,
  28. "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/*"
  29. },
  30. {
  31. "size": 0,
  32. "instruction": " ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568"
  33. },
  34. {
  35. "size": 0,
  36. "instruction": " ENV PYTHON_VERSION=3.9.1"
  37. },
  38. {
  39. "digest": "sha256:b430e1981978aa8083832db9dc3f927e4336fbccf20f27a0419a5d31f78205b7",
  40. "size": 10888464,
  41. "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 ha.pool.sks-keyservers.net --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"
  42. },
  43. {
  44. "digest": "sha256:37d877dc41c386154662483278f5b856d8c34e200d571eb41cee562506fa5bfb",
  45. "size": 232,
  46. "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"
  47. },
  48. {
  49. "size": 0,
  50. "instruction": " ENV PYTHON_PIP_VERSION=21.0.1"
  51. },
  52. {
  53. "size": 0,
  54. "instruction": " ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/4be3fe44ad9dedc028629ed1497052d65d281b8e/get-pip.py"
  55. },
  56. {
  57. "size": 0,
  58. "instruction": " ENV PYTHON_GET_PIP_SHA256=8006625804f55e1bd99ad4214fd07082fee27a1c35945648a58f9087a714e9d4"
  59. },
  60. {
  61. "digest": "sha256:0b70d4ba14ef92ccaa7839657e6fca3422f09041c50a44011d6a2382d0c23fe8",
  62. "size": 2452248,
  63. "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"
  64. },
  65. {
  66. "size": 0,
  67. "instruction": " CMD [\"python3\"]"
  68. },
  69. {
  70. "digest": "sha256:51e511e3cbd66c61dcce357f4c29f288ad3eb987e9968d0844e22fa7e82eb21f",
  71. "size": 926625,
  72. "instruction": "COPY file:c7a381cd8311209dda148a7d15ef252c496da848907afaa18f8371d09648021e in /usr/local/bin/wget-lua "
  73. },
  74. {
  75. "size": 0,
  76. "instruction": " ENV LC_ALL=C"
  77. },
  78. {
  79. "digest": "sha256:9c4e0d73f9edb77a6f5728b07417bf9b6059dad26c58c346de042b1919edf001",
  80. "size": 41775305,
  81. "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/*"
  82. },
  83. {
  84. "digest": "sha256:a784ffdb0117d6e1e0d953c2a0e122294ed0a6ea3a9fec89bd86c08f95b21b91",
  85. "size": 127,
  86. "instruction": "WORKDIR /grab"
  87. },
  88. {
  89. "size": 0,
  90. "instruction": " STOPSIGNAL SIGINT"
  91. },
  92. {
  93. "size": 0,
  94. "instruction": " ENTRYPOINT [\"run-pipeline3\" \"--disable-web-server\" \"pipeline.py\"]"
  95. },
  96. {
  97. "size": 0,
  98. "instruction": " LABEL org.label-schema.build-date=2021-02-13T11:22:27Z"
  99. },
  100. {
  101. "size": 0,
  102. "instruction": " LABEL org.label-schema.schema-version=1.0"
  103. },
  104. {
  105. "size": 0,
  106. "instruction": " LABEL org.label-schema.vcs-ref=12e91dd22b133c16867803c5536d73d91d397450"
  107. },
  108. {
  109. "size": 0,
  110. "instruction": " LABEL org.label-schema.vcs-url=https://github.com/ArchiveTeam/grab-base-df.git"
  111. },
  112. {
  113. "digest": "sha256:cffecb4d7e634bb55aa496a02ed12ed7e63f3fd2eac54edd1276760b1fec97cb",
  114. "size": 4225,
  115. "instruction": "/bin/sh -c useradd -m warrior && echo \"warrior ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers"
  116. },
  117. {
  118. "size": 0,
  119. "instruction": " ENV PATH=/home/warrior/.local/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  120. },
  121. {
  122. "size": 0,
  123. "instruction": "WORKDIR /home/warrior"
  124. },
  125. {
  126. "size": 0,
  127. "instruction": " USER warrior"
  128. },
  129. {
  130. "digest": "sha256:7f5535f7afe3d5a079e63934ccd1ffc393f0e7830d97ab7ba6d939791da6db75",
  131. "size": 208,
  132. "instruction": "/bin/sh -c mkdir data projects && ln -fs /usr/local/bin/wget-lua /home/warrior/data/wget-at"
  133. },
  134. {
  135. "digest": "sha256:b82eb4e74d282aa605955e0b748198cc54e2f21398775f395aab9314b4ca0a7e",
  136. "size": 926932,
  137. "instruction": "COPY file:81179a1531031571f28f1a29036cd17eae205c50c8dc3036b334c7a8100c264e in /home/warrior/data/wget-at-gnutls "
  138. },
  139. {
  140. "digest": "sha256:498aba23d1f4a0feb7c5cb56cc8e7c9bbecdde7d24473580819ba91c9f4b2de4",
  141. "size": 154817,
  142. "instruction": "/bin/sh -c git clone --depth 1 --recurse-submodules https://github.com/ArchiveTeam/warrior-code2.git"
  143. },
  144. {
  145. "digest": "sha256:6c9f94f0c288239146e144fd4acaf2db0eaba4a1fe218bf55c353bffdea657d1",
  146. "size": 601,
  147. "instruction": "COPY --chown=warrior:warriorfile:66e5e27e03322be46fd4ba08de97c57d7f162d0a71926c6fb81740936566b3e3 in . "
  148. },
  149. {
  150. "size": 0,
  151. "instruction": " EXPOSE 8001"
  152. },
  153. {
  154. "size": 0,
  155. "instruction": " STOPSIGNAL SIGINT"
  156. },
  157. {
  158. "size": 0,
  159. "instruction": " ENTRYPOINT [\"python\" \"start.py\"]"
  160. }
  161. ],
  162. "os": "linux",
  163. "os_features": null,
  164. "os_version": null,
  165. "size": 86994029,
  166. "status": "active",
  167. "last_pulled": "2021-04-03T05:32:02.612138Z",
  168. "last_pushed": "2021-03-14T00:03:02.895807Z"
  169. }
  170. ]