Skip to content

Docker Build

Docker Build #902

Triggered via schedule July 9, 2026 21:11
Status Failure
Total duration 1h 45m 6s
Artifacts 113

nightly.yml

on: schedule
Set up matrix
26s
Set up matrix
Matrix: build
Matrix: merge
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 38 warnings
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
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
bookworm - linux/amd64
Failed to restore:
bookworm - linux/386
Failed to restore:
slim-trixie - linux/amd64
Failed to restore:
trixie - linux/amd64
Failed to restore:
trixie - linux/386
Failed to restore:
slim-trixie - linux/386
Failed to restore:
slim-bookworm - linux/386
Failed to restore:
alpine3.23 - linux/amd64
Failed to restore:
slim-bookworm - linux/amd64
Failed to restore:
alpine3.23 - linux/arm/v6
Failed to restore:
alpine3.22 - linux/arm/v6
Failed to restore:
alpine3.23 - linux/386
Failed to restore:
slim-trixie - linux/ppc64le
Failed to restore:
alpine3.22 - linux/amd64
Failed to restore:
slim-bookworm - linux/s390x
Failed to restore:
slim-trixie - linux/s390x
Failed to restore:
trixie - linux/ppc64le
Failed to restore:
slim-bookworm - linux/mips64le
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:
alpine3.23 - linux/s390x
Failed to restore:
alpine3.22 - linux/ppc64le
Failed to restore:
alpine3.22 - linux/arm64/v8
Failed to restore:
slim-trixie - linux/arm64/v8
Failed to restore:
trixie - linux/arm64/v8
Failed to restore:
bookworm - linux/mips64le
Failed to restore:
slim-bookworm - linux/ppc64le
Failed to restore:
alpine3.22 - linux/riscv64
Failed to restore:
alpine3.23 - linux/riscv64
Failed to restore:
bookworm - linux/s390x
Failed to restore:
bookworm - linux/ppc64le
Failed to restore:
slim-trixie - linux/riscv64
Failed to restore:
trixie - linux/riscv64
Failed to restore:
alpine3.22 - linux/s390x
Failed to restore:
trixie - linux/s390x
Failed to restore:
alpine3.23 - linux/arm64/v8
Failed to restore:
alpine3.23 - linux/ppc64le
Failed to restore:

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:e5a2dff89e2dd836b278f683b52fc50538c9d3e83aea0288a62f2a5227f3238c
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:80eb48ea09c4835eaabfd8ccad3d5cf770a95b4f7e0348e7b294585bb220b59a
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:03eb21f787ceece2310086cc0c6d542bc6e4a560a95af8e21f8c6053aa63feb0
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:4ed4934ae1ff0ee8a6a4f7db6899ea1d49f7f0e336c8694c48004e1709c5a20e
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:f7adb446fb22d315ec3cb4f6a935eaccca7806ca578372af03cb885ee57b19e1
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:347d2d9fa538eace0de3302eb6e745e403013c74b1dfbb62b56ed83a1b3308ea
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:70857f6923b44bb590d63114d83f4556f9dc3bc57daeccebe28ad1105a3edc56
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:36b0f757df3a71c72f1e04abe37e57b2da615aba4f82a3a92a75d57360a33744
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:a233603a0e90c693a51ac7e417cc3c7c8ca3a97dd86b89034810335a61b548e6
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:ce2e9736c715c9bdca3bba9578877391fa1da4cc85307e29f93006f5f0a6c47c
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:2d659ea4b644b07c6599c5304cfc6ad962a177b9171f7e1b5a572592ba6a18f1
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:9fad11696bff2bc51692080006e5f5b1672dedec0d840635a35536c66a489e8b
digests-bookworm-linux-386 Expired
244 Bytes
sha256:10006193f651bf28a4c9613ac8158bdaa36c3a45254069f9da96bd9538af0843
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:215ce8f89e905c94791564c7a550ea00e15eeb5522a284f3b5ba6834c4387096
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:db2cfdeee81f78e9cccd6f2022c30abd440093727b005be18ffb3b189ebcfee2
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:c726936d5939f87e227c404e7e62f59c4efc89d4845c38251c21a7320085a854
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:7e30fc368e62828d9ff3bf430f83cc2504b01c2d67c0e7ea5314dfce8694a960
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:5eb8d945d9bbce3ed3f20aace0446f25a060ce25ee7c223ea6600a67429a3a1b
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:07616693f58fb855734f80842657bbe778fb61e292af2f74cec6e31c72a1a649
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:4aeb9d96d3ce9299867a50d8f1a8b2b0cbde7a18153b7686656ba2a63fcb129d
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:5529f47e940b3df59fdb4282b55df62481c19460799101843dd076f6d027f618
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:befa76c9c90579ebc292dc497f76619895fe629e9a2f3d15d8481d61ecef0c4c
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:e86913f8bc96ad2ab4cac0fa7889e9f578fb89fc8d129c688022572bf19379c1
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:fb37af3dc7561f9dee53b432f777b2207e8b55dd8fe4fe5c7bd75f1a682d59d2
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:2b52d51f2fa6b3e887cfc53a785cc00c9caf43a1e70539d13fed7b333c106399
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:59f899f899cdaf0e5dc4c141ca63a98a46498ebce7ab10e7832e18a09da9a263
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:1d9e241da11d58306b2c8ce3a8e7981713515658094f1ff78b51947844ac9a1b
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:c3c0d830365470caeb27dfaeb16d218837012ac28c09f7d8b339e4601c14d65c
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:5049565a28fff357ff6464feec0cdb2531deffc6559967c38783ae6465ff856b
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:be3f4d7cffe779609a6b8a433d7779ecb959f69cc16a6bbac1e9e920cf9f7b72
digests-trixie-linux-386 Expired
244 Bytes
sha256:dcf6383fe8d284fef280725a6ee06cd315b58c7a01a2d12cffbf20ec27ee1114
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:a4da15b79df01dfa3966b80d711d697ce922cfc0ae7d1ff0eae5700fc86ed8ee
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:d0fc6f64043ceaa36b7e5e1566239e8d4508517feb158dbbc068756285502e80
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:60bc6b3b4cbdd67e295101f7e37b264c3e9a60df834dd45f40fb805698580936
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:e94a859b4ab2352fe8d228214ee651675fed24d22bba18282cb4cda42c5c095f
digests-trixie-linux-s390x Expired
244 Bytes
sha256:a2959a40383382ca97e7fc34b50ef88a7f7499c82bf132e80b1f0e636de47ac6
docker-ruby-nightly~ruby~0LTN63.dockerbuild
104 KB
sha256:1a64c044ee2af63c93255a3839bb50ebb4ecb4d4a661be8c287ce984de55a17d
docker-ruby-nightly~ruby~185KNJ.dockerbuild
112 KB
sha256:9442ea72f54f370c0d1eabd7df37bc4b8d5a05faf9a7eda85b7448136a11c856
docker-ruby-nightly~ruby~1QTUZT.dockerbuild
102 KB
sha256:9dc6e539a2f73bdb8060380a0da16e950479be0ff8fcb2971b2887159ea6c5c5
docker-ruby-nightly~ruby~2PJWWS.dockerbuild
137 KB
sha256:94c5ca32f0bc616ad5bf01faff4dd642df87ac183acbdf96751df1d50851153e
docker-ruby-nightly~ruby~3WJ7FC.dockerbuild
102 KB
sha256:bcdd4b58a2bcd4f8f9e46ddb6787a2395374f6b6a8587701ed0bde11e3944a63
docker-ruby-nightly~ruby~48B68P.dockerbuild
98.7 KB
sha256:28af0e85a96da382539e57f1420ef5ca0f0fccc56c4730d703b0e2516e775502
docker-ruby-nightly~ruby~4OZ9OY.dockerbuild
58.5 KB
sha256:6a83c8792fda8577940ffa0fc44fdfaf7b5fc19045b041f94d07f25a803ba68b
docker-ruby-nightly~ruby~5AMBLF.dockerbuild
99.2 KB
sha256:083c20577de02b6284aca069a67377b09be41dbb8322323f449ef768df0c2064
docker-ruby-nightly~ruby~5DZTUP.dockerbuild
102 KB
sha256:62bf7293a637f20f8aae8e5ead57f806f6961c7d7aa4f208cc84e9acae7fb749
docker-ruby-nightly~ruby~6M3D88.dockerbuild
124 KB
sha256:1b98ce55f8614efc7d13783f91491e5b5890e0ef28fd11be591a31aafff8053a
docker-ruby-nightly~ruby~7LTRCP.dockerbuild
151 KB
sha256:6ea89f9d3eca6212f78017ff9b12eb1dded3cbf2bc72223d787238270453e2b5
docker-ruby-nightly~ruby~9M3KHE.dockerbuild
101 KB
sha256:2ad1e420008a95895b4a0829d964aa9891df43ee37d3d82b013f3d785671a9c0
docker-ruby-nightly~ruby~CZ68LL.dockerbuild
98.8 KB
sha256:54ea6c840f0a368915674077eaf7f859e148d6ce362d73a08f85b354e1dd6e16
docker-ruby-nightly~ruby~D9CRAU.dockerbuild
100 KB
sha256:cdf7249b55880c2589edb41a2d2bc568a2424a2ffef0c74a39b0663b44a35999
docker-ruby-nightly~ruby~G8G3H3.dockerbuild
125 KB
sha256:6d284a0809361f7560b4b57b1d1bd6b1b51f7ab84afe8dd8524a30fa07a9fb54
docker-ruby-nightly~ruby~G8RX01.dockerbuild
59.4 KB
sha256:d33c77a92ed0f014ebc9a54e0cd9217ecf6f552c1616f2bdd4e9a8cf63e30638
docker-ruby-nightly~ruby~GP1DNI.dockerbuild
116 KB
sha256:dadd650a85fa410623931ec3a569b3e86dfbe8f42052f5564284b6ee7bffc48c
docker-ruby-nightly~ruby~HB0W8Z.dockerbuild
159 KB
sha256:67d7d8af4e0d5094cf14a41a5a5189e63155087e0aac9748037834148ac84c96
docker-ruby-nightly~ruby~KJ4W8X.dockerbuild
103 KB
sha256:c1e9b662b7ae63c7d077e8a86ebb4b73ce01b82acabff423bcf25ee8e6910e4d
docker-ruby-nightly~ruby~KT6T5S.dockerbuild
99.4 KB
sha256:b9dec7c37034b8b301d3605db01a12eebbb656831783c95ea8a6b49b9975b30d
docker-ruby-nightly~ruby~KXXRBU.dockerbuild
96.2 KB
sha256:ed23d363fdd94260b9c06fdd0c2435b9ce4e5d93eab018a724f5f4b984140b28
docker-ruby-nightly~ruby~L872IM.dockerbuild
124 KB
sha256:f556b8e4f331c6e49f6df976f183c9c064443684799dea6c135a01e2af6a0836
docker-ruby-nightly~ruby~MTA8K0.dockerbuild
99.2 KB
sha256:c37000cdb9e608bd101631b1678a562e33d4315e3dddbdda06a94b80d1f4634a
docker-ruby-nightly~ruby~MYJRMO.dockerbuild
99.5 KB
sha256:6da2ce311ea180f0783a2765acb863c4b8ff1cc6d968af3c1512b88856c9fbd7
docker-ruby-nightly~ruby~NBF2L1.dockerbuild
121 KB
sha256:c5025d3eb0d073e3562c702e541f0e373a2bfb35387ba5b4bbf050eb6078984e
docker-ruby-nightly~ruby~NN0NND.dockerbuild
96 KB
sha256:0d35587ffefeb8d6646a7cb06ed2022f3a2b31a3449107e3a0566c8f016edf4d
docker-ruby-nightly~ruby~OUVXE0.dockerbuild
111 KB
sha256:fd635497186236d3762853f9aec786e9f59245c1be48495cc370c80c5669357a
docker-ruby-nightly~ruby~P1KINR.dockerbuild
103 KB
sha256:f486598bfb6b649f52c7964a7ce2afa915607d3f729865056719b8504689ef3f
docker-ruby-nightly~ruby~RG6UMD.dockerbuild
136 KB
sha256:8d5d898be4337c99106c30c790296c5f8536fce96d8d04cd2bce9da7e0f7f662
docker-ruby-nightly~ruby~RU3HV3.dockerbuild
121 KB
sha256:6e559960c75fd1249a068db4a14f9143344fba198ce3271986702783610b977a
docker-ruby-nightly~ruby~TS3XJ3.dockerbuild
98.6 KB
sha256:04355dec159e607b0cce8234c0d423d0cb0d6fb0b87947b452a1e59b19ecb1bd
docker-ruby-nightly~ruby~UFU39P.dockerbuild
102 KB
sha256:edbbbb640a9574924e40104d2ac125dfb6bb1805a0641ac03935bf718e181197
docker-ruby-nightly~ruby~W0X7AI.dockerbuild
132 KB
sha256:60701145185443cc9a0b694ce8c7166b45333008b226967cb3531daf64e6b438
docker-ruby-nightly~ruby~WWJJGP.dockerbuild
121 KB
sha256:86f8f55033201c1ba2772aa845df263e6badb3322e35d5b0a1cb736ede861450
docker-ruby-nightly~ruby~X1T0VQ.dockerbuild
131 KB
sha256:9cc569b98af172864f1b87e03df92e69cd4f2b9b2c03ae105e539af2e253f8be
docker-ruby-nightly~ruby~Y50XN8.dockerbuild
102 KB
sha256:c7a3c4f56106d75a84452842d9b26c6eda9a776f518d970c85105edff12fa184
docker-ruby-nightly~ruby~YKXT66.dockerbuild
102 KB
sha256:2c7dbb9abad27470eef461db17fbd5bfa317489817043f7d97485b9ce86f04bf
docker-ruby-nightly~ruby~Z5W7K4.dockerbuild
116 KB
sha256:d9b3ff84ae143dc625714ff247865e452303687a05c579e05867d39038b6dc61
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:3dded1069c10f083423d2c853c9ae59b7678fa88e3b6ba00ed7cdf10a6ad024b
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:ff3e341d552b277b1eaff30264e8cecef3b9e26c8fea83ca32dc7f2e7de0532c
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:7e87e0404419407c2c531be1dc93e00b598a5a38d7d11e22917f1d3f5131bb1b
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:f82b4cd267addae6c9fe41cc58541642983207fb034e455b47c2a3cf2f19bfcf
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:7a5c7035c41417a42edd280202f2ee6fc7707c7ffa8f33c423296057dd2dcfe6
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:18505ff5b9bf0981c686c95b87d0e6bb993fa5e2d11164d78c40e63e0e449d7b
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:137fa7be1fbb0bbcffe7e5c20d9fde07d0f9df9331ca3552f541dda3a4e2bb95
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:5c1bd41f19e5ab8417355b7ccf76f59e53af5b9a51162ae5460b7a0a04df1cb2
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:fa82ad62c4aec48649420d2947ed8e5c219787475c825617cb3dcd5290014d0e
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:709c3b509de49cace23b37791556bb2a96c4b953951a0a543df9b2aec249c449
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:4e09ffaa0ecfa67181599d1930f2aa84fed073f9f9c54c2037403c19fb898c5b
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:ad0b1733ce8e3992c10858b361b8d7b0db3ea405a3f5ebe489b5931ffcbf6405
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:93b4481854f74071deb1a3a44e5b611a9460a9a615ab4f04ed9a8ad529ac5fd2
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:1ef964e901b910ec67c133517288882fc205eb3c8cb996602118a3f22699eee7
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:72d308c40d5546dfce9a2c2dff5c10d05e30cd77d8fd36c1827980c6b2b2b55c
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:edf47667bab7258c3afee783159c8415479ae2f02312c2753ef8899afe75187e
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:2bc8e074bc10be1e004a6501ec5ac00b4a30e353e008531b263213d47bac5068
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:33bad6bdf510bfef6fbebf5e50e61fd6f4edcf185625f656344873f9331b9ba6
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:cf0a5b7d87cf01f45ba0ea305d45654b3df5ebdac2939b1cc74ca8c2c1f8bd84
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:38871bb885c009b477d65403559af4ffad960e3b12379df90708c76188bb0c75
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:eff735e3f3db8679d253de974095fb2e025e507e596659e28f9ee36f8bb42595
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:6cbe5405b8a29088aa3fd6e090925124287819f62cc6c0d289374095511fb304
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:935fdef532f2b9a80376d640a53cbe43f3b15af564acf4b1b8f655528f985bda
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:d7d839d69b9498cdb824e92e631bc4f8d6695ebcb16d08f63e30190683d536e6
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:0905729cb61cc6dfca34182c36c3fdb7d4b3e25a586f9feaab42895ca415da96
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:3dbf8e56c5c0169b358929dc3905320d11259eeb57849eff06945b15b0ea6575
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:b7b824d55ca6c0b04108248f1f9d5e0200eb854cbecfdb8d4bcfdbc3781d8977
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:c812211221318aa13f9bc91e872a4ec7d90004458b5f33b93d38288de38ee833
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:e2bc208655e441f09465480856bc0b644758b5100ef7929deed85d9d104ed12a
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:d10d4de5de4fca3ef3c958aa71923132082528ec69eb249a28edf5d53605ef27
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:17f68653d620e385a69b1dc46fe25d6ad39135b4651058bbc7d6ac6f9e8d4c73
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:104cd0edbb76e8c861efc7d8087455feb761a863e9e94c8ef8ae725be862d1ed
outcome-trixie-linux-386 Expired
193 Bytes
sha256:2c646c0421c3c735ac8ac44aa2f15fde5b160c643291f7c2ad813c828f3bf6be
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:5a9492b7fc151ff9e1d27b9a4b3a560d2efdee13645992a539c5e3093fccd5ea
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:ae6fb7c2f7821e3b040c38c011c52e79674f2ceb2dd186967deaef0995e89b58
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:73cd01c0795df6260c47f3aee932cc5bb86da9450f916bfb0c84e8c8515da80f
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:0050405a939cb478dbff5b0d4e116c9f4fe50cf013eaa9b290d2eae94e58064b
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:1f99434ff9dc5cc67f401ac170a3844e54ab44b861e504f59780980e8b5cdca5
snapshot-master Expired
17.7 MB
sha256:c488c97c84308a767c514d6af101dabd18fa63f5434058dcd90539ca1cbb0a68