Docker Build #839
Annotations
2 errors and 38 warnings
|
alpine3.22 - linux/arm/v6
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; \t\tapk add --no-cache --virtual .ruby-builddeps \t\tautoconf \t\tbzip2 \t\tbzip2-dev \t\tca-certificates \t\tcoreutils \t\tdpkg-dev dpkg \t\tg++ \t\tgcc \t\tgit \t\tgdbm-dev \t\tglib-dev \t\tgmp-dev \t\tlibc-dev \t\tlibffi-dev \t\tlibxml2-dev \t\tlibxslt-dev \t\tlinux-headers \t\tmake \t\tncurses-dev \t\topenssl \t\topenssl-dev \t\tpatch \t\tprocps \t\tyaml-dev \t\tzlib-dev \t\truby \t\ttar \t\txz \t\tyaml-dev \t\tzlib-dev \t; \t\trustArch=; \tapkArch=\"$(apk --print-arch)\"; \tcase \"$apkArch\" in \t\t'x86_64') rustArch='x86_64-unknown-linux-musl'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.27.1/x86_64-unknown-linux-musl/rustup-init'; rustupSha256='1455d1df3825c5f24ba06d9dd1c7052908272a2cae9aa749ea49d67acbe22b47' ;; \t\t'aarch64') rustArch='aarch64-unknown-linux-musl'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.27.1/aarch64-unknown-linux-musl/rustup-init'; rustupSha256='7087ada906cd27a00c8e0323401a46804a03a742bd07811da6dead016617cc64' ;; \tesac; \t\tif [ -n \"$rustArch\" ]; then \t\tmkdir -p /tmp/rust; \t\t\t\twget -O /tmp/rust/rustup-init \"$rustupUrl\"; \t\techo \"$rustupSha256 */tmp/rust/rustup-init\" | sha256sum --check --strict; \t\tchmod +x /tmp/rust/rustup-init; \t\t\t\texport RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \t\texport PATH=\"$CARGO_HOME/bin:$PATH\"; \t\t/tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host \"$rustArch\"; \t\t\t\trustc --version; \t\tcargo --version; \tfi; \t\techo \"$RUBY_DOWNLOAD_SHA256 *ruby.tar.xz\" | sha256sum --check --strict; \t\tmkdir -p /usr/src/ruby; \ttar -xJf ruby.tar.xz -C /usr/src/ruby --strip-components=1; \t\tcd /usr/src/ruby; \t\twget -O 'thread-stack-fix.patch' 'https://raw.githubusercontent.com/docker-ruby-nightly/ruby/master/thread-stack-fix.patch'; \techo '3ab628a51d92fdf0d2b5835e93564857aea73e0c1de00313864a94a6255cb645 *thread-stack-fix.patch' | sha256sum --check --strict; \tpatch -p1 -i thread-stack-fix.patch; \trm thread-stack-fix.patch; \t\tautoconf; \tgnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; \t./configure \t\tcppflags=\"-DRUBY_DEBUG=1\" \t\t--build=\"$gnuArch\" \t\t--disable-install-doc \t\t--enable-shared \t\t${rustArch:+--enable-yjit} \t; \tmake -j \"$(nproc)\"; \tmake install; \t\trm -rf /tmp/rust; \trunDeps=\"$( \t\tscanelf --needed --nobanner --format '%n#p' --recursive /usr/local \t\t\t| tr ',' '\\n' \t\t\t| sort -u \t\t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t)\"; \tapk add --no-network --virtual .ruby-rundeps $runDeps; \tapk del --no-network .ruby-builddeps; \t\tcd /; \trm -r /usr/src/ruby; \tif \t\tapk --no-network list --installed \t\t\t| grep -v '^[.]ruby-' \t\t\t| grep -i ruby \t; then \t\texit 1; \tfi; \t[ \"$(command -v ruby)\" = '/usr/local/bin/ruby' ]; \truby --version; \tgem --version; \tbundle --version" did not complete successfully: exit code: 2
|
|
alpine3.23 - linux/arm/v6
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; \t\tapk add --no-cache --virtual .ruby-builddeps \t\tautoconf \t\tbzip2 \t\tbzip2-dev \t\tca-certificates \t\tcoreutils \t\tdpkg-dev dpkg \t\tg++ \t\tgcc \t\tgit \t\tgdbm-dev \t\tglib-dev \t\tgmp-dev \t\tlibc-dev \t\tlibffi-dev \t\tlibxml2-dev \t\tlibxslt-dev \t\tlinux-headers \t\tmake \t\tncurses-dev \t\topenssl \t\topenssl-dev \t\tpatch \t\tprocps \t\tyaml-dev \t\tzlib-dev \t\truby \t\ttar \t\txz \t\tyaml-dev \t\tzlib-dev \t; \t\trustArch=; \tapkArch=\"$(apk --print-arch)\"; \tcase \"$apkArch\" in \t\t'x86_64') rustArch='x86_64-unknown-linux-musl'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.27.1/x86_64-unknown-linux-musl/rustup-init'; rustupSha256='1455d1df3825c5f24ba06d9dd1c7052908272a2cae9aa749ea49d67acbe22b47' ;; \t\t'aarch64') rustArch='aarch64-unknown-linux-musl'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.27.1/aarch64-unknown-linux-musl/rustup-init'; rustupSha256='7087ada906cd27a00c8e0323401a46804a03a742bd07811da6dead016617cc64' ;; \tesac; \t\tif [ -n \"$rustArch\" ]; then \t\tmkdir -p /tmp/rust; \t\t\t\twget -O /tmp/rust/rustup-init \"$rustupUrl\"; \t\techo \"$rustupSha256 */tmp/rust/rustup-init\" | sha256sum --check --strict; \t\tchmod +x /tmp/rust/rustup-init; \t\t\t\texport RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \t\texport PATH=\"$CARGO_HOME/bin:$PATH\"; \t\t/tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host \"$rustArch\"; \t\t\t\trustc --version; \t\tcargo --version; \tfi; \t\techo \"$RUBY_DOWNLOAD_SHA256 *ruby.tar.xz\" | sha256sum --check --strict; \t\tmkdir -p /usr/src/ruby; \ttar -xJf ruby.tar.xz -C /usr/src/ruby --strip-components=1; \t\tcd /usr/src/ruby; \t\twget -O 'thread-stack-fix.patch' 'https://raw.githubusercontent.com/docker-ruby-nightly/ruby/master/thread-stack-fix.patch'; \techo '3ab628a51d92fdf0d2b5835e93564857aea73e0c1de00313864a94a6255cb645 *thread-stack-fix.patch' | sha256sum --check --strict; \tpatch -p1 -i thread-stack-fix.patch; \trm thread-stack-fix.patch; \t\tautoconf; \tgnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; \t./configure \t\tcppflags=\"-DRUBY_DEBUG=1\" \t\t--build=\"$gnuArch\" \t\t--disable-install-doc \t\t--enable-shared \t\t${rustArch:+--enable-yjit} \t; \tmake -j \"$(nproc)\"; \tmake install; \t\trm -rf /tmp/rust; \trunDeps=\"$( \t\tscanelf --needed --nobanner --format '%n#p' --recursive /usr/local \t\t\t| tr ',' '\\n' \t\t\t| sort -u \t\t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t)\"; \tapk add --no-network --virtual .ruby-rundeps $runDeps; \tapk del --no-network .ruby-builddeps; \t\tcd /; \trm -r /usr/src/ruby; \tif \t\tapk --no-network list --installed \t\t\t| grep -v '^[.]ruby-' \t\t\t| grep -i ruby \t; then \t\texit 1; \tfi; \t[ \"$(command -v ruby)\" = '/usr/local/bin/ruby' ]; \truby --version; \tgem --version; \tbundle --version" did not complete successfully: exit code: 2
|
|
bookworm - linux/386
Failed to restore:
|
|
trixie - linux/386
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
trixie - linux/amd64
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
bookworm - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
trixie - linux/riscv64
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
slim-trixie - linux/riscv64
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/s390x
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:831b5e70aaa80d69197f6d7c36f8c80ebd27ceadb012cb0804cc761d2b287a1e
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:4ea995840943c938fddcd9c807452241d1be1a9e5e23b5fe8967793bac72a1c4
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:d86d69567e14c618755f20321c5931c70799615a84a287e9b5c3da016076b060
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:a3986260d7c4fc487245126be0ce6ae28ef7244598e3fd02310b089460fcbf26
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:35e5246c5ac29ffdf519f51ae9c7de049d66b88497e03e30779cc1fe2baa6a64
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:90c3c8641d2bbfe3ff6a20bca3046745e0a309c453dd2c50f9dd8d9d5738f73d
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:fdfb54801ac8fa669dafc6407ab1fddf9eb64eda2f6c42b769bad175df5fe882
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:6d587034a365efe6402303a3f52d4d520f488d31c853da9deb15c4ec520bd190
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:158dfd153d5ed55cdf6ae0e2e13134203348181599c8b5a93dbc273f17b857d6
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:78dfd1ca0c0dccfe8491d17f6dedd284cfb8c6de4b14185cb4da663dd7e0251d
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:2d25af81569651d555d20a45c586ed310016201e602383c6ba48c79334695089
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:3de10a8c8feb1a070174b1b0c97d96fb6b86405970677a3934df4eb853c2bdbe
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:76613730b8b05f8c8d40c5b8a9e9334c0f8d641f725f5f39d9f73518a350832b
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:a6868207ca1ea942a2fc465f6777b71efc045c368a34407041988417c942b82c
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:9dd01ebad935415b98e8ad77a1ba291f764e31078da5686f10f4a60bc62945c2
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:61cf7c31fbe2e325dc2cd81bfe602afce3a95f3b55e13e95f751412b96b4d160
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:d4e078252b1f0b26e1681e368bead052119f7e3c0f009601603ff8417b1a04e4
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:dfe6dc37e0d1a5088e0addee5457c3fa2635e1e3778a375ae98f9f0a06338383
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:2fc947d7dc4ea06b0a8eb3c998468385e9bcf704884082478f8191677b1297de
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:2540fa560224089874fc27220aa1778075c7624cb9f5f40c0b85947ac267839a
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:2610db466cae73d6900dc6c6cda715451b2d633c6ab1e738f8e55d8f6baf2639
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:ec68e8fbb53a62ac280d4ad4f916139f593e1b6d0d9411dfafaa2abe12535ca9
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:afd3b3fa62efbf8e82e791db067499a37b78ecdf8a0cb4010bb8eea2f0c4495a
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:094fb207f3abd2a2ac050b95681dd2e2bcc4f1a7b09f83779e54331dc7fdf7ac
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:e545078ca982f87d06b350ff86eac234bf24a2a7e41a21285ed4f61825fc3be2
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:72291517c918a53a188ca6aceae7fd3c12c5c5d509faf01a25c98e96bf0deb46
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:8c7250efc6c425fc9b85048e5426f5f04f879cbe2d3a50c3e8c7d1004de19a84
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:870939d6c09dbbdb87754c9d885749c08c1623e62cfab1bb73a683868a6f56a5
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:ad8220d6fe5200d27038f196e4ffe312eb823e80b3c6ff000c3cfb197b390fb2
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:0ee6a07082d5c833746430610917e0b21f47ccc04c7f51b155c391d411438b5e
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:5d63458ac42c2715c47f36dbafdcf2a10380721ab62d5ee850c5fde35c53b573
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:a4c51fd884ae9549463f682e98be4665050f42cbd2be0b9d47cdf613add5b513
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:a2bfaba55a738c3c9858743c66794a2c449e8bf371aaa57a4479fa991300d93b
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:f4ed0b61fa13b821c905cfd439b53bbc00b635e972cd21a32d1a3589ad04fd18
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:0b64b3a4a1b2a2aa5be540204bc833028ab4b16caf646fdc46b9ed9e5b68c23b
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:54821d9b39aa7f709c7eba88850a70bb5a6c0b4365c1c3f90b01981dfeee7fdd
|
|
|
docker-ruby-nightly~ruby~1B14UT.dockerbuild
|
156 KB |
sha256:5e424e17566b8caa785e40258d18161677ca547f821d6339d0f25b7af9d24a71
|
|
|
docker-ruby-nightly~ruby~20FK7S.dockerbuild
|
125 KB |
sha256:309415849762e66f5a5b8f5f3d679a313839c6ccaf0de2644dbf16b16cc459de
|
|
|
docker-ruby-nightly~ruby~4FJH8S.dockerbuild
|
103 KB |
sha256:2467f871902442d7987aee7a85e38fd67c4e03f3a3a0b8f54107c0fca6183309
|
|
|
docker-ruby-nightly~ruby~4TUH6T.dockerbuild
|
98.3 KB |
sha256:8a8f716a6a97864cbe914377cf67a181dfed8008b29903481770e9f62a305e25
|
|
|
docker-ruby-nightly~ruby~759OV1.dockerbuild
|
130 KB |
sha256:a43562f9f6a31c64e60ae9a0fc67a1853685ac9e82d92f29ec98112e352574ab
|
|
|
docker-ruby-nightly~ruby~9X0LMO.dockerbuild
|
133 KB |
sha256:5f436802d65efcc092a708f7d0830c53273c19181bb540ed70265a32eae03c04
|
|
|
docker-ruby-nightly~ruby~AG3NMA.dockerbuild
|
103 KB |
sha256:705f628f07f453567f49a5a86820eca78bb9ab3853f154207065ed7d2087e121
|
|
|
docker-ruby-nightly~ruby~AUSFLK.dockerbuild
|
101 KB |
sha256:437e1ce381610c96c850630b7cd52abe6e7135ab53968adf4ae57ee19d84872e
|
|
|
docker-ruby-nightly~ruby~C4KA8J.dockerbuild
|
101 KB |
sha256:684889c71c83a83e65c372a4d0376e0eed6e7db2278d3abefa3f65b5dfea2374
|
|
|
docker-ruby-nightly~ruby~CKMS8J.dockerbuild
|
101 KB |
sha256:62941fb8ca49d819d20c934714fc1907c29838ecb532d1309991c17ff34601bb
|
|
|
docker-ruby-nightly~ruby~CWV6DR.dockerbuild
|
99.6 KB |
sha256:29a5fbc56e19401f782f521b0ac453a0e06872470d32c8c59e4f601884d43a1a
|
|
|
docker-ruby-nightly~ruby~EGWNLF.dockerbuild
|
104 KB |
sha256:72d4ad1331d3f56986e5b9703a6ed61a477a7e1bd4764347d377582ef0ca1783
|
|
|
docker-ruby-nightly~ruby~F4E2RF.dockerbuild
|
149 KB |
sha256:6fc88c889a1a8f689ff4a9b1fc30631f4d07217606d2052cabb3f4d610e27508
|
|
|
docker-ruby-nightly~ruby~FZ3JZM.dockerbuild
|
59.7 KB |
sha256:3a0f649c563c5c1727df52ef0c7fed53216fb734bd758b587099b224ccf9b4cc
|
|
|
docker-ruby-nightly~ruby~HS8A0A.dockerbuild
|
103 KB |
sha256:f2445c0c12592075653e6f4845c62367882c75d25ec6540734ed8faf9fb2d8c9
|
|
|
docker-ruby-nightly~ruby~IEC4FT.dockerbuild
|
104 KB |
sha256:9212fc534db31ea97796c023aeab152050e48bfbd684c09d7c844a2958612233
|
|
|
docker-ruby-nightly~ruby~J04QDX.dockerbuild
|
124 KB |
sha256:7e1f4dfa55e649887037d9cf6366eda4f723bc1fe5fdb98e29b13812338fbcef
|
|
|
docker-ruby-nightly~ruby~J1GQV0.dockerbuild
|
121 KB |
sha256:2ff9f6ca0f231a364f103fea1b11d6548f0e1017b8cef4e82d42afae5a190d50
|
|
|
docker-ruby-nightly~ruby~JQFBZP.dockerbuild
|
100 KB |
sha256:c3aedce6c0af11c147f96f9f54c75e1a7ae94e40f9f2c51824a53f50137c76c6
|
|
|
docker-ruby-nightly~ruby~KVGIQZ.dockerbuild
|
101 KB |
sha256:b86e7512430d887952e98e9c02efec71f6df932a7d9d5ae290ed4e1c6b3e2841
|
|
|
docker-ruby-nightly~ruby~M5Z3Y4.dockerbuild
|
128 KB |
sha256:052408382d4792bdf1f08898e99c90619750d2fd7493de4744c1642a49e41bf3
|
|
|
docker-ruby-nightly~ruby~MLF8L8.dockerbuild
|
111 KB |
sha256:d9be3bbe062cb7d038b175aa3e1d2b4cec8a0aadd67f16c4d02a0c3bad9f099e
|
|
|
docker-ruby-nightly~ruby~MWBPIP.dockerbuild
|
110 KB |
sha256:6c4e714f23ccc9b0d9f716f139f195829f86a0860fae8b4e267d26d7ee13473c
|
|
|
docker-ruby-nightly~ruby~NQFI8N.dockerbuild
|
102 KB |
sha256:8b5f7a9fbc728b2d1f48f5f776d3945f31623a000bceb024cdf64f7f79877ece
|
|
|
docker-ruby-nightly~ruby~NYFHZX.dockerbuild
|
134 KB |
sha256:bd67f75a1653077249aaffa715dfcc00cc6511cd4ab841b2e7de61bfb8142d10
|
|
|
docker-ruby-nightly~ruby~O425AC.dockerbuild
|
55.6 KB |
sha256:804acc1e41285f0df0b58e1e1ddaea3ecc4811c17ddcf797e23891766637dc37
|
|
|
docker-ruby-nightly~ruby~OK7T32.dockerbuild
|
100 KB |
sha256:e46d95a1a3af344ecbd8dbfa1801f889ae7b296e6ef5bd29a95dd4b5b4727926
|
|
|
docker-ruby-nightly~ruby~RERJAO.dockerbuild
|
104 KB |
sha256:5d02c26350d0d18f5bf94a7fda8e79983dcc75b0b76630700b4df8979fda1aed
|
|
|
docker-ruby-nightly~ruby~RILKSO.dockerbuild
|
96.8 KB |
sha256:69665b382f24bf7432cd5516b70293e4071b93fd316b241e2aacefd02c3af98f
|
|
|
docker-ruby-nightly~ruby~RUT87S.dockerbuild
|
100 KB |
sha256:245a98d588ead91a7ee0d5783b8e3110d8bcb96417f465e3683771962a5b4ba4
|
|
|
docker-ruby-nightly~ruby~SQVPSV.dockerbuild
|
125 KB |
sha256:67ac8eb361a266a620c5b8d64e962ef715b2dfccf567ac29b45b733ee8466876
|
|
|
docker-ruby-nightly~ruby~T9JAFQ.dockerbuild
|
122 KB |
sha256:4ba2a969dd729e5e58d314290f07cba1ca2968baf420b6a6debc42767712a110
|
|
|
docker-ruby-nightly~ruby~U48IHD.dockerbuild
|
101 KB |
sha256:7d3cf1dc63a9f79edbf7f68fabc2a39399b30beb0ded975761823aaa511a41d9
|
|
|
docker-ruby-nightly~ruby~XOASWT.dockerbuild
|
101 KB |
sha256:4f0bc0448608d069a96416a175220ea6f3f329d764f890e7203f6efc6ea5682a
|
|
|
docker-ruby-nightly~ruby~Y6QMNR.dockerbuild
|
119 KB |
sha256:22b9357e87a720ca27c8c7a75b6b6c427a295eb6ac35c8ad2be70f70b99351ed
|
|
|
docker-ruby-nightly~ruby~ZQ9OPQ.dockerbuild
|
99.8 KB |
sha256:424f1b0830b110b21560babb18abe137e5bd76dc295e1976955bf32f17def3fb
|
|
|
docker-ruby-nightly~ruby~ZT44CC.dockerbuild
|
120 KB |
sha256:df4e8775ed1f39ddb2ea6169c610a026e6ddbc6c09bca665b68b108e605229d2
|
|
|
docker-ruby-nightly~ruby~ZZ2JQ3.dockerbuild
|
116 KB |
sha256:5f5d3f0c176d1c345534eb2bec7429163f5d3d0efcb5da276de6d0212f473017
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:84be1ecc313aa5804c15fb28cb521f192887e871ab677001e6032b292553b6c2
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:fd2a52ec68d359a141bdf431828d427b343b0b1991e7c226171b23285708f06f
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:9f24a60983699ff100a0f56f9c96ef5a88c4ee7435286c29df57789d6e1a1d0f
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:fdfadd47fd25001a4718ad08d0854bb09c2885f0ec6fdc92bdf28d95308a3b06
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:3c6c1d136efc37d6c69dec099c40f6543ca5457797c5ffc2bee7fe0472776e34
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:fb36c60c8dca44d9af57bfa3cc59c2669ae05646daf67ce5384446f7166b9cbb
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:945bfd4467da062d901b4a41bc064c6aa0a859127bdc24db34d5d278a5087345
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:9d6c253fa8c07dbf15825a9af35b3ebf956d5ccb23a9542fa56c4967882117e6
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:97074623d89b9f5ed43f901b8f7e7d88d3aa3149aa35afcbc1ad5499f225e201
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:995a3e29a28455bd90fc0e6575474616f3c411ca495bf1976b2f773bb86acba7
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:671b8e6c209f2f506ac5fead27eed75031f0ed8ae7d150302f80901156b4d90c
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:20d86d37c3f867e4470a2d07dedc9814f83f1efdf037eeb5d2bb73b56c48a8c0
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:8704d84ba049f090aad0acb1ee330b31d379c1a5b46c638a0553dcd677099493
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:d0c20599a45f29cf631bb28db3cb3c1472b59b08bbe3040121562ac405f0860c
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:1b820e650931e4d0665f8d0fff6814b55187e2f4e0d2d794d6a0d24498e20310
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:d64ff72aafc53566abe1fce90129747630834aaabb4234fb40b49fa26780a9c1
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:6b6a8c76f959bcb4801754b81eee21408ab9bcf1e3fa0acb9fbc228d8953f388
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:c587059fdf350398bd4af3b65bd3cedeaa4458c623ddbbf10cfbbbc65a71992f
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:666029b78f8a3a3398cc33cf96799ea0fb654d34fa34c098a6ad6c0338e9d431
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:65bc9b72ed6bdde9a51dd6f0d53a896bc94dceacba9cece154ecc1be1d1cc5aa
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:2142719f927f094d13434c80ea1d7097e738bc73e6145be45784c62c2885bdbe
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:7a3b7551f020fae768cd4a5e4d754d218043acd12eca87f67dfa7381c22fed5d
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:16c471bcc21846f2319351c701d4dfe0a495a74a69f844d19c2a13e8a8d2508d
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:134e1240167344f822534439695db9bbf7098cc87212388ce7e69fffc11f5cca
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:bab01e7de15d1622db5652bc7ef240616a910b7913e4b901b177af7b45d8d9dc
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:07db3756bb194d163eb96399509fb45ca1d7a3ee5f909d53ebcbc8e18d11a2f2
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:1b50994c693b1e11071f38919e90c2c0dc0f0b41b96456b0099741611287870f
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:b38293c9a4e53e0c82308f782616984a1ddce6394544a14bcbaeffd23254279b
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:32f3a8164d63285938ca2cf01e293fa11fabf47eec21d032a31615f1b09633c1
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:048c34eec9ef8bfec6a0cb4f80fd9eaec4a9df11c6100211f34cd61af34794fe
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:a587f17a3272c176383350cdbb9544a40b8638c6fe2db07df152636ca9bc3e7e
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:7b757b052dd06147cf3923183f0e36b17f61aa8f0672dd7af9d98d7848b47e81
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:f6a18a7c67dbe7756f3891a305123f7aaa951cf2b2224b3e8a6c78f58bd538c7
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:42432f26f6513ffc8aad117a8bbb81d82a8e287e191fbfd5b71bc8f9fe8c835d
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:ee6f5f6aa60f20d2b3b258ec303f96a602eef1b0f7b24b5363021f82b4176690
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:4ce0e83bd9b29b746251885235158acff5bb2ab2832cb1b3b4643d4602abbcf7
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:45dcf49264a68fb833e98e3981f3373c99be37b81bc8b3e298bd6d58d5390f2b
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:ce7a05f0e84992f621e7ef251b03d492eca15d722ed0ffe94e452db8bdb97aa9
|
|
|
snapshot-master
Expired
|
17.4 MB |
sha256:a7bff79513f9e7b51de9362fb8ce61c43cf2406fd9be7307553451b7bb2a413b
|
|