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.

145 lines
8.1 KiB

  1. [
  2. {
  3. "architecture": "amd64",
  4. "features": null,
  5. "variant": null,
  6. "digest": "sha256:484af08f15b74550d0f6ff81d56a9d4ff26d3dce35ceae9493032a9382995fee",
  7. "layers": [
  8. {
  9. "digest": "sha256:6aefca2dc61dcbcd268b8a9861e552f9cdb69e57242faec64ac120d2355a9c1a",
  10. "size": 54941777,
  11. "instruction": "ADD file:3a81c181c66f226bd6abd48d0c7ed8a9c599c9f521ec7229286c83161afec8c2 in / "
  12. },
  13. {
  14. "size": 0,
  15. "instruction": " CMD [\"bash\"]"
  16. },
  17. {
  18. "digest": "sha256:967757d5652770cfa81b6cc7577d65e06d336173da116d1fb5b2d349d5d44127",
  19. "size": 5155716,
  20. "instruction": "/bin/sh -c set -eux; \tapt-get update; \tapt-get install -y --no-install-recommends \t\tca-certificates \t\tcurl \t\tnetbase \t\twget \t; \trm -rf /var/lib/apt/lists/*"
  21. },
  22. {
  23. "digest": "sha256:c357e2c68cb3bf1e98dcb3eb6ceb16837253db71535921d6993c594588bffe04",
  24. "size": 10874928,
  25. "instruction": "/bin/sh -c set -ex; \tif ! command -v gpg > /dev/null; then \t\tapt-get update; \t\tapt-get install -y --no-install-recommends \t\t\tgnupg \t\t\tdirmngr \t\t; \t\trm -rf /var/lib/apt/lists/*; \tfi"
  26. },
  27. {
  28. "digest": "sha256:c766e27afb21eddf9ab3e4349700ebe697c32a4c6ada6af4f08282277a291a28",
  29. "size": 54578663,
  30. "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/*"
  31. },
  32. {
  33. "digest": "sha256:32a180f5cf85702e7680719c40c39c07972b1176355df5a621de9eb87ad07ce2",
  34. "size": 196702315,
  35. "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/*"
  36. },
  37. {
  38. "size": 0,
  39. "instruction": " ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  40. },
  41. {
  42. "size": 0,
  43. "instruction": " ENV LANG=C.UTF-8"
  44. },
  45. {
  46. "digest": "sha256:1535e3c1181a81ea66d5bacb16564e4da2ba96304506598be39afe9c82b21c5c",
  47. "size": 6290866,
  48. "instruction": "/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/*"
  49. },
  50. {
  51. "size": 0,
  52. "instruction": " ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568"
  53. },
  54. {
  55. "size": 0,
  56. "instruction": " ENV PYTHON_VERSION=3.9.12"
  57. },
  58. {
  59. "digest": "sha256:6de7cb7bdc8f9b4c4d6539233fe87304aa1a6427c3238183265c9f02d831eddb",
  60. "size": 18309887,
  61. "instruction": "/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; \tcommand -v gpgconf > /dev/null && gpgconf --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)\"; \tmake -j \"$nproc\" \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"
  62. },
  63. {
  64. "digest": "sha256:26787c68cf0c92a778db814d327e283fe1da4434a7fea1f0232dae8002e38f33",
  65. "size": 233,
  66. "instruction": "/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"
  67. },
  68. {
  69. "size": 0,
  70. "instruction": " ENV PYTHON_PIP_VERSION=22.0.4"
  71. },
  72. {
  73. "size": 0,
  74. "instruction": " ENV PYTHON_SETUPTOOLS_VERSION=58.1.0"
  75. },
  76. {
  77. "size": 0,
  78. "instruction": " ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/38e54e5de07c66e875c11a1ebbdb938854625dd8/public/get-pip.py"
  79. },
  80. {
  81. "size": 0,
  82. "instruction": " ENV PYTHON_GET_PIP_SHA256=e235c437e5c7d7524fbce3880ca39b917a73dc565e0c813465b7a7a329bb279a"
  83. },
  84. {
  85. "digest": "sha256:9952b1051adaff513c99f86765361450af108b12b0073d0ba40255c4e419b481",
  86. "size": 2872251,
  87. "instruction": "/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"
  88. },
  89. {
  90. "size": 0,
  91. "instruction": " CMD [\"python3\"]"
  92. },
  93. {
  94. "size": 0,
  95. "instruction": "ENV PYTHONUNBUFFERED=1 PYTHONDONTWRITEBYTECODE=1 PIP_NO_CACHE_DIR=off PIP_DISABLE_PIP_VERSION_CHECK=on PIP_DEFAULT_TIMEOUT=100 POETRY_VERSION=1.2.0b1 POETRY_VIRTUALENVS_IN_PROJECT=true POETRY_NO_INTERACTION=1"
  96. },
  97. {
  98. "digest": "sha256:f318e96d58557caed4d25c1a2aa216456d34bcbaa81209cda9ba44a7955ec7ce",
  99. "size": 18113423,
  100. "instruction": "RUN /bin/sh -c pip install --upgrade pip && pip install 'poetry>=$POETRY_VERSION' # buildkit"
  101. },
  102. {
  103. "digest": "sha256:e724bc5840361b241c740721f9f5d05b062e46d0ff42325991b447e94c6f7ace",
  104. "size": 117,
  105. "instruction": "WORKDIR /opt/app"
  106. },
  107. {
  108. "digest": "sha256:5a43be083e54a1aceb702cac01e71b1483b720c3399bcee7c1d2aff88f746f1c",
  109. "size": 13593,
  110. "instruction": "COPY pyproject.toml poetry.lock ./ # buildkit"
  111. },
  112. {
  113. "digest": "sha256:39608eea9b5cca42174f342890bf956a03837e741252d05fac17eba25e2a1cfb",
  114. "size": 16286663,
  115. "instruction": "RUN /bin/sh -c poetry install --without=dev --no-root && poetry plugin add poetry-dynamic-versioning-plugin # buildkit"
  116. },
  117. {
  118. "digest": "sha256:9529faca3eead15ed11dbca07b2ec84dd79d209eaebecf751cf183fa8987273b",
  119. "size": 1441,
  120. "instruction": "COPY README.md ./ # buildkit"
  121. },
  122. {
  123. "digest": "sha256:90d55ba83332e75d7824acb823a9cedf44b0c08a737ef0e15d2f6a015c989a53",
  124. "size": 2158,
  125. "instruction": "COPY src ./src # buildkit"
  126. },
  127. {
  128. "digest": "sha256:febd824dbae36fef4457796c4550943c84eeff478ab73d28d8651d9d83fb5307",
  129. "size": 3058,
  130. "instruction": "RUN /bin/sh -c poetry dynamic-versioning && poetry install --without=dev # buildkit"
  131. },
  132. {
  133. "size": 0,
  134. "instruction": "CMD [\"poetry\" \"run\" \"linkhub_exporter\"]"
  135. }
  136. ],
  137. "os": "linux",
  138. "os_features": null,
  139. "os_version": null,
  140. "size": 384147089,
  141. "status": "inactive",
  142. "last_pulled": "2022-05-08T07:44:59.341909Z",
  143. "last_pushed": "2022-05-08T07:43:50.549458Z"
  144. }
  145. ]