Skip to content

Docker Build

Docker Build #833

Triggered via schedule May 1, 2026 20:39
Status Failure
Total duration 1h 51m 47s
Artifacts 113

nightly.yml

on: schedule
Set up matrix
28s
Set up matrix
Matrix: build
Matrix: merge
release
8s
release
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
slim-bookworm - linux/amd64
Failed to restore:
slim-trixie - linux/amd64
Failed to restore:
slim-bookworm - linux/386
Failed to restore:
slim-trixie - linux/386
Failed to restore:
alpine3.22 - linux/386
Failed to restore:
alpine3.23 - linux/386
Failed to restore:
alpine3.22 - linux/amd64
Failed to restore:
trixie - linux/amd64
Failed to restore:
bookworm - linux/amd64
Failed to restore:
trixie - linux/386
Failed to restore:
alpine3.23 - linux/arm/v6
Failed to restore:
alpine3.22 - linux/s390x
Failed to restore:
slim-bookworm - linux/mips64le
Failed to restore:
bookworm - linux/arm64/v8
Failed to restore:
bookworm - linux/386
Failed to restore:
alpine3.23 - linux/amd64
Failed to restore:
bookworm - linux/s390x
Failed to restore:
slim-bookworm - linux/s390x
Failed to restore:
trixie - linux/s390x
Failed to restore:
trixie - linux/ppc64le
Failed to restore:
slim-bookworm - linux/ppc64le
Failed to restore:
slim-trixie - linux/s390x
Failed to restore:
bookworm - linux/mips64le
Failed to restore:
slim-trixie - linux/ppc64le
Failed to restore:
alpine3.22 - linux/arm64/v8
Failed to restore:
slim-trixie - linux/arm64/v8
Failed to restore:
alpine3.23 - linux/arm64/v8
Failed to restore:
alpine3.23 - linux/s390x
Failed to restore:
alpine3.23 - linux/riscv64
Failed to restore:
trixie - linux/arm64/v8
Failed to restore:
alpine3.22 - linux/arm/v6
Failed to restore:
slim-trixie - linux/riscv64
Failed to restore:
trixie - linux/riscv64
Failed to restore:
bookworm - linux/ppc64le
Failed to restore:
alpine3.22 - linux/riscv64
Failed to restore:
alpine3.22 - linux/ppc64le
Failed to restore:
alpine3.23 - linux/ppc64le
Failed to restore:
slim-bookworm - linux/arm64/v8
Failed to restore:

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:576f9b6d69598d660f43013b98c8e7fc721abd1e4a20689e62861cfe5a885232
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:b65b741f8636b2e6f467a6d7733f96102e8c276809267f3aa98490552e130d58
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:848065d72af88644032b0fb33cc8defa851587af7cc1be7690c04f42d974741a
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:41a17d230428754618b40f5c21852f3a0ea284235fe215a7f2245bc6748d5a38
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:824d3345e6c05be30c8a6a43568ee3984123bc10ba257b2aae561c2166ce16bb
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:a517a471a684af4647d681151635dae2905bf38726cd2c8f0267e9e5c6a7aa1f
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:bce309435726381720cdf5d03a8b6647cc26dc9f0780249e762e8bdd9e3688fd
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:d766dddebb34c92f8870eb624786781aa0c8d87b617cf14dec086de4e65b85f3
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:703581d717fee383cd43a69c7c00e95a5533d540cc4e9a75c88b1f7f1d533764
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:f59e04e34928a7864f10d6d82f80a2bcdfef97aab5f2e26b0a339c0d50820ecc
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:03c5da202bb87f5913770a4eb777436f5ffb0dc83f4dbbb8c87c2714551747d0
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:d8b8266cd895c5d27fb6b95b330d5a5b80ea10980d414f2a33042fe21717d724
digests-bookworm-linux-386 Expired
244 Bytes
sha256:942cfbf9b98732f5e5869ce3d1ae03a0fb0d8ba39904676a7c8a4802d04e4b9f
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:5e4729273c1e28b9cc973bd36dd5f55466ff489835b0363dfab10a63e6b5f171
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:9e7a4a329e3f6eb216c7f5ba4e536783654af13ced58991d1bf534467779adbc
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:0ee2de302d4a2253628c6d03e5be76f03432c0bc09dbc6b54222b310d206d0a7
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:a5e5b1b4ce7fff168d4805f44d1de5dc8ad886c0b224b15b75f28007b30aea94
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:6dc98f8176ec3210669d8702febdd71b2092b3b673269dc85f83afe4c4eb1bb6
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:4d54f78952ad9154ade78756868b8166d70d3dafb512cdaefd07031a3725d221
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:9090423009848c1c7f4e746125b5370a2e37738ffc8611556d0c17c5eaa80a18
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:92d67537612cba16729ad07a9427a9d4a6186b021b44993e14f69e7a7516bd70
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:98a166d772330cfbe937b5c152b2b7159cb93d2b9dcfd5b119aa71c2b2f85f99
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:99a9d3539eb8185fe8e0e1bf03ef253c6042367f39e1540e199c96bd556386fb
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:43ea00c09f930995d20bdf7a240f5ee597a241f68a3f1428fecc3e68bd24036a
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:f950971af2360a7be9eb29574d4aabdb9bbedd8012961fc8a8140bb26f99178c
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:4c978cf16834a95df050b7261711b5ec5b1703ed119f96657e081404ed02926f
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:5470e638b19d08c1efbcbe12b437a14e9cd231db2455071d03cce8acfb211b1d
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:37b28aaad23de17c65450f39641ec02254bbd6643138e8f059606958febd0337
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:b39859b0ec51ea465ebdbe168469481d3713188996450c3bb9b210c1430b8389
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:72c713b8ee71c89f3a25abb0fc66ce62d6abf7dd51754088565ea06525943287
digests-trixie-linux-386 Expired
244 Bytes
sha256:4a3ac67e88a5403a0ddf75a26459a8a3aff0811dad8977701501ccb2ee96a649
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:632d2296edbb3d1fefb904fd922711bc509c23ccc5ce876a2973a9fbc319dc46
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:516f97d7399b8f8410c781cbd75ec42de05ff11d30ec8c7ae4325ca067149c59
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:d7003517651582f35d70c12df04db3dec2b72a96e99ecb11f3be5b7456cf1c03
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:27b766e8a3f97c6fec8ad4e14f05f955888b97028044894a49685ba55e7fe721
digests-trixie-linux-s390x Expired
244 Bytes
sha256:5c8cf926d2cc3e9444b2235c3d3dab6308fc57ef130f1f331d7f6d5ebe1c6460
docker-ruby-nightly~ruby~145U1E.dockerbuild
129 KB
sha256:a43fa58b8c068bdc92123466125b90150dcbcf3635e26f9139607fadd9f4417a
docker-ruby-nightly~ruby~1K37CA.dockerbuild
137 KB
sha256:be7d04f16dad469a2096b35613165ab660a9cb2160b22d91b2e42ac8a1effc86
docker-ruby-nightly~ruby~22C2UK.dockerbuild
130 KB
sha256:ecca8ec1a1b0f331bd50a7d440dca8bcee314f832e3e0710c3ab951eee578136
docker-ruby-nightly~ruby~4NT6XG.dockerbuild
136 KB
sha256:e1227363683073a2fdcff3653fcf03869e4b75bb9f3c3a26c17ebe29418484cd
docker-ruby-nightly~ruby~5F4ZFZ.dockerbuild
97.1 KB
sha256:910fac7357c881db4990c7eff3b6f3c871992141cf83eab4a40d2c7b6d940383
docker-ruby-nightly~ruby~6FSVNR.dockerbuild
101 KB
sha256:112c35ec3b5bf2e6f53dcdd24687a62a191446d671781626672f771219e2a114
docker-ruby-nightly~ruby~8TT39I.dockerbuild
99.5 KB
sha256:c4d0ce7881b34cad25e2995d80fbd6a0119f776949e273caa03978d5b35cde94
docker-ruby-nightly~ruby~8VQUWT.dockerbuild
58.1 KB
sha256:4a1c01310402f4c99ffa9994ed11eb8b2b86f4f5d7795591b31533a52acde2ea
docker-ruby-nightly~ruby~ASJD9N.dockerbuild
157 KB
sha256:21fb8ab47b1f2d97547f4c295783d76d42c2f394d32e2703ae2371cdb53f6af8
docker-ruby-nightly~ruby~E91UZP.dockerbuild
102 KB
sha256:f0f74cca0b331a075588ff477167000c0e8a437513331b155f26673c19384343
docker-ruby-nightly~ruby~GBO35W.dockerbuild
96 KB
sha256:4f39261ffd97fa601ac8c764dade3b1f636355bcfbb59d59d2e4d026e152188e
docker-ruby-nightly~ruby~J3YUL2.dockerbuild
124 KB
sha256:f25620c52e0af41b72de1d611467f030480e52993b1f2c6d9380ff4eeb18b69d
docker-ruby-nightly~ruby~JO4LYT.dockerbuild
103 KB
sha256:1ab79ffc78c160e813dfcde6db6963cbc14689b4bd4b62a19d19f1b830745033
docker-ruby-nightly~ruby~KD5EJY.dockerbuild
124 KB
sha256:d91e26081794a77c7666d52f0412280676e25581d5bea61a0415d6c0803538ca
docker-ruby-nightly~ruby~KJ95GM.dockerbuild
118 KB
sha256:aa063fbf7be9f190dd611f9c653fbd88036d466a4221b03b5505c8064dd407f4
docker-ruby-nightly~ruby~KMBI64.dockerbuild
103 KB
sha256:378dcc446f18af321ef7413a0048e0ba0eb7faed343dcc58a7734de2fe604ec9
docker-ruby-nightly~ruby~KRQ9P7.dockerbuild
122 KB
sha256:69e5ace14badc2aa5256fe2bfd1aa991391bfd74ba8f9706bb421042febd41bf
docker-ruby-nightly~ruby~LC0MS8.dockerbuild
123 KB
sha256:0991cb0c8305e7a363cb04bef91ead172e5078013254e58c065fbe80281266c7
docker-ruby-nightly~ruby~N2EDT0.dockerbuild
102 KB
sha256:5804d1d23635af03f4b1f0dc82eaed02320dd6dfe7ac1e74f017228cb849fa19
docker-ruby-nightly~ruby~N55YHI.dockerbuild
102 KB
sha256:b91f1ba9f0c5f99326e0586062d0b41f61821c8a7cafa38e9a1a49bd2cd446cf
docker-ruby-nightly~ruby~NPW06U.dockerbuild
103 KB
sha256:6d24cee688716a91938cc87f6cc08a6eb25b89f9cd622d5c3aebff41b6958c89
docker-ruby-nightly~ruby~P3G13O.dockerbuild
101 KB
sha256:102dd5b16b901c75b15afdc31e7a9f45e726001b1315f886d6e073d6f9fb53a2
docker-ruby-nightly~ruby~QS6V1P.dockerbuild
102 KB
sha256:e2e69eb9271777e1bc9b395b37317cf35d8d043b070439348e982985bf7981bf
docker-ruby-nightly~ruby~RBH3E1.dockerbuild
98.6 KB
sha256:a87029229d39f7aa64c52ab1908d1e544e5ab24b4d32bebf8531d819395dfc1b
docker-ruby-nightly~ruby~SWCF3E.dockerbuild
104 KB
sha256:d0c5dc09967267778d7b6490883ac53374e9e8a69da7d2664cff7780556c5ce7
docker-ruby-nightly~ruby~U17JI0.dockerbuild
115 KB
sha256:4e71a57cf93415f5d59b3b58b9124fef94fb5371f021c1e1c10c7cbb876d131a
docker-ruby-nightly~ruby~U3PFPL.dockerbuild
103 KB
sha256:8647e4d21d426146d113600c84de095519947d059a1803213ebd71b7c2f22711
docker-ruby-nightly~ruby~UN7LFK.dockerbuild
94.3 KB
sha256:e598b2accefd162fecd3c09df3bd4c50ed0d58306523fde21ab49f6516183754
docker-ruby-nightly~ruby~V6XUE5.dockerbuild
154 KB
sha256:5f07a24585a5cbbdab2b891b475a93073817326e476ea935006e9b447a3166af
docker-ruby-nightly~ruby~V7IIII.dockerbuild
120 KB
sha256:bb371a85371ebf91b7f944642a7cc368c64f8106cb3bc09a27c05fc7bf010a6b
docker-ruby-nightly~ruby~VHHIDG.dockerbuild
98.3 KB
sha256:8b2347f803177820736bd9b39274280ce20bec35a53361e0f5c7f9f7b2dbbc80
docker-ruby-nightly~ruby~W6C7H4.dockerbuild
125 KB
sha256:f3be48295399fa72b2b1c2278c6f42ef01014fc2ba4143de3c543006e548de9b
docker-ruby-nightly~ruby~XCKMZW.dockerbuild
56.9 KB
sha256:c595b1184835caa30904c1d2922bde01268f60b35afefdc16d8b45897aa7a158
docker-ruby-nightly~ruby~XNDUAY.dockerbuild
96.2 KB
sha256:af4932c472dd49bc7572f1dd666f37f50dcc56dd3f531b14b65605300b5e14c5
docker-ruby-nightly~ruby~XR0HYR.dockerbuild
122 KB
sha256:d10ecc7076692fb29dceac3b66c664d6bba1f3731182521dbe06fd8a3620e8c9
docker-ruby-nightly~ruby~XUIN1M.dockerbuild
102 KB
sha256:03c84d6509bf753035fc44bd95c0f05606f53aeab86e39ec29b537b899d76384
docker-ruby-nightly~ruby~YHNNAQ.dockerbuild
104 KB
sha256:48e5c248cefd64c3efb2d3b8bba726cc792fbf924e856c09b637696eded0e304
docker-ruby-nightly~ruby~ZQG30I.dockerbuild
113 KB
sha256:d461080fbf769649420c1f070898abcbf85e6114359e6e37086c7bf9ff87cef0
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:e894ede9ba52fda19f50f1e53cdff267482ed7b6d4110f59c57b7d8b35a21bf4
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:e161c8e47470e245dba56cecd44d30030370a37fa0648994a19b149c90b06693
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:48604a6cb16768f8953693b3f49e2e02c1ca97fcf6edf8b39e335861166609f8
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:ad2b227186dbce565c7745fe9ad3b4473539dd8c77baa810a974b0aab8558da4
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:c04f5a472c47dda4a7d8806fd65be6beb12d0f56d78dff7ec19a70272d3ff98c
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:ff6c3e1b1a58c0d0e630954ee54accfb07e0021bc7931c367dac93f5f19eba94
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:d0b02cf1c4318c53e541cecd286f04999c8dd7adea8074d9aba505cfb0b2fe13
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:46820fd8ae2b06e353b9b2f8996be12768a5cb1b5e939fd4d0e5834960470522
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:3cdcd9a8ec3de99832b010c1e9f20e0abf9ec4c8e917b47ad139ddfb27de6edd
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:ca9d0baa33025da34b96a5277a0067e68b7891f4f2d3ff227fd6286ff3b2d562
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:1a61a580d5c792202a7a643c88a66b62ab19af68b12792ea037a917ff0826c44
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:3e2d33571a7dc303a453cdc6713b88d790ff702008ab5e6e4333e787f31edebc
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:2072f8d6aa6f0b7473c4c3fd0a364fe4dad32d4442c89694b040abc25489cded
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:dc726a31ac3cf8e775518d3c9a0edc85fad5b41d133dcecd40d28dbd3168a90f
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:1107476919de56603ec461c2bc5a0e3ebb30c659d073f636eb15879bacb70382
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:0a208eaec5c0254b84a1f1d048baa0fd483fc44df6ca644bc00c54d61274ce8c
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:d542a802f3255364cd969bd517c85567fb77da994227a3f0f527cb3fa65cc1b8
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:1f19aed672ec83c56c6bebc442e254ff29ef52adc22f01fa1315e474f213a01b
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:6f298239e8f067e044257e9e8732ea334ba3abd24ecc3197b5a7e0d87a897e1d
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:7efc73cb599fa5049f6956b9c91df92ad44adbfc2431d7c330a9f29f6e835f19
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:b51f8dd8932c30b13a26cd3a389f614d0699f2fb3f89b4d01cda88e7a372b1df
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:c10d9dc14275193274591cdb88390611b86e984bb32b1b097819aef8b1387ff8
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:4e35d2cf743e8d6f0d8162648a08f6f4820442b33690f941445b2c471e0a2440
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:41e371f5c3293eebf2b7f57a082396c9d8abc67fabd2ccb130b7180fbec53d00
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:02cd96813a4d341d4603dbe27b3d7e0a6bc0ef0397aae5d51a6aff7acc91d901
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:c8434b2cbaa40dda9e905344a950313b7143b1240657339059f18d12e63875a2
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:8d998d725f6a9f570530c70f955e58ceb046b2e793cd122e24ff24d5973bd93f
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:2159901e158414ece576f6e31515e4647b99895a89cb8e549341a6b41ec98ccb
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:e53e27cd721a8c9398d3586c1bd2fabfd44f9255682129bf36dff5f97f3ad9e9
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:1fea4e10dcc7648659d35281694967d8d63578e48e1c9d56d0ba031d48bd50d1
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:632c427abb9e61e0af548f39038073fed45beef6efc3880a530c70e595f9a467
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:6476f4168a217fa0cd4b6f87eebcd040a0ade1940d381cda8a70966d28db2bea
outcome-trixie-linux-386 Expired
193 Bytes
sha256:3d93195b84847e5615539a2445a73f213a815bd7eec457f40061c8ac47a0dbd6
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:75386dcc4fbe0d1e2816ed4c8d58571b55ef233795dfe85ff00d3ee75abb38cf
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:da13427d492a862b90143a61d3bd2f1fa9aee1ea121a8b18c0f933b7f8c02857
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:ea851b182e0f2d93a12ee8c1baaf4af48cc16393cf4a99341a829dedbf4ec703
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:29ee59969974435f685be659fcd88baa0fa34918af4f666253da4fd6e5b58507
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:79da41c4050753af760ebd86ff8431dd9fa94a1bdcb62085b3d0afaeeb4d85a2
snapshot-master Expired
17.4 MB
sha256:b74d9d32a5129b0ce75d7f9093b4783975c42bc871d22f40ee216e3da02f4bef