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.2 KiB

  1. [
  2. {
  3. "architecture": "amd64",
  4. "features": null,
  5. "variant": null,
  6. "digest": "sha256:4dd2be5b8ff864ce6d1d9993a4d7bda836fe91d338261e3376d228cd20d689f9",
  7. "layers": [
  8. {
  9. "digest": "sha256:67e8aa6c8bbc76b1f2bccb3864b0887671833b8667dc1f6c965fcb0eac7e6402",
  10. "size": 54945622,
  11. "instruction": "ADD file:68a5d7d0db592625159865110c1b7dcb15cf70ecf71b5fd541ef89584cd734ba in / "
  12. },
  13. {
  14. "size": 0,
  15. "instruction": " CMD [\"bash\"]"
  16. },
  17. {
  18. "digest": "sha256:627e6c1e105548ea4a08354eea581f137cf368d91aeb0ad47dcb706fca54fd8b",
  19. "size": 5155721,
  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:0670968926f6461e3135c82ba2c0ad3ebdedc0d0f41b18bda4a1e41104b8be8a",
  24. "size": 10875052,
  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:5a8b0e20be4b4a332bc3d90b9903a5f3c0664b440fd9f1d2a1db0d4b7e6e826b",
  29. "size": 54578468,
  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:b0b10a3a2784b06bfe0af1493ea2a0fa957ae5e0dc30fcfd1166d2558ba74e4d",
  34. "size": 196562669,
  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:e16cd24209e80fb99ff55cf53a1c2e4a062cffad4b24c6564ef6bb4fc9428827",
  47. "size": 6290722,
  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=A035C8C19219BA821ECEA86B64E628F8D684696D"
  53. },
  54. {
  55. "size": 0,
  56. "instruction": " ENV PYTHON_VERSION=3.10.4"
  57. },
  58. {
  59. "digest": "sha256:c8428195afac586c96628ecdca0c2c0d2c6d5c61fcb83a32988b599a592a4dc8",
  60. "size": 19711940,
  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-lto \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:45ae7839fda540e13bdf4d8b465e357a5dd314d3761f53418e11ffbba330a552",
  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/2d26a16e351a22108b46fa11507aa57a732d4074/public/get-pip.py"
  79. },
  80. {
  81. "size": 0,
  82. "instruction": " ENV PYTHON_GET_PIP_SHA256=530e7077f9e31f0378b5ee7cc90c8d99b7aef832f3d4ea96b42c2072e322734e"
  83. },
  84. {
  85. "digest": "sha256:5ae8ff85c3811486f60d2f3a5c062f48674b45590a51b82ea6edcb37f2eae996",
  86. "size": 2872318,
  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 POETRY_DYNAMIC_VERSIONING_PLUGIN_VERSION=0.3.1"
  96. },
  97. {
  98. "digest": "sha256:6e88320f4fbb0955601bd74e120748288ae01e81a55938985333d268eefc16e1",
  99. "size": 22066624,
  100. "instruction": "RUN /bin/sh -c pip install --upgrade pip && pip install 'poetry>=$POETRY_VERSION' # buildkit"
  101. },
  102. {
  103. "digest": "sha256:96396fc57b137a84a97e4ad278b20f9d8c624a979f85d08a851a8070685423e9",
  104. "size": 116,
  105. "instruction": "WORKDIR /opt/app"
  106. },
  107. {
  108. "digest": "sha256:a7e85076a62a98761ff800b8722fcb7ab326ddcf2261a6101935ad4fa12ce0d2",
  109. "size": 14948,
  110. "instruction": "COPY pyproject.toml poetry.lock ./ # buildkit"
  111. },
  112. {
  113. "digest": "sha256:316ae90832414e76fe8f0852213535b003d1a78577715e457097f8f21ad7c224",
  114. "size": 68249576,
  115. "instruction": "RUN /bin/sh -c poetry install --without=dev --no-root && poetry plugin add poetry-dynamic-versioning-plugin@${POETRY_DYNAMIC_VERSIONING_PLUGIN_VERSION} # buildkit"
  116. },
  117. {
  118. "digest": "sha256:23a56aded766a1099e75024f58e54e5b3a663e3bce3c87d3c0c8f980a1d81417",
  119. "size": 2166,
  120. "instruction": "COPY README.md ./ # buildkit"
  121. },
  122. {
  123. "digest": "sha256:07c2a0415c3f5a2364a9e45cd5b691a59d48f01738f52d92a029ff645bff7ec2",
  124. "size": 2545,
  125. "instruction": "COPY src ./src # buildkit"
  126. },
  127. {
  128. "digest": "sha256:682bba84253bb98e49f06db68598b6942cb666e0f0b722035979e0b2675d9bbf",
  129. "size": 3927,
  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": 441332647,
  141. "status": "inactive",
  142. "last_pulled": null,
  143. "last_pushed": "2022-05-21T15:10:51.993021Z"
  144. }
  145. ]