Docker Build #827
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
|
|
trixie - linux/amd64
Failed to restore:
|
|
bookworm - linux/amd64
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
trixie - linux/386
Failed to restore:
|
|
bookworm - linux/386
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
trixie - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/riscv64
Failed to restore:
|
|
slim-trixie - linux/riscv64
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:d955fc1f225c5aa5bc23dfdc0e87d6c94ffc3f0fbe891f8b6523df6309b74f9a
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:71cc44649f20edcd56b036c024b257eb74d3a4b041d695bb10ba0b3720cff97a
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:9ea295030b5516d3d560744f37df8c19879bc15e70417cc28493c0fa860735c4
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:ecfb7550377b835a407d279bff7508c7ae66ea0589849fe794840def10d66337
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:178f5ecc5a2c52372bf7fbb285ac3ddbce6adcce2beb2ffe355db807ff2cd7af
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:f557c7bc58a15788f727098373a966a8da674aee163e761dceebb10989cad838
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:b693585009ec9790a487c0342cc5568efb59c7816b78a02a3160ac1adcb6af77
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:9821a6dfdfc44f019ce817e2d496c678fb666295bb8eb086bbd5ece09e44fde8
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:4a5953557d25378448d7ab8ea6cc9c2a0942e372a0096ac6ae508080a5bdc61b
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:ea3d93cba4baa7a6c1234cc3b7ad945e8f5b6525fcf07f0dab2869146a176729
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:1cb4699a4627dd632dd6ab795b388f13a51b2fdbcc7be5e14aa86887e4623547
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:9f92d5df18160280fe32ecafd27a33b804ef3c332cd70e6c846fefc00b987144
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:5ab8bbc91b8d8d8613fd8a028830cb2cac9ae7d1e32b29422f76560f1b5d15a3
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:1e7ae3124ef7674e2e7aaceb591dddfa84f80dfb2b3dcecc20f645aa02973768
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:a189fc77da91fadc2e931b015976961bd68eb2f5e42d8e0ac9d7c27f4a72a19e
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:780796b694423233b153f9a025556dfedf46dc819e9b884e45bc3771b3a9fda9
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:47ee832e04ccd6205a7196d4ed3512b8573da7ea056c023ce1646a1a8104077d
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:673e11edf8a3882046b98d8e71063a028694365ef6db95b553f120a567980b97
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:2184d33597d677929f1bc9a8b2f92116cf73e81383c09185af81f16b14d0f694
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:2c483c29838557e55960df9010fc47a438967fabe953b9a38fb13b7904757040
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:1571451b6dce5758f6e5b113a02e7879f33559639636bdfd77fc639737ba5d7a
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:96ad1d19082bd836a5ae462a2166968824ad2cbff3f9c0ea6f4451584475dbbf
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:c5ec2ca04c9c3bf499cb66fd7ace64e9bbd9846bcfbaab041c0d52c21005537d
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:dd39977173024e464f3cda3495b0e0ea5924ae84b0b1cef1a246d6464bfc7415
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:00e57b3ba13aef16e7c4fce9e638c84653d66514b4522307f30455befe46775e
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:1cdcd9146c7507405c749fc6cad1a06e91dad888d40202f9f60a02cc9a153f44
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:a88c71814a78ae71b10228ef91d370b34c0ce76bddf26a5fd9f15e38521d1976
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:6f26685b4521af77fb6a37876f697299e828c535b721ef45d18dcf3bf69b67c5
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:ff5d994e5f05862aa59d105162b2ef420b476eccf6e50c94ac93852fef4697c2
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:a5b46399a9df47ec240e706c404932b2e0f694a2cc529971b18c1b0513165747
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:b41de70a9763aaa593b4018334cd5659ea3b556356a7c95ddb5357d30a157d43
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:24ae1c075de442e6fa7acc9ba25defd920ec8ddb33921a135af0e42fc07894a5
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:220af26dfbbf0690ea293ff0473ac7dc973459305864d742b0026099d4859587
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:6ef05cf08e12b2d958c85cb9bc0369d50121eb218d5af7e102951a84cb08b427
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:fe3508f2080c8558aa064490221826e0caa8356e8773bd179d5677cf7d61618d
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:f3bc332f77a76ac44586cb19b51b156d0ab96399f9d1acb93fb1f81f29b1376d
|
|
|
docker-ruby-nightly~ruby~2IV1WJ.dockerbuild
|
100 KB |
sha256:fd4fb6f9df3d53dea33e73de5d5ea0f671f1d5684a8609fc90677650a70f5514
|
|
|
docker-ruby-nightly~ruby~3MCBG9.dockerbuild
|
122 KB |
sha256:d6b71e44bfc1d15a8cfaef7d602433b471651699ff9b917a2a05ad8994483856
|
|
|
docker-ruby-nightly~ruby~4M80SQ.dockerbuild
|
101 KB |
sha256:765e2883b58445c0977e59cbafcf005228ded872a3912e168a83092dc1b17ef0
|
|
|
docker-ruby-nightly~ruby~4SJPU3.dockerbuild
|
148 KB |
sha256:241d552972dd26e0b235774533c6d49ba92b0a92260473b917611c75a26dc0c3
|
|
|
docker-ruby-nightly~ruby~6H9OEK.dockerbuild
|
151 KB |
sha256:660dbaaae6e0819949d76050152d2aa14790e4b6a6724cdf313786734c2365fc
|
|
|
docker-ruby-nightly~ruby~6PBRQF.dockerbuild
|
135 KB |
sha256:2cda28f60a59f5de45959a840f9cb42644e3092eed6d3a1bdd4b0fc3e848b4e1
|
|
|
docker-ruby-nightly~ruby~8MRT5H.dockerbuild
|
102 KB |
sha256:bc19f5bf8c1f38021efe3dcb09d8b9a55ec9f0e9eb6d250d4c2999b12cdd6f0f
|
|
|
docker-ruby-nightly~ruby~B12SFA.dockerbuild
|
101 KB |
sha256:3c63c2ca2ee90e0d056e3c8e4eb26a3b2f31a4d24684f7bfd6272f560d5d6ecd
|
|
|
docker-ruby-nightly~ruby~BA5EWT.dockerbuild
|
101 KB |
sha256:436e6fdf462687271ab6522b92d5ba6cad717a50e514e6cefe17effec233fb8c
|
|
|
docker-ruby-nightly~ruby~BFCP29.dockerbuild
|
124 KB |
sha256:107afe1232ea246c6ce3d2c16ef6ecb91e6fd1e18f4c9715716a62eb56ed4259
|
|
|
docker-ruby-nightly~ruby~CBF5V6.dockerbuild
|
124 KB |
sha256:7e86f28bd9732f4ac4ee6fe0ffe42f32a1519081a2c82b7935bf2370d98eb4f8
|
|
|
docker-ruby-nightly~ruby~HR0MRW.dockerbuild
|
102 KB |
sha256:d0ea43700c689a61f301081a3c8d6ed6a9603e23697da91c741e13f72bc5d0c6
|
|
|
docker-ruby-nightly~ruby~INZEW5.dockerbuild
|
155 KB |
sha256:3d1a4ea90ab48319ff5826313a73168974553cf96534181871d398331331957d
|
|
|
docker-ruby-nightly~ruby~J1OFCL.dockerbuild
|
104 KB |
sha256:613e65dbc0a9899eb09f8b33a3ce87edd908409c30e77fd900f60a05cf1ff8f3
|
|
|
docker-ruby-nightly~ruby~LD4AZE.dockerbuild
|
118 KB |
sha256:6ef0d23b2f0d5bbf5d0415a3e306d195562b434af36804ce1d39a764ec24fe23
|
|
|
docker-ruby-nightly~ruby~LK62FR.dockerbuild
|
58.9 KB |
sha256:f8bab248927229c3d03769f1ad79a2b9382bd1f7d78f14add52b2aac3ffd470a
|
|
|
docker-ruby-nightly~ruby~MRHNV3.dockerbuild
|
96.5 KB |
sha256:2c47d4964d0ba25ab222f60eaced4ecef58a1b92512694f9d5a6b67e259bc719
|
|
|
docker-ruby-nightly~ruby~OO89SD.dockerbuild
|
116 KB |
sha256:161452fcb1c2236cf266e43738b7b9b0b493b953d192ade3e0bef6a98bb3c411
|
|
|
docker-ruby-nightly~ruby~PBD2GK.dockerbuild
|
100 KB |
sha256:29b348fba3ddb46986f45845f086e378c4b8a6e6b05bc26b656ff0cd6519b3da
|
|
|
docker-ruby-nightly~ruby~PEK4S5.dockerbuild
|
123 KB |
sha256:a86dc49badc1015e60eb834d475fec00b20d1da3a9f1c860f22d32d9e9fd1a04
|
|
|
docker-ruby-nightly~ruby~PTAJCJ.dockerbuild
|
100 KB |
sha256:3e597d9e61bb074f1ef99d6a4e526f111cae06d0e37394d1c6fd3d04b42ca1ae
|
|
|
docker-ruby-nightly~ruby~Q9XNZW.dockerbuild
|
111 KB |
sha256:322b8b732c97d7f3c425ef6a8f659b8b1de2ff8e3ec6974f339dae2d7c0e54e7
|
|
|
docker-ruby-nightly~ruby~QM0W47.dockerbuild
|
101 KB |
sha256:7a3571c6267016a2a0ac22b6e76ee77ea214d70e7cd362b206ae389549959033
|
|
|
docker-ruby-nightly~ruby~QUFRMO.dockerbuild
|
100 KB |
sha256:00b03d7cc1a6f6a9c1cc0290fcd58194fc76e4b0b4a4b22e9dcab2f47369eb51
|
|
|
docker-ruby-nightly~ruby~R59BTJ.dockerbuild
|
97.1 KB |
sha256:a51e57132042e1d7988b8e85cf4556c83a262ff5adc6b157b88d099864372ddc
|
|
|
docker-ruby-nightly~ruby~RFZS1F.dockerbuild
|
104 KB |
sha256:ccfeb12b5e8b2d5d301172cf2b2a659aaab318bd66dd6110c64ac9c1b6746453
|
|
|
docker-ruby-nightly~ruby~S95SDP.dockerbuild
|
114 KB |
sha256:4cf094f46d66ddb41fc2df3976942a790d287cd4335c9e9500043af53be73fdc
|
|
|
docker-ruby-nightly~ruby~SHBNTW.dockerbuild
|
101 KB |
sha256:5a20847a3be409bfc69b9ebe986d69003d9cdb4c4c8354b1ce0c92426c933521
|
|
|
docker-ruby-nightly~ruby~UZ4W0G.dockerbuild
|
59.1 KB |
sha256:9a55fa91fcb517cb3de136f073a4e5f0855838923d4ee94e562d322187ccc87d
|
|
|
docker-ruby-nightly~ruby~V9PM0F.dockerbuild
|
104 KB |
sha256:7fa7c6898f47c099c84bb9f60e35ce203e588589692710375447f5ae17d49cff
|
|
|
docker-ruby-nightly~ruby~WGB1V2.dockerbuild
|
103 KB |
sha256:260240b7c6f10586e08a9af99e544ca5f6292e17e451bbc08323880ebb531d85
|
|
|
docker-ruby-nightly~ruby~WUE5X1.dockerbuild
|
98 KB |
sha256:ed91686b883debcda0448b4ef431657135e1c4432e6ffbdbfcc6ceed6f837788
|
|
|
docker-ruby-nightly~ruby~WWSU06.dockerbuild
|
96.3 KB |
sha256:9efe1e58d431b957a45a9c0563756614142ce2c342ced122a537ce153e9bab9f
|
|
|
docker-ruby-nightly~ruby~XF8DBC.dockerbuild
|
120 KB |
sha256:fc568d01d507f4976cc442b43f09481e41a8029c77de49772db0bc4d802e57b3
|
|
|
docker-ruby-nightly~ruby~Y6UFZU.dockerbuild
|
101 KB |
sha256:d275547546df309aff3c59d175c2cf8ae4bd960739e5c99e03750748549de195
|
|
|
docker-ruby-nightly~ruby~YBZ0SM.dockerbuild
|
134 KB |
sha256:1d0ee2580f75b9cdb6b9e49f78b91d0d64630438fccd17527dc1122c5c59151a
|
|
|
docker-ruby-nightly~ruby~YGKZOJ.dockerbuild
|
121 KB |
sha256:0fee616b25d4796f486ea84d949f7d2fdca9ba9c0837d11c3a00533bbd06eb3d
|
|
|
docker-ruby-nightly~ruby~YNRXT7.dockerbuild
|
135 KB |
sha256:9f43aee7e0c860140e534708bab68ee4f7a7a493536de1e5574dfc2440577514
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:0c4bee4f60a9afd28b7e9a211833edb907de777b7625414fa5878108dc1e932d
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:c8e7023575699e031a170e373ec4c568f3cd8e29f9f568db3c7c72870b821b3a
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:adceb6f84ed4f2e17ef07b2fab55fc23506ba0d6f5182dc3dcf46b6e12f086f2
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:a78338645b8189fa83aba9da8399fde51a5ecea39802cf75ce20b2db1cd96eeb
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:411c6bc7bad88e819267254e61100870951e9d005dd0c3cc00d132b17a766053
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:82fdee979ea7dbff62412790fbcc7ac6dbc848afe256ef1e7be65e3404251f70
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:32b7cbc7abd6ca9650ce33c17ed8cf89b82dade79a53aea09981742d3d58aef2
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:7035deda72e7ebb0d6e1815d5f2685011d3d03585b1ab271b8ee12216fbf3168
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:842b6e93b7437d70b48a238850dd0205abf5f52b02f6433c735482d8a854ff76
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:2921983d1c25d591cbef2a55dc4628d0b0435777e32348c1545c8cc95b442007
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:4f2f5ed4619a4fd67d9f177b57e5b070341d037141a89dcd060c811b11f6f28e
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:8ded2845585e3adaf9d28fea2c12b95f02c7b9fd4da9184841835b95ab8f92ab
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:8e3c96a8d9f3168d8b51bf79ea8602bc83e6d015fb27440209c28ce2d6b2ec1d
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:243ebe7f40ed1dadf110ad05bd9dbefa1a53f1c6b12e8df2ac393d33bdac1ff9
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:380216d98b6da3803976fbdc701cbb2fbcc6611e148c50086378dd19fe3b3477
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:e2e1edebaca94954dc06ea604ddbddb521fd99b0b528f88aa5bdba0300769a97
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:0df0d9fbd6c7cfbdba4293f74f0949d05471119b3ea1ac12c6ad006441e0d964
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:db3623b9098f1659e81dfc519905179ac49b79f72f1e669418d6626bcd63cabd
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:55daa8676483c6fdbb6007723526a9c8d22ede133a06671e94dbadd199b531bb
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:bbe45413e71fd2f82ac8c7b4870a9931e00059b58b3233438a8d4f6055c6d7cd
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:81077b796b2801c0083132dc2a358ee133f3819bbd27bd5672d7691cf2982026
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:af6fecad0ea1473e15de49a3c1813d44e721d7bb4a043038eda278fcf34f7e70
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:ca72f622516ee1336601af4807ba633da2cdf270fd0644ac79634bad6506203a
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:42c2d56ded929ae9b5968fee205077f4cd0c9a8b731492cc5d2b6dae83001136
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:39b91063cb739401d19941a77d125ddcd096660669fb0941a6e76f8e1e414cf1
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:10a65b5869fffc94339158c2d82251ea3d719a34876f7fe458136491ad410f35
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:b8df8477bbab3bac901cbc1e8945b409131912d2948339bcac455dcf2631b7d3
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:b6b90dc7f868a9eba2618180ade2c05bb7db1982db34874b4fa61ff197de6c40
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:12e5786741f865c5e722400e81f09f964e5a052af229433dc4fa7e318e89349b
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:ed034cc1dc54b4066bcfc7cd74415ab5731d9a421708878b896a28177fc8457c
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:ac6891b8eeb9308ac6ceb01e0e01ef4980a94a9757d6a5243c737077fcf18afd
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:4ba6433e498dac3cbf75a161e1a74f9273d2b2344f036de2d1c0897f3288ae39
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:5f7f78df121c2e9ed2a6933cbc6d9b5610d0fca0e3698e338758daa31d10a40e
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:6a4f21e60640e58f4ef60f3e89b65fa228d33781e4b081033535bec0b3840358
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:a203ac6bd9fa18fd4aaacdb4a5f55e51a2e27f7ee3aae54e60f161451d5ce766
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:e4f26898d0c746b1c0292187cf2cdde521cd87f8179bb3d0bad29db4665c54e6
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:db96d2513880329d80896a5e3c031e7be40d3b75556518128d4e7196052b325c
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:8071b9ed34aab349e529962ac1a5f1f72ea3904b9a81b188e048ebb53ed15e10
|
|
|
snapshot-master
Expired
|
17.4 MB |
sha256:d273d71d0476a196fcbbc40f55702e9443421aa5b300683234807b770a618572
|
|