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.

131 regels
7.9 KiB

  1. [
  2. {
  3. "architecture": "amd64",
  4. "features": null,
  5. "variant": null,
  6. "digest": "sha256:dd0b7f2f7ea19274e3538633e213b41d4bc27d804656c68714c7d996daa83846",
  7. "layers": [
  8. {
  9. "digest": "sha256:f7ec5a41d630a33a2d1db59b95d89d93de7ae5a619a3a8571b78457e48266eba",
  10. "size": 27139373,
  11. "instruction": "ADD file:c855b3c65f5ba94d548d7d2659094eeb63fbf7f8419ac8e07712c3320c38b62c 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:388aab6f395415d7b5f9dcb43e1358fc58c8c6d611abe54624a573b652ae9411",
  27. "size": 2769613,
  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.5"
  37. },
  38. {
  39. "digest": "sha256:f8d31dc90ab0a8579a4e16a2678acc213197beacf6f0acc719a3ab22774b2ce2",
  40. "size": 10933326,
  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 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"
  42. },
  43. {
  44. "digest": "sha256:9d4ee0e5b63b3cc82420cfea457519667774b36f692687a1af3bb0fce56f466c",
  45. "size": 234,
  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.1.1"
  51. },
  52. {
  53. "size": 0,
  54. "instruction": " ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/1954f15b3f102ace496a34a013ea76b061535bd2/public/get-pip.py"
  55. },
  56. {
  57. "size": 0,
  58. "instruction": " ENV PYTHON_GET_PIP_SHA256=f499d76e0149a673fb8246d88e116db589afbd291739bd84f2cd9a7bca7b6993"
  59. },
  60. {
  61. "digest": "sha256:56f49306e49e9e36b7e0ff36269a3d6d08e8dc86594fdfb23cfc3211d1435008",
  62. "size": 2600030,
  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:259d4995aac5c145eece7593c5129354a0edef9f7b6c4dc22c2dfb63466262de",
  71. "size": 928213,
  72. "instruction": "COPY file:a7409cac404050365bc70c42b3c9dd222d036948c91e7e36dbed648d9538fcd9 in /usr/local/bin/wget-lua "
  73. },
  74. {
  75. "size": 0,
  76. "instruction": " ENV LC_ALL=C"
  77. },
  78. {
  79. "digest": "sha256:c31b28c69302814f2bf6d827788c004a464e08739c0293f44014f36e6781bb10",
  80. "size": 37729793,
  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 --no-cache-dir requests seesaw warcio zstandard && chmod +x /usr/local/bin/wget-lua && rm -rf /var/lib/apt/lists/*"
  82. },
  83. {
  84. "digest": "sha256:eed46dda315bb6cd9118467a8100ffef105ac9759b0db6c74e688416978efd27",
  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.opencontainers.image.created=2021-05-04T22:17:04Z"
  99. },
  100. {
  101. "size": 0,
  102. "instruction": " LABEL org.opencontainers.image.revision=7f6e7ff2e2ba29260510027868dac47eb3e3f127"
  103. },
  104. {
  105. "size": 0,
  106. "instruction": " LABEL org.opencontainers.image.source=https://github.com/ArchiveTeam/grab-base-df.git"
  107. },
  108. {
  109. "size": 0,
  110. "instruction": " LABEL org.opencontainers.image.url=https://github.com/ArchiveTeam/grab-base-df"
  111. },
  112. {
  113. "digest": "sha256:5f696f7177021ec14c143cc837d3bb72b9867c35994b58827dbf627a9fb90a08",
  114. "size": 68342,
  115. "instruction": "COPY dir:59c33904afa21170335c82b33ec1abf4c5b1faa84243444731722d04287f37fe in /grab "
  116. },
  117. {
  118. "digest": "sha256:11eb92a75760204a6f8668bdb23eb4905877fb5ee2849319447abf60579d077e",
  119. "size": 142,
  120. "instruction": "/bin/sh -c ln -fs /usr/local/bin/wget-lua /grab/wget-at"
  121. }
  122. ],
  123. "os": "linux",
  124. "os_features": null,
  125. "os_version": null,
  126. "size": 82169193,
  127. "status": "active",
  128. "last_pulled": "2021-07-10T01:40:18.864186Z",
  129. "last_pushed": "2021-05-12T14:05:26.201339Z"
  130. }
  131. ]