Skip to content

Docker Build

Docker Build #851

Triggered via schedule May 19, 2026 21:09
Status Failure
Total duration 1h 43m 29s
Artifacts 113

nightly.yml

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

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

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:e63ad4e4d6b033284379a024f6cf82d8abf5d3992c92796bf5814252e8e9a1fe
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:13619799a3c41c15440c245c1b98636a4c9fed08f421e87b390a7310d7ef19ca
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:5856e72ba45251ecb1744252e9e90475dc1dd7f3bb2bcebb8dd8415d15443b18
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:de10fadf77776b90a3a3f0cda87aec4080c15015c15185ad1ed421ebb7c46399
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:fc02d9b79dbb7cb7d344dd367c8e12357dd3f7c4ec40fbb62c3872248279c52e
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:561321133ce4eb7c7f494ee1274830e9516758455c4ec889099531fd7a7b1e6d
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:941778f82dcef7778e5bae8373a96f0361c4b92c9fbbd40662dc411ee0ca7eff
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:5b4de62496cb95c6e59a3a26135f23da2a3b0633a3ca23e070da8cf38898a152
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:39fd16fdd37b2565084f5bb17cdd7dbab9d62b362f7e2f460576b4cba5012438
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:31f38d0eef6f2cd67cbd45e988e05982e042be5e2d28a5012b22c85ef7ee7fdb
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:c65fc1dc875760847f6030d227ed94be0f4cffcac1332097e422c30f26cd6c9d
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:7b5ad40ce0c10bfaa500d4e4b779e76f183e7c31cfd8ff4fcd2e3f9d1c857b62
digests-bookworm-linux-386 Expired
244 Bytes
sha256:cbda7a7e980b5863b2fb5550558fac62308583d1ee0c96b325b83728bbe5d9d1
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:81031a7d7fa23a846faddda44abddb8d70fe9b4b29d99150782ddedb8115099a
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:1aff15e49b67cd3a0a44a747f589f22e65b54579726ed75f0a457c0d47586b5b
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:1ec980c6487dbb257e13838c2581a729ee2d0ec794506a6322fd938f2d2772bb
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:be6ce64e37b3e82b129e81459a0ba2d6d4dd2edbe7f3b30349cb6f59d5367bb0
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:04a44b9615c1c978091cbc2358a7f2a81ba310624999671a66978786db10dc0d
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:26e3670f67c420646284552054d2ee8aa3707df28a22b2ac6a6877f6f762815c
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:27ad0f6deadac4a67bd9d8cd36a571ec53e936bd484430a59cc7bda4f1a76845
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:b6efe0f697102d2184db65963b0b19c6f3623a2101563f14f32f175d6aafb091
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:647bf3f700870509cafb8c15cd4e3200c9650f674f5b3cfd9816b594abac7484
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:7cf0c0940dc25c0abb55aa29bbaaa998941be28359eea905d4f3c78686fdeee6
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:efa660e75bb3d58e3ac5b2a10d7ee131a42de80059e28e9942186fd66ad297e8
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:1e301c9fa9a24141c1bad333abbb0525b319f2b384c393906cb8a4fc7bd3a878
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:4784d8a1610637967e8fe6f519fca03926d3f5303d2e3aa20cfa8cc3d30eab64
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:673bd15e75b73ad926937a88871f6e922bd3be46fbee303a5cf13d06e8ae96b1
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:f92926deaa43b4d3a1453d71097a45ce38e686e165e6e3dd389fd4557b5e5fb6
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:e64239e299641c2be8529e357653b9dcca3057f5910cd2a0662fef0bde78cfe7
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:14748fb21046de1d6865a1c598c08e112d741b258d8e7fd331b61f304d0a0150
digests-trixie-linux-386 Expired
244 Bytes
sha256:c7f797adcbafa6588977f76e31a38df16f6ecdfb012544c2e68afb27b734132b
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:8978ce1a366ad8cb0f97a0cbc9626be8be8196b1a05275d6d3d50a17ed4b00c4
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:9d01e200ea5c0bff8d757cd8836f72e9f50c2857af28e935612492496f40cb26
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:d2c488cb1ad3da7ffc3077a42df9dc070d22bd4f41e97472537f43ffda2bb244
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:8d324e2669ebc5e402946e5b9dfe7ab0189baa2bac90724867c3bc46c50968b9
digests-trixie-linux-s390x Expired
244 Bytes
sha256:dfbcb029b984881359257c52084f36794baa0da5a413699f4b5f5a8575e3ab97
docker-ruby-nightly~ruby~0SXS30.dockerbuild
102 KB
sha256:22a13cba078c40473608f935ef9e311504791bc7317f6ff46406be2c1555d16b
docker-ruby-nightly~ruby~2VRR4D.dockerbuild
103 KB
sha256:6bd18fff4370a89a23aec7dd81b4ee22857e3b6c662d502f4c33545381b94c67
docker-ruby-nightly~ruby~3585SR.dockerbuild
138 KB
sha256:f1bb318664e4c3ae6bb05264e595f14a6b53f33cb26158cfa4250ebe27b79a6a
docker-ruby-nightly~ruby~52297B.dockerbuild
128 KB
sha256:086c51645090aa463cad1ea530588e509337b5233d3542551a1c464edc1b3369
docker-ruby-nightly~ruby~5CMSEB.dockerbuild
122 KB
sha256:131b78654249f277ec1af72dba8c054dfb069efcce3aabfffb0e6b0e3acf8610
docker-ruby-nightly~ruby~7O0Z8H.dockerbuild
120 KB
sha256:50c70ecf76c80ad902c37255462f8035f7ab436125023c0b1b116f3cd0492174
docker-ruby-nightly~ruby~A0IUSU.dockerbuild
115 KB
sha256:967dae6073b61eb01b4e9f04f9e22b09304c5ce226e1dc7a570d7e55a938fa2a
docker-ruby-nightly~ruby~AOQO3U.dockerbuild
105 KB
sha256:dba9f0450470de0800d97dde4a2c7136ce1a4de169e2ded1f915d8a43f457be3
docker-ruby-nightly~ruby~BS2CK4.dockerbuild
116 KB
sha256:a356b3878e236671237e70557ba4ffc0fb63ee3fbb2630857189f6cd4d1e4db3
docker-ruby-nightly~ruby~DVEG4P.dockerbuild
101 KB
sha256:58fa91acdc691fd897437d68e94f50dc8a70010ad01daa8e8fa23c77c4f7b43d
docker-ruby-nightly~ruby~EF7TVQ.dockerbuild
128 KB
sha256:404651e9bedb44b2f5301d68c6b98935f2106bbf90d8a832d92197226662ddcd
docker-ruby-nightly~ruby~EVPJT6.dockerbuild
98.9 KB
sha256:660ff0a7753d486c6ef415ba6415e6e28ca0b7eee313c414d01a98dbf7defd7e
docker-ruby-nightly~ruby~I7GRYT.dockerbuild
98.1 KB
sha256:9f32831619deb9d65641c83e68fa350816486654f43c9f3d90811d04fd1610d2
docker-ruby-nightly~ruby~J3MPHQ.dockerbuild
128 KB
sha256:99b3241e4ce0e2e10b4becf38dd5f80004fb2d51534c7dff30a5f4a98d7a49b2
docker-ruby-nightly~ruby~K9Q463.dockerbuild
99.8 KB
sha256:da65ff9b72b69032285068fcaf5995f3f50cce3bb0ea85dc55c6a7d922e450e4
docker-ruby-nightly~ruby~KDOU4B.dockerbuild
101 KB
sha256:bc85811688c35f2b3a37961d874415fed59d03ed13eecb6e143df34c924c019c
docker-ruby-nightly~ruby~KMICF9.dockerbuild
100 KB
sha256:ca48b9ced581f4e8bd01f57bc814eab048f903a5711c119ed5aa454107a249fe
docker-ruby-nightly~ruby~L4CG57.dockerbuild
123 KB
sha256:1411495745a2ea98156d56a0d45bd1743f3dd8e011599cc2222e4ea5aeb0f5c5
docker-ruby-nightly~ruby~LIGETR.dockerbuild
105 KB
sha256:978d2a086bf68b2d968ffcabb07e340bbe91a84a604683a9878d8e7a262cb032
docker-ruby-nightly~ruby~LKVA4S.dockerbuild
103 KB
sha256:7ba527f8b39a8a9b8e9f7d2cd0f1fda789f9b717758a2ac365b23b73d0e1087e
docker-ruby-nightly~ruby~MBRAPP.dockerbuild
100 KB
sha256:af602996d50d3a82d96f55c7d695e55009aa5422f82acd32d04c88f69fc4ed75
docker-ruby-nightly~ruby~OEWRXJ.dockerbuild
133 KB
sha256:8e7fc298b730c080b2c36de59054777a9eed70925e975692ff937e651a0bbb24
docker-ruby-nightly~ruby~OKLWTU.dockerbuild
162 KB
sha256:b3fe5013d7cab6eaa598789aab94c3064f88729f6960c93d2ba5271a52628497
docker-ruby-nightly~ruby~P06ZNN.dockerbuild
136 KB
sha256:1c7d53c4bafac478c17f1a38d2e6866e10bd304dde5ee8af7b25b60b2fa4d097
docker-ruby-nightly~ruby~Q57FE1.dockerbuild
59.1 KB
sha256:539adcd9179767d7019e5c8e93321180f17e7bf3b982e67bf26de233ad5d55ce
docker-ruby-nightly~ruby~Q72ZFJ.dockerbuild
104 KB
sha256:8d6acb31324e803923bbbeed9bc56ba24ee7b7d109244447beb61883dcf63ffe
docker-ruby-nightly~ruby~R3SYU9.dockerbuild
100 KB
sha256:4ca9a105495fba0b24c52f040979c948bd4284d2b03ce782c6e85c2917a20f2d
docker-ruby-nightly~ruby~S8V56B.dockerbuild
104 KB
sha256:ed060827269a21eec1a9c85649ba62e3167476c6c93c692cf18693876ccec8a8
docker-ruby-nightly~ruby~SPK5SD.dockerbuild
102 KB
sha256:c3fa56e201460faf09b41721a046d7299835508f6b0e5b841e4e25e6107b4c20
docker-ruby-nightly~ruby~SWAL36.dockerbuild
134 KB
sha256:e6ec4b839541c0a97c9b21d742b8ff988a7523fb5e381e325edfdcc0a5676400
docker-ruby-nightly~ruby~T2VYMG.dockerbuild
97.9 KB
sha256:0ea5ba5e8708d69aa4093013a609aaa025c716d5ae402f198699b36b896a7c75
docker-ruby-nightly~ruby~TR1QA7.dockerbuild
123 KB
sha256:9c4cd35fd5b44a60789b5e0b6a0aaa06bac59d3ced4122c60b0dbc3a18eb7859
docker-ruby-nightly~ruby~U9BNI0.dockerbuild
105 KB
sha256:e30ae7aa5462a9f847e00ff6f9b5c24b787ee035a28dbd66ef96a36bcd4a8a62
docker-ruby-nightly~ruby~ULH3N0.dockerbuild
112 KB
sha256:4d5b307b3b87480db2f057260ec83565c779dfa7e6b518668dae1ea3ee461674
docker-ruby-nightly~ruby~UY3Q7Z.dockerbuild
156 KB
sha256:fc08e049b6bee67de7deaa4680829f4795684bd69a410ca899da8c677d555bb4
docker-ruby-nightly~ruby~VOR3DP.dockerbuild
101 KB
sha256:870c8c4240372cef1d803570417d75c225798cc6029eb6d267a32e315df20897
docker-ruby-nightly~ruby~ZLWG4J.dockerbuild
104 KB
sha256:ed7de41e5d094cce3ebb0b8785e0744a0ccfa37e0bd1b78bb66f46d85b45ad2a
docker-ruby-nightly~ruby~ZVA47R.dockerbuild
61.2 KB
sha256:75e704541d0faedc8b93c10226df60e3f3c605c8df7923d2eb74a54eee291289
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:dad2631f547c9bfad427322d21022d05f9c31848195399a62bac8bcc0bf28d19
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:9fd1ff706a3936d340e1d6c732a7750e8ab39f7c834f9f574764d4fbad59ddf9
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:661dd7b420ffa19b3eba8803b847ee9989676e1604646ada0e16dd6ca6c4d456
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:3179aef42f56d24ca7cdc3eca3daecd31d5c05bac2a6e6df126023e7b81505c0
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:ea2f9ce3ebacaf6850d62fe5f27edeb73291f5d38d6f53442069f7b0091794c7
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:140e47ed1f70ce5bd72d6c57a80866f030455f5aafb2c2477943b1f50fd8b419
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:d7b4d72089f831d8d3c63186d497b500c68bbed97f09bd452dc34052ccaf5d77
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:bc6870cf91ffbcb6a00f267397df99590d42ff3a9fdc1a2b434d7fc8d9b88300
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:a3e84afcb5e13775b868973b1aefb4e5877fbd46cc19a98df666510c03825ba3
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:efc6ff020fff134d32b9be7dfc98989234e891df7e01a43739729d7d53110913
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:84598746d1009c615aa3ba89ba49f163dcb74c0efd1982d297d50abd874fd2a5
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:3d8ae3bd52fae02f1d78b0f1e39292869867dc6afcf3ab43de1f58b30292ee4e
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:06b55d160ed3e48b6584b8f65fbe17880f7488267e3230d86f493f2f3db8ce7a
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:e045e5392b0b469afa2229424d5e5a6120fc8a6ac97c10f40a62c164eb09bb34
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:97f3aaeb1fd764aa40336a862692b0acff1ba3d80dbf2bd0c764584286ca78d6
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:678a78ef8e113156d66958f90e3847f761341c532ef9317c90ba4353e58e5367
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:f64db6994c7e755844c8554007566ef06cb397600bcef5542d244dd6204c0119
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:3fe8eff5c14bc0bb9b71faac79223612d8b561210cae809cb5bd75ac245fbd0d
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:2cd7eb7d229037aca0a416515f083c1aaa974672522bb805b12920fda15d5465
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:4aa7d812fe958aa0e1346a084bf200503bd0b07deea0159210e29e3e048876e3
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:e3580ee943e7eb61e8a24292e9c535d9c35ee0729c31520cb9c6b6b954b5d8b1
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:b236be340dafbf5cab0f21ee1362310b607c1ec0e87d5e95064c47f8764e3f1d
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:402e1ed300d61582a4e90f0eadbcf6967aabdb11343bad8bb88ba5e972e09691
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:fa6ee97737b6cb2b7d76a7cde8751a34a24c84eb1927692abbb6be3e8d0ccd58
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:69ec13236246d1d5e42d37097e5fb5128f91a31b7ab5f34d97a43b6b0a4726ea
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:7435c64ad5dfef8521690934764fbdbbefde43d8ebf3c16c45243a641af24e88
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:9bfb7783e38d0d7fcc09997809eeef363950cfa2ab4d09b81bf27e32617f7e71
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:d550cfcd66aa49119ca1b86c9519a8d9ba90b0a0dd02474c5d7e0a2bf175f369
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:bc48602343c76e00f988d00fa92f9f20598a26ab5a28b27ea41475cbf8a7f045
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:e9caf7974b2c03763f2aa23813320fcee55b62b24dbd7a26500190991d22de0d
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:e4432689aa334f37e9248b535a7dbe5888ed14b1c569c72f72688e57b8f61764
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:68ca28cf33c934146ad9fe2d143a3ea53c7d8ca16cee7530a0b1fb41d9f16cbd
outcome-trixie-linux-386 Expired
193 Bytes
sha256:9aac6230a2e0be5304da2f3016e8993015b24333467d7afaa5e6eddc57d0ea27
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:c9b0bfd11c0bc0b81e3b8ee42d23cf72e4c880809f619e5bd04616b5f87a2e82
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:1caf1f2ae8b1b16ba1c6224f85d96bde546cc0abc35a82cc6f3db515fc4e7aae
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:35d34a39ccf1ff51edfbc7ac778eca76dfff36d72a7ef654d93682fefef9ac3e
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:284a0fa9553ba0b152000e3090b2a8d106ef5453dfe40bd17f8bb2a08be1148e
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:84dfc492ac596d7bbe4db81fb6c4d94a185177da2ac722be5edfb7017759b327
snapshot-master Expired
17.5 MB
sha256:7797dc67f8453d0e2036507e7af5e5da565e76f68af0ef3ba3a36effef510799