Skip to content

Docker Build

Docker Build #819

Triggered via schedule April 17, 2026 20:34
Status Failure
Total duration 1h 56m 8s
Artifacts 113

nightly.yml

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

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:f6ae16481710a8da753fda079f18d608dd814120b24976c0c9d45f31e5b2c42d
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:c42b2f871393a8de25ac1597f7deb435d818583151dec1469ff57130679e96c9
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:5c26bba20baf702888a94591d605bbf149329a6ca3fd932ea354dbb238606a56
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:cd757abd6621f40372609b0a8a3d797913db2cfffb04c59281c1969b53e242f9
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:84340fdf0d438a6687490c97ace1fff53cf7cd7a511aea00d431c705462b7f0d
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:47152263bbce23e6afee086668992fd1c55e3a77feaf5c2e955c409e5d064e1a
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:9c9ceff5ac1a6dc41b6e651f4f516b4c3b8e1eeb081dad9de23e5c1fc8c6f074
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:4001a7a6a63f4cdd4c464dd78f064dd9b7c948840d9100220cac819880659328
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:58927cae8fd323056d56cdd8c85ff2da929b56d41e30ee2912b88b17c6374a54
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:5af0caadbbc81437b3eff453eebca3ef2739fabafe1fcb60d19164a095cdb6a3
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:0bd3e15fb8bf3eb920de74265f91d74bf25afa9db236b471478561d51afa91ae
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:63d904a6024ffa529263bb3fac7da6e19f19397682a4e99e8798103e7e8b5607
digests-bookworm-linux-386 Expired
244 Bytes
sha256:ec266aa8c4b0017429f9953ef2133e0d89fcb9c1028e413b65e92ef7008f840d
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:018e81d59647665d5ae6e76d918cce2da53834d1dd94deab9437a3bf4b6f7b41
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:2c1447e273cf19193d04832de00aeb066f88ae2ad3e02228d7f8474ecff85299
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:d1d3044bdcb6d07556c77b18e037a216a6c54d4608bc0e2d872598c579f46d59
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:4921ceb4872623a4c3ac0a1a49a0903cf22f247eba64ad40f90b9614c4fe9f33
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:2535dbc3ac5f4eff3101e14e19bc4128ae7faae4a982fcbab23d1a44f3188d23
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:2d317f0497038f5e805cb106c0e838c7c805108d9af3abf6da8a2716fc814004
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:5d57b2bc25371d6fa446489a4bf68812e9df691bc292401eb9d5b2c8bc5a7943
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:58daecffa3dda57b2cba294f94ba04daadff689b9bca41cf2b29e7686cb4568c
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:2cc8e9c9a98d99283d1d81bf850c9caf1c21490b46aaf2b1cf313f09531da458
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:a5899a4c9efec6c64d6b8320990b054d07e77e382278e15436104d523d9b7cc9
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:38e5321ddf9b13a7d6a97d06540e30ba107b4265498cbdf230293dabec9b206d
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:a2e4c776d9c2668bf2203907ee93f78e74d5bf50acefa5f5bd40f147b5356829
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:e250ea92db039197649a5deec9f077124cf97181e92a00c9a3579758eeaa8589
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:e66e51809485ab1d94e141911a90a9bc524556b78564a408ff6abc294b350a4d
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:7483d9d4e620a3591f4d73da95d811f907091046fe238d91ee65ab56114e9774
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:627989bcd0e4a8b266e14ea8caaf8ea7b6ff9afc0cae5ce46ce3bc1a44c82db6
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:f65c8725563276ec09d2f46705963ab44f22338fea3d39009eb34fd57bd986ae
digests-trixie-linux-386 Expired
244 Bytes
sha256:039eff9b26d09626c07d221ef6b7473571763990a85a5a2fd55a32461442c419
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:046feb7624f1e94d691b9f4b11aa206ee8a420020130db526dfb5d0570f29072
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:916341d75570d62bc3267345551b9dc9754dbf9deb3ab33ef4efa76262c8df38
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:4cbc9c3251823a59b1f06acf463d4b766b1b05c7da9884aada4a6b1e2252a51d
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:3c61c0ea50995196ef3fcd321486dd0debaeda0edbb1190400650ef27baace2d
digests-trixie-linux-s390x Expired
244 Bytes
sha256:782cd1225c2050d233ed376307159e643c1618d309e0862b64b725bdd8563527
docker-ruby-nightly~ruby~0UEY2L.dockerbuild
157 KB
sha256:7f9c68daa0329bc18049ff70520c5f28871409e76547efd5b5b8a3dfc398c2e2
docker-ruby-nightly~ruby~353YFY.dockerbuild
99.8 KB
sha256:2c8fbf343abefa4c90078c9780e6df61ef70f3854ceca84ccec773a18072e11d
docker-ruby-nightly~ruby~3I3PU8.dockerbuild
101 KB
sha256:bc538d3cfbc3ee8e101ed1443a546d0406c4eef619a5acd1511dc847160ba6ee
docker-ruby-nightly~ruby~59MEVK.dockerbuild
101 KB
sha256:115f29ba3e758117a20943ce3944ab27aa41621ad8679ddcb6a39b3f29707a72
docker-ruby-nightly~ruby~5I53GP.dockerbuild
100 KB
sha256:32891fe2e0707abbcba88613e106e0aabc16b5b4e27e45af895b739682a271e2
docker-ruby-nightly~ruby~7940MA.dockerbuild
125 KB
sha256:6b4c060aa6e469146bc95d15cda769b216c6357b153c07db9083e2357741a750
docker-ruby-nightly~ruby~9EADKV.dockerbuild
101 KB
sha256:7a5a11cd7e2f4e47eda179d8245aaf03fdce721e5ba4f7c0a966cc42ffbc37d7
docker-ruby-nightly~ruby~AU2G22.dockerbuild
99.4 KB
sha256:8f2aea565093cf37d556f14c67943bb98883a2643fca31aef8e9ca5d089549b0
docker-ruby-nightly~ruby~E61ABG.dockerbuild
98.9 KB
sha256:f5e520b7935b8bbf331d3841ef906a55e914122b2efe60388d8b0e69f0a85e7b
docker-ruby-nightly~ruby~FIGLTH.dockerbuild
103 KB
sha256:c7a03dba8accb3542c8e889138e321ea5f6b8232968c6c522faadb0fb0643f10
docker-ruby-nightly~ruby~GDDQM2.dockerbuild
99.3 KB
sha256:cae4061c84f107e042b28c172ef81a125ed5b1d4b347c396fdd7a8b8a22cdb55
docker-ruby-nightly~ruby~ID2NND.dockerbuild
125 KB
sha256:72ea6b232b270a6bded5055ea6e3a449edda9dab75966ef2d86165960bc5e52e
docker-ruby-nightly~ruby~KGFZOU.dockerbuild
115 KB
sha256:3698feaa3c172fdd8f9d0428751e8cf9c4fc682afa9bbfff2d6ede7653f9f9d3
docker-ruby-nightly~ruby~KN6FOH.dockerbuild
120 KB
sha256:5574f0005b503f3739cc022f6789cd3e45df4ffc66b41d011bed2ef467c0b1e6
docker-ruby-nightly~ruby~L5YRG7.dockerbuild
98.3 KB
sha256:dae3686922881484407b08221a10759b9fa831fc7932c3a699ba77c3d804fcb8
docker-ruby-nightly~ruby~LBC5WB.dockerbuild
102 KB
sha256:72fed21d76419c09aae2988916d78a5b934bef3e873a464bb892c9ec052a20be
docker-ruby-nightly~ruby~LOTYK9.dockerbuild
100 KB
sha256:7e9db078ea706a57a0c54aaa97a4deb723a9a203ccc5d3ca4fd13ad2e5983e1a
docker-ruby-nightly~ruby~LVUVT6.dockerbuild
102 KB
sha256:2bc891d331d921181590dec3c03c6c976fbcb6dad5f1f1ce7b1243a44713814f
docker-ruby-nightly~ruby~N5XDS6.dockerbuild
128 KB
sha256:1f117c072df324576bd86f216b6c00a310fe1761e7d23bcf0fc7c4c2dbbb331b
docker-ruby-nightly~ruby~NB2WYH.dockerbuild
99.7 KB
sha256:b5af3419b6a07d1767cff07e608dd1eed9dc99214bfe32f338363d69a03b163e
docker-ruby-nightly~ruby~QVV6ZM.dockerbuild
104 KB
sha256:8fcdab7b0298a604d19630f99508b28685e42a4b2854c609e6205e7923312801
docker-ruby-nightly~ruby~RBAI0D.dockerbuild
152 KB
sha256:2fab9e87d1a722fd94e7830705742225f81563068e257329883782d2a65dce1e
docker-ruby-nightly~ruby~S8GJEM.dockerbuild
102 KB
sha256:2efce685873e7189618f94672b806a181a4714e90cad11e068686f1650366e48
docker-ruby-nightly~ruby~SB3XPB.dockerbuild
136 KB
sha256:da1392a57f58f539cdb57da174afdbcef67884924d9eced8d4c7aeafea592cfe
docker-ruby-nightly~ruby~SGTWCH.dockerbuild
121 KB
sha256:9f1c4d454750eadf1159f85a588a0b3922d7d382d515131eb9334b1936e85a5f
docker-ruby-nightly~ruby~T0GSFS.dockerbuild
56.1 KB
sha256:d20a940fd037df730a9adb92f3ecaba9e1b6ccb79a8111415b833b7208a62399
docker-ruby-nightly~ruby~T9P8OG.dockerbuild
127 KB
sha256:1d267b257092277817ce853d2e515945421a9164c6d43514cf2936794e99a27c
docker-ruby-nightly~ruby~TH7BW6.dockerbuild
121 KB
sha256:ab4817040318c8db7322411b90648b367804f4859d99f32546273e56f96389dc
docker-ruby-nightly~ruby~TO1RFF.dockerbuild
111 KB
sha256:f9ab4097b0051057572036a494c85d8fb9a389a64c521411ab0a51c0bdadbef6
docker-ruby-nightly~ruby~U76TUP.dockerbuild
103 KB
sha256:d0954922ddec5d86abdc89a1532b01fde577ebdae71ad368aa1e2193f892c4d9
docker-ruby-nightly~ruby~V70UDE.dockerbuild
123 KB
sha256:f464aeec540460df58d85a7389dac4d8166dc92a09258680171d88e1a47f3cae
docker-ruby-nightly~ruby~V73HFP.dockerbuild
101 KB
sha256:902ec224520edb2679983fa73e5ff8a0e2354fb6834b0f992f31468d8787ec3e
docker-ruby-nightly~ruby~VMZRYE.dockerbuild
103 KB
sha256:052f1a05c10ab38a0d12d7d7f47e79a7e5d4fdfe062587a7e00d659c7e2a20af
docker-ruby-nightly~ruby~VU2GEE.dockerbuild
114 KB
sha256:9bc9146206e9c0b04c30075fd3cdaa20dd1fc22eccbacc8afc4917f1c9ee2aea
docker-ruby-nightly~ruby~VU83BD.dockerbuild
132 KB
sha256:c06a2c5e17cc3c1e9636e501927670290693856a52109c76f37677d24b7f6cb0
docker-ruby-nightly~ruby~YCTQH1.dockerbuild
130 KB
sha256:f2c259e67315a2c33b15a0fb76181101f7330b6af27cd092b7c1091495444251
docker-ruby-nightly~ruby~YM04ZZ.dockerbuild
102 KB
sha256:c6d572792e153ee64fa148cd5779ddf25c8aa08a67b98c14a356e9864ed29515
docker-ruby-nightly~ruby~Z0Z754.dockerbuild
59 KB
sha256:2e371f0f3669a4bd2b955546e6a082063633aa8189018064939427b827952dc5
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:d25a08fb0681c3faf010fc9d2e571d34f9b4475bd5a528ab155c2090cd59d975
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:bea0b6eef8fcb81aadea2f252a7c0ee0bbe24ab3506820ff902372be2d449576
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:ab198362e63ddaa5c00be7dd1cd2d8a964fcdc09d8bcf143376961c38842a750
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:dfc2a0b69363b53d1315aeb99bc48937f5a19c1f411d5b825566ca3fdd489315
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:bca80077db154651e9ec92ac686bda214fa305a08ab2350fdabf4d4e079216db
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:9262998b213656eaada6c7e31a79be1ddeaf5341521d55a84ce55ccde29cac7a
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:880a3160f517cc167811e28cfb4753445e5dbc36587c62a84e2d787133f4937f
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:3ccc219c23f5a4a8289c7a2874df0a5661f5ce29f3101e913ad3e209908e9e0f
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:d5e7bcfddc96fd9dcbf2b705d6645e78d5d646f7e18579cc4cc4df8a147a9039
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:c5ab5d0e2e5cba48bbd9aca618fa4725d51bf119593178511886b4023ce78321
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:d24e3e1f629b42cb13bebde7bac5556e129e94e92e514c4c15f129fecda9f9f7
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:5685ae73abb4e7b85d00d10dcfb0824d7d24e4e5899af05b366e4a764e19e13a
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:94b07fe4dd843a71c77c2cf876953673e5041bf129bb7d9758ae22b85d1bc2b8
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:5697e50a95b4770ee365797519e7e8458d6a195f4d82d9e6f78c33e23dfa13c3
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:b250ed14a897d0631c428ba366333ca7556be70b95bde7229695063fa4a01001
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:cb85b0d757c05d2d0a9fe1d920fa201415380a823298cddcffc7b9c3695a1393
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:4667b4ba9feb32afa3270918e68a87892e52ae35569fe68ca3b9d30687604a74
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:c2929298fa4cb04ea514cd0cd7812d472f35bbef684e5476cf681f0e0ff24533
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:c3d5fadcb6026f84b3e2587fcbba0a979dcc0b65bc851c15343af8b99a4d12b2
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:ec3d6ead72d2d7da412c1970bb6161dc6cc4928789eb7a0e6c9fbdde1318d26a
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:54bd4b6b1f08810b74cfedf878f1bffbf5e81076861658b43012fc9451fae207
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:e2ae06a07ef286375214f86a912b1c111f490208dd8bea229be8d30173adbf36
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:aaa32259b5b72f8803442ddef00328538c4807d890c1d119142fe530c9154d8f
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:a47d5511eeee5ba35b8ca15b731dfd487ce103dbf173469d3579d8d74d6fb52d
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:742cdeea72c5e46af310a2b4208521e80546b8f31cf88e60638428df13ad9c1e
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:8e0c1f09b144dd794152207c3fa98bea33c4f96cd31e078856e7b855609cf2e2
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:90e812eb3a5f106f95b945758288648cb4d95ac3c21f5f7c5719d77650fb6fd8
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:70edc71cd3e0eea3d61de5681b4ea30adb80c2b831d5fe4316b499db54ca064b
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:aae7028d2320e0aa07036518cb40844a1816cbc30d3372ed308845c95c19591f
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:873803b720ad073cf636996c1deb0bfe976921f683de3b22473a081256f0bf01
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:0fb67eeef8f2a75d1730d32a74eef00a5c0b7be21d5b1b8fbe5cd48d33817ee9
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:1a1b4f2d589bd6006553e307c52c82ee4ec3f92a62a442965f1aaf9e415d1ec3
outcome-trixie-linux-386 Expired
193 Bytes
sha256:331c2fd01aaf6d82a99c6e684b65e0be41dded3dc3f5648955a488a376d0aed3
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:5edb0f402275d59e4bf27de56ed7e1054e510c7918dfeba29c120314265f6e65
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:6479721717138ff7e1ad28095275f3bc95ee9fc2added62b770dab1a1b5f65ef
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:9b1527e259512b4747908e29182417f15166ae0a75bd7ef1a30b742ef66a5bdc
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:d280b975661631e82ac33b92ac78b901aee19d0351f5778f1ae5483f760b97c3
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:f284654e0a6dc687de6c122085c2fa4ce7f16880399aeee2c174701188a4b5e5
snapshot-master Expired
17.4 MB
sha256:681b64a6f9fae496921658992be0c132ee705cc37e6567102bf5ef3f4356b922