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.

157 lines
8.4 KiB

  1. [
  2. {
  3. "architecture": "amd64",
  4. "features": null,
  5. "variant": null,
  6. "digest": "sha256:0b542465e8a48a86f375f6b90f3aa54653488517bcd2761b00bf0f9972b812ba",
  7. "layers": [
  8. {
  9. "digest": "sha256:6a70103cc499a199e10e379794c60aa524d9598587cc2bdfe2995642c2da8df7",
  10. "size": 55056621,
  11. "instruction": "ADD file:20f89ff93bfbd6c9fb1a97058a1f3de4485a8974e8a83892072c511fbd2e4134 in / "
  12. },
  13. {
  14. "size": 0,
  15. "instruction": " CMD [\"bash\"]"
  16. },
  17. {
  18. "digest": "sha256:ccb4221e2c63c35bb16b63f6d24c104c7ea5d453997636c2244b66884f540537",
  19. "size": 15760534,
  20. "instruction": "/bin/sh -c set -eux; \tapt-get update; \tapt-get install -y --no-install-recommends \t\tca-certificates \t\tcurl \t\tgnupg \t\tnetbase \t\twget \t; \trm -rf /var/lib/apt/lists/*"
  21. },
  22. {
  23. "digest": "sha256:9fe6e67e69c83952779c1fb8add0b6f81ba6fb03f6290c62225fbdae94c28661",
  24. "size": 54584778,
  25. "instruction": "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends \t\tgit \t\tmercurial \t\topenssh-client \t\tsubversion \t\t\t\tprocps \t&& rm -rf /var/lib/apt/lists/*"
  26. },
  27. {
  28. "digest": "sha256:ea30286b46fb9b823a797bdd0875e26853140b5424981da88967cd7131ccef8b",
  29. "size": 196851887,
  30. "instruction": "/bin/sh -c set -ex; \tapt-get update; \tapt-get install -y --no-install-recommends \t\tautoconf \t\tautomake \t\tbzip2 \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\timagemagick \t\tlibbz2-dev \t\tlibc6-dev \t\tlibcurl4-openssl-dev \t\tlibdb-dev \t\tlibevent-dev \t\tlibffi-dev \t\tlibgdbm-dev \t\tlibglib2.0-dev \t\tlibgmp-dev \t\tlibjpeg-dev \t\tlibkrb5-dev \t\tliblzma-dev \t\tlibmagickcore-dev \t\tlibmagickwand-dev \t\tlibmaxminddb-dev \t\tlibncurses5-dev \t\tlibncursesw5-dev \t\tlibpng-dev \t\tlibpq-dev \t\tlibreadline-dev \t\tlibsqlite3-dev \t\tlibssl-dev \t\tlibtool \t\tlibwebp-dev \t\tlibxml2-dev \t\tlibxslt-dev \t\tlibyaml-dev \t\tmake \t\tpatch \t\tunzip \t\txz-utils \t\tzlib1g-dev \t\t\t\t$( \t\t\tif apt-cache show 'default-libmysqlclient-dev' 2>/dev/null | grep -q '^Version:'; then \t\t\t\techo 'default-libmysqlclient-dev'; \t\t\telse \t\t\t\techo 'libmysqlclient-dev'; \t\t\tfi \t\t) \t; \trm -rf /var/lib/apt/lists/*"
  31. },
  32. {
  33. "size": 0,
  34. "instruction": "ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  35. },
  36. {
  37. "size": 0,
  38. "instruction": "ENV LANG=C.UTF-8"
  39. },
  40. {
  41. "digest": "sha256:79a4c84cf0e149d044f73b9e2f57dcb4571c18ff927b28869a490c3147ede458",
  42. "size": 6291055,
  43. "instruction": "RUN /bin/sh -c set -eux; \tapt-get update; \tapt-get install -y --no-install-recommends \t\tlibbluetooth-dev \t\ttk-dev \t\tuuid-dev \t; \trm -rf /var/lib/apt/lists/* # buildkit"
  44. },
  45. {
  46. "size": 0,
  47. "instruction": "ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568"
  48. },
  49. {
  50. "size": 0,
  51. "instruction": "ENV PYTHON_VERSION=3.9.17"
  52. },
  53. {
  54. "digest": "sha256:ec5b139b80a6e043f19b37c0018aab00d58752f2e6283316a34d30eeebcca471",
  55. "size": 16082424,
  56. "instruction": "RUN /bin/sh -c set -eux; \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)\"; \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\tbin=\"$(readlink -ve /usr/local/bin/python3)\"; \tdir=\"$(dirname \"$bin\")\"; \tmkdir -p \"/usr/share/gdb/auto-load/$dir\"; \tcp -vL Tools/gdb/libpython.py \"/usr/share/gdb/auto-load/$bin-gdb.py\"; \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\tpython3 --version # buildkit"
  57. },
  58. {
  59. "digest": "sha256:d72c718cc4002e48bc9f33334abc453a482150f9077bbbdb3a50e89f79c50536",
  60. "size": 243,
  61. "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"
  62. },
  63. {
  64. "size": 0,
  65. "instruction": "ENV PYTHON_PIP_VERSION=23.0.1"
  66. },
  67. {
  68. "size": 0,
  69. "instruction": "ENV PYTHON_SETUPTOOLS_VERSION=58.1.0"
  70. },
  71. {
  72. "size": 0,
  73. "instruction": "ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/9af82b715db434abb94a0a6f3569f43e72157346/public/get-pip.py"
  74. },
  75. {
  76. "size": 0,
  77. "instruction": "ENV PYTHON_GET_PIP_SHA256=45a2bb8bf2bb5eff16fdd00faef6f29731831c7c59bd9fc2bf1f3bed511ff1fe"
  78. },
  79. {
  80. "digest": "sha256:e614d83a95d2da5d34372f91525489a19b75653d6f89398f6630f3dc4282f322",
  81. "size": 2847198,
  82. "instruction": "RUN /bin/sh -c set -eux; \t\twget -O get-pip.py \"$PYTHON_GET_PIP_URL\"; \techo \"$PYTHON_GET_PIP_SHA256 *get-pip.py\" | sha256sum -c -; \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"
  83. },
  84. {
  85. "size": 0,
  86. "instruction": "CMD [\"python3\"]"
  87. },
  88. {
  89. "digest": "sha256:698672044e983da3f8f40510acdb5a4884f01880fdaec8dd12adb8f78063c770",
  90. "size": 7748681,
  91. "instruction": "RUN /bin/sh -c pip3 install --upgrade --no-cache-dir 'cryptography<40' # buildkit"
  92. },
  93. {
  94. "digest": "sha256:500d54fa59b2eb787abc1935d772d3c25c7e76264fdf44c00e9748cfefe5a4ad",
  95. "size": 10214967,
  96. "instruction": "RUN /bin/sh -c pip3 install --upgrade --no-cache-dir chat-downloader yt-dlp requests # buildkit"
  97. },
  98. {
  99. "digest": "sha256:90a2504731ce24d05f3ed0de34199521f7d78189f9a8d1cbd08f6d26a6cd324c",
  100. "size": 2116119,
  101. "instruction": "RUN /bin/sh -c pip3 install --upgrade --no-cache-dir websocket-client warcprox # buildkit"
  102. },
  103. {
  104. "digest": "sha256:7eefe5f9152b2ca5cb01a6237f5ee0d112e491b57defc5919e107733050d835d",
  105. "size": 66741,
  106. "instruction": "RUN /bin/sh -c pip3 install --upgrade --no-cache-dir typing-extensions # buildkit"
  107. },
  108. {
  109. "digest": "sha256:6b4c2c258562e74c11355cddd161683512781666a577566ae7088d3e19b99a60",
  110. "size": 94,
  111. "instruction": "RUN /bin/sh -c mkdir -p /data # buildkit"
  112. },
  113. {
  114. "size": 0,
  115. "instruction": "ENV DATA_DIR=/data"
  116. },
  117. {
  118. "size": 0,
  119. "instruction": "ENV CURL_CA_BUNDLE="
  120. },
  121. {
  122. "digest": "sha256:dbfbcba371397f1ca9f5f43cf0a4e411e585f917842251cf6ed692ff92e5921f",
  123. "size": 72306,
  124. "instruction": "COPY . /app # buildkit"
  125. },
  126. {
  127. "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1",
  128. "size": 32,
  129. "instruction": "WORKDIR /app"
  130. },
  131. {
  132. "size": 0,
  133. "instruction": "ENTRYPOINT [\"python3\" \"-u\" \"client.py\"]"
  134. }
  135. ],
  136. "os": "linux",
  137. "os_features": null,
  138. "os_version": null,
  139. "size": 367693680,
  140. "status": "active",
  141. "last_pulled": null,
  142. "last_pushed": "2023-08-26T00:50:04.867171Z"
  143. },
  144. {
  145. "architecture": "unknown",
  146. "features": null,
  147. "variant": null,
  148. "digest": "sha256:e71116d522307a6bef054b78234fdda6d527f0393de9ed7a20026a4255dbcfee",
  149. "os": "unknown",
  150. "os_features": null,
  151. "os_version": null,
  152. "size": 1154,
  153. "status": "active",
  154. "last_pulled": null,
  155. "last_pushed": "2023-08-26T00:50:05.018263Z"
  156. }
  157. ]