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.

278 lines
17 KiB

  1. [
  2. {
  3. "architecture": "arm64",
  4. "features": null,
  5. "variant": null,
  6. "digest": "sha256:265e3bcc78548a816567737b7302ecf6f1750d8e578b6b043e1a15adc88abaa7",
  7. "layers": [
  8. {
  9. "digest": "sha256:3ca7b6c7180eac66b9c4301084a16319f41eb7f7365bdf91bcc272bd24cb4149",
  10. "size": 25921744,
  11. "instruction": "ADD file:55a469039df0bf0e94ef7cd2d6fd355ad0c69e0e23e7921194445dd1fe281e3b 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:ce731931b7bacaec925f34de8e6de950a971e3a7c5fc1a94ced8ee13523c0c09",
  27. "size": 2648925,
  28. "instruction": "RUN /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/* # buildkit"
  29. },
  30. {
  31. "size": 0,
  32. "instruction": "ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568"
  33. },
  34. {
  35. "size": 0,
  36. "instruction": "ENV PYTHON_VERSION=3.9.16"
  37. },
  38. {
  39. "digest": "sha256:4b997ede8c3127d829d7bc21b3552154772ad621c3478f940182cf49cd46d5ec",
  40. "size": 11190713,
  41. "instruction": "RUN /bin/sh -c set -eux; \t\tsavedAptMark=\"$(apt-mark showmanual)\"; \tapt-get update; \tapt-get install -y --no-install-recommends \t\tdpkg-dev \t\tgcc \t\tgnupg \t\tlibbluetooth-dev \t\tlibbz2-dev \t\tlibc6-dev \t\tlibdb-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\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)\"; \tLDFLAGS=\"${LDFLAGS:--Wl},--strip-all\"; \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\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\tapt-mark auto '.*' > /dev/null; \tapt-mark manual $savedAptMark; \tfind /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; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \trm -rf /var/lib/apt/lists/*; \t\tpython3 --version # buildkit"
  42. },
  43. {
  44. "digest": "sha256:3316b92a544932b467771545d78b07393facab582dcc7e47473a8720e5f7b79e",
  45. "size": 243,
  46. "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"
  47. },
  48. {
  49. "size": 0,
  50. "instruction": "ENV PYTHON_PIP_VERSION=22.0.4"
  51. },
  52. {
  53. "size": 0,
  54. "instruction": "ENV PYTHON_SETUPTOOLS_VERSION=58.1.0"
  55. },
  56. {
  57. "size": 0,
  58. "instruction": "ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/0d8570dc44796f4369b652222cf176b3db6ac70e/public/get-pip.py"
  59. },
  60. {
  61. "size": 0,
  62. "instruction": "ENV PYTHON_GET_PIP_SHA256=96461deced5c2a487ddc65207ec5a9cffeca0d34e7af7ea1afc470ff0d746207"
  63. },
  64. {
  65. "digest": "sha256:298d4071971764633688aaeb1703e311644f7f8ee8152cb76e9aa875e505a41d",
  66. "size": 3192907,
  67. "instruction": "RUN /bin/sh -c set -eux; \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 -c -; \t\tapt-mark auto '.*' > /dev/null; \t[ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark > /dev/null; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \trm -rf /var/lib/apt/lists/*; \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"
  68. },
  69. {
  70. "size": 0,
  71. "instruction": "CMD [\"python3\"]"
  72. },
  73. {
  74. "size": 0,
  75. "instruction": "LABEL version=20230209.01"
  76. },
  77. {
  78. "size": 0,
  79. "instruction": "LABEL wget-at.version=1.21.3-at.20230208.01"
  80. },
  81. {
  82. "digest": "sha256:154ed5405dea304224233406cb18fd7fda1f82abc8eeed8b9e4716b23318a0a0",
  83. "size": 963280,
  84. "instruction": "COPY /wget /usr/local/bin/wget-lua # buildkit"
  85. },
  86. {
  87. "size": 0,
  88. "instruction": "ENV LC_ALL=C"
  89. },
  90. {
  91. "digest": "sha256:d649d6ed457b38c3b3e13ee165304f26ef2ab7f8061091d6e67d170500aa2967",
  92. "size": 86027590,
  93. "instruction": "RUN /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 gzip rsync liblua5.1-0 libluajit-5.1-2 libidn11 lua-socket lua-filesystem lua-sec lua-zip libpsl5 git poppler-utils luarocks libidn2-0-dev gcc libc-ares2 && 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 zstandard && sed -i 's/lib\\/x86_64-linux-gnu/lib\\/'`gcc -dumpmachine`'/' /usr/share/lua/*/luarocks/site_config.lua && luarocks install html-entities && luarocks install idn2 && chmod +x /usr/local/bin/wget-lua && rm -rf /var/lib/apt/lists/* # buildkit"
  94. },
  95. {
  96. "digest": "sha256:dee6a00cafd50a602765192b248ad6031bcbdbc98fce3dfd3a863b80b1e75fc4",
  97. "size": 160,
  98. "instruction": "RUN /bin/sh -c echo \"#!/bin/bash\\n\\$@\" > /usr/bin/sudo && chmod +x /usr/bin/sudo # buildkit"
  99. },
  100. {
  101. "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1",
  102. "size": 32,
  103. "instruction": "RUN /bin/sh -c /usr/local/bin/wget-lua --help | grep -iE \"gnu|warc|lua\" # buildkit"
  104. },
  105. {
  106. "digest": "sha256:10b1b22465f795d6e9791d9e7c3f410cecf46f38c1c893cfe78d312ccbfca706",
  107. "size": 93,
  108. "instruction": "WORKDIR /grab"
  109. },
  110. {
  111. "size": 0,
  112. "instruction": "STOPSIGNAL SIGINT"
  113. },
  114. {
  115. "size": 0,
  116. "instruction": "ENTRYPOINT [\"run-pipeline3\" \"--disable-web-server\" \"pipeline.py\"]"
  117. }
  118. ],
  119. "os": "linux",
  120. "os_features": null,
  121. "os_version": null,
  122. "size": 129945687,
  123. "status": "inactive",
  124. "last_pulled": "2024-01-16T06:25:23.355655Z",
  125. "last_pushed": "2023-06-05T15:44:50.286514Z"
  126. },
  127. {
  128. "architecture": "arm",
  129. "features": null,
  130. "variant": "v7",
  131. "digest": "sha256:4dae9a69e8ab4e1701e2274b48e082b253a7c82ee53630405918c2245c6bc8bf",
  132. "layers": [
  133. {
  134. "digest": "sha256:0265ca860f8350954d0667b45b48728e992970f63232c58e18fac59852acd8f2",
  135. "size": 22747412,
  136. "instruction": "ADD file:fc75413703cf08c1fc3b981ebbde07494b7ad8176aadd5f3a8fb891f0c48e7b9 in / "
  137. },
  138. {
  139. "size": 0,
  140. "instruction": " CMD [\"bash\"]"
  141. },
  142. {
  143. "size": 0,
  144. "instruction": "ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  145. },
  146. {
  147. "size": 0,
  148. "instruction": "ENV LANG=C.UTF-8"
  149. },
  150. {
  151. "digest": "sha256:6e22a2338ef965844f677cae44abb693729ef641e31a0610b126d853ff101a9d",
  152. "size": 2370122,
  153. "instruction": "RUN /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/* # buildkit"
  154. },
  155. {
  156. "size": 0,
  157. "instruction": "ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E310250568"
  158. },
  159. {
  160. "size": 0,
  161. "instruction": "ENV PYTHON_VERSION=3.9.16"
  162. },
  163. {
  164. "digest": "sha256:9068742fa182ad985aec499c6004a319a5ce62097f0acf88b6980e7218138d60",
  165. "size": 10427086,
  166. "instruction": "RUN /bin/sh -c set -eux; \t\tsavedAptMark=\"$(apt-mark showmanual)\"; \tapt-get update; \tapt-get install -y --no-install-recommends \t\tdpkg-dev \t\tgcc \t\tgnupg \t\tlibbluetooth-dev \t\tlibbz2-dev \t\tlibc6-dev \t\tlibdb-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\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)\"; \tLDFLAGS=\"${LDFLAGS:--Wl},--strip-all\"; \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\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\tapt-mark auto '.*' > /dev/null; \tapt-mark manual $savedAptMark; \tfind /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; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \trm -rf /var/lib/apt/lists/*; \t\tpython3 --version # buildkit"
  167. },
  168. {
  169. "digest": "sha256:47989f376c4f1de09bbb4ef8602dabc590e55eac3f244c2d647c2dea2de72cd6",
  170. "size": 243,
  171. "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"
  172. },
  173. {
  174. "size": 0,
  175. "instruction": "ENV PYTHON_PIP_VERSION=22.0.4"
  176. },
  177. {
  178. "size": 0,
  179. "instruction": "ENV PYTHON_SETUPTOOLS_VERSION=58.1.0"
  180. },
  181. {
  182. "size": 0,
  183. "instruction": "ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/0d8570dc44796f4369b652222cf176b3db6ac70e/public/get-pip.py"
  184. },
  185. {
  186. "size": 0,
  187. "instruction": "ENV PYTHON_GET_PIP_SHA256=96461deced5c2a487ddc65207ec5a9cffeca0d34e7af7ea1afc470ff0d746207"
  188. },
  189. {
  190. "digest": "sha256:9af0880e62976053ab852a81c2bc913ea9e38f9b29fee08af3c5a43e90a8a7e8",
  191. "size": 3192703,
  192. "instruction": "RUN /bin/sh -c set -eux; \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 -c -; \t\tapt-mark auto '.*' > /dev/null; \t[ -z \"$savedAptMark\" ] || apt-mark manual $savedAptMark > /dev/null; \tapt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \trm -rf /var/lib/apt/lists/*; \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"
  193. },
  194. {
  195. "size": 0,
  196. "instruction": "CMD [\"python3\"]"
  197. },
  198. {
  199. "size": 0,
  200. "instruction": "LABEL version=20230209.01"
  201. },
  202. {
  203. "size": 0,
  204. "instruction": "LABEL wget-at.version=1.21.3-at.20230208.01"
  205. },
  206. {
  207. "digest": "sha256:3245edf09fc112da1ca6fa402c73ee8f7af4a0d93a389ee90d23e3e76beda48c",
  208. "size": 913399,
  209. "instruction": "COPY /wget /usr/local/bin/wget-lua # buildkit"
  210. },
  211. {
  212. "size": 0,
  213. "instruction": "ENV LC_ALL=C"
  214. },
  215. {
  216. "digest": "sha256:e9c04995a724d0a2dc3ec53175b60d94738ef96fd0fee314630f1fc4cb38775c",
  217. "size": 74466701,
  218. "instruction": "RUN /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 gzip rsync liblua5.1-0 libluajit-5.1-2 libidn11 lua-socket lua-filesystem lua-sec lua-zip libpsl5 git poppler-utils luarocks libidn2-0-dev gcc libc-ares2 && 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 zstandard && sed -i 's/lib\\/x86_64-linux-gnu/lib\\/'`gcc -dumpmachine`'/' /usr/share/lua/*/luarocks/site_config.lua && luarocks install html-entities && luarocks install idn2 && chmod +x /usr/local/bin/wget-lua && rm -rf /var/lib/apt/lists/* # buildkit"
  219. },
  220. {
  221. "digest": "sha256:4c5e00555bd51c36a604a34b0f0f48f5b85cb7667c4f0f25c761aa13073ca89a",
  222. "size": 161,
  223. "instruction": "RUN /bin/sh -c echo \"#!/bin/bash\\n\\$@\" > /usr/bin/sudo && chmod +x /usr/bin/sudo # buildkit"
  224. },
  225. {
  226. "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1",
  227. "size": 32,
  228. "instruction": "RUN /bin/sh -c /usr/local/bin/wget-lua --help | grep -iE \"gnu|warc|lua\" # buildkit"
  229. },
  230. {
  231. "digest": "sha256:e63a02fda779e223f87b0824da4a2020d161c5d3ee7f4354b8ae7865dfbcb23d",
  232. "size": 93,
  233. "instruction": "WORKDIR /grab"
  234. },
  235. {
  236. "size": 0,
  237. "instruction": "STOPSIGNAL SIGINT"
  238. },
  239. {
  240. "size": 0,
  241. "instruction": "ENTRYPOINT [\"run-pipeline3\" \"--disable-web-server\" \"pipeline.py\"]"
  242. }
  243. ],
  244. "os": "linux",
  245. "os_features": null,
  246. "os_version": null,
  247. "size": 114117952,
  248. "status": "inactive",
  249. "last_pulled": "2024-01-16T06:25:23.560201Z",
  250. "last_pushed": "2023-06-05T15:44:50.941708Z"
  251. },
  252. {
  253. "architecture": "unknown",
  254. "features": null,
  255. "variant": null,
  256. "digest": "sha256:5ef2dc82fa757b28d82ea18312fc6625b8a8ee11de4311ac2093624fcb89f889",
  257. "os": "unknown",
  258. "os_features": null,
  259. "os_version": null,
  260. "size": 1706,
  261. "status": "inactive",
  262. "last_pulled": "2024-01-16T06:25:23.354905Z",
  263. "last_pushed": "2023-06-05T15:44:50.562501Z"
  264. },
  265. {
  266. "architecture": "unknown",
  267. "features": null,
  268. "variant": null,
  269. "digest": "sha256:fafe9ea5f49234278d6240d0634665c7175bba21277465826df06bf9834bfc5c",
  270. "os": "unknown",
  271. "os_features": null,
  272. "os_version": null,
  273. "size": 1721,
  274. "status": "inactive",
  275. "last_pulled": "2024-01-16T06:25:23.36769Z",
  276. "last_pushed": "2023-06-05T15:44:51.198101Z"
  277. }
  278. ]