Skip to content

Docker Build

Docker Build #834

Triggered via schedule May 2, 2026 20:30
Status Failure
Total duration 1h 57m 51s
Artifacts 112

nightly.yml

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

Annotations

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

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:f80cbb79dc17467202f0209a8bf8ba8da3632bb1f4b0d55da8044943d90aef66
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:62d05e8864378f6fcb18983cfdc982b6f674f8abd41372fdc235e77a18370758
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:9458042c9aafcd82496b9d8f51fa403e6f30a644e861af04779c3e0f672769da
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:bde218ced5ffc37d74c9c50b58d18b8d724770bf706a8288e5629f5d748d9fe6
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:705007f8efe0c93c13dfaef91ddf479d8f3b8a79f98e35a1af8bc4b1f3cb2dd2
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:82e0ff7bf8dee030788ca652c0206d2efd8dd92eb4099587cb4fca3a6478c2e6
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:2e849eda0c3b88adf608a9f02573de5239592ff01bdd354a11eaf8bbd2f0ad47
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:baed51d35a3d583e1fd97946abbf4e8d7cb439904a1d0fc7da5e8c893aaa3511
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:00cc79e252d4151c6aba539ac74a52c21aa4c88d239253e99b052f92fd9eb4e4
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:d6996c0aa174827b419115b205c2d8ef12c8bfaaf9d5d574e8ac494034f6e085
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:38dcb302b679d68f9a87dbbd0f3dba3ea1c940762b08d22e1031508b58808194
digests-bookworm-linux-386 Expired
244 Bytes
sha256:4b9a1baa15258b81e3aa57d4c7714f19f9d5efe9bd099c9d6ab5e4e4719035a9
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:acb2fcfb64a909a9793efef69f93bb354fb258463c05f5621101911df9f96278
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:470ec4e3299d487bade66cdb882e22a0b826d052119e8a3bc70a29459e29b937
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:d7803c10ab55da969536592542c47a6b42e75d6b95c1c8ea1eaec9bb815280d7
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:325a7a93d6329c9b6ff8d15088ed649e3349fbd24363f13bc7a9053a7e818420
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:2667e8ac199b2a250d5d8ef36aaafc2445077edfcb5bf6cd8ac04e1f34a0d8e3
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:cb9c65e72970d70853358a30217129915bf6034612a59e7157db6ff939a1bf9b
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:9c87fb968148036e3038ab5313de5a7224d01dfa81663fcc65c050c02373c29a
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:79fa0dac639aec584b27fcd6ef67f276310fd47de55347d83b5b832b35e5a53e
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:3b620b80432464ae0be7a513b492ea099ef3eb872d4ba295cdde8d0870ed6a72
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:1c23d27d568d65a47b1b3179a7e687b5deff0c3b0f0cda1e682965d7a3908d51
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:7b4462937660ac5b246eb045a6681788a5d29501792f9026bf9a3435666aea6a
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:de728a4524d15f74eb369c12caef40d9ac2e72307cfbed83acbc3795731582dc
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:6e78d58b86052bcc2496b14ebe77a0d0599eac5b7f1390c56d4ce0d9463cad42
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:302fa568014313468ee263c113c401155fa15cb3f8034d49574104d6c7b70ecb
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:334a54bbb39f883d5659805d7ef3cc8803d22e77ba6a429b49dc00fb60e9a7c0
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:d5688f07515a290420d8ed6caf88bc03a1f6c24018440622e6c72e7fa7868fbe
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:874cfe45a1283bc41870c189d758b650a7de01a42560ff876d403635097bf6c7
digests-trixie-linux-386 Expired
244 Bytes
sha256:45d5d82b7509334cfdd9e449777f16185c07609ccf5f49126d4b014cd83fe85b
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:75dde04b000be726f046ad7a51abc6199893dfbff0dde3f5144275dfb0a1a4ed
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:4cedc339babe891a1d982dc5a5949325b539e457fadcc3ff2fdc1492c496faa2
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:493ba2b9440a79cd942eeddee1feee1121b193d654762451f9d985cdb0132ace
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:dca9cc5da58f460ded214a80255a6a3a68f0308048df1d70c35dfc165a6c7c9a
digests-trixie-linux-s390x Expired
244 Bytes
sha256:2ffee393ad13c71ec442c0a45057555d78a196547498d290c0d55b1027107841
docker-ruby-nightly~ruby~0AFEUX.dockerbuild
103 KB
sha256:1f7b666e7432287b1761ddd61d5ff6cd13f17996200f6fbfa504eaf4cf97de63
docker-ruby-nightly~ruby~6E0WKQ.dockerbuild
100 KB
sha256:866269e0bcaba4a4a21622236a775ca360e97ce764e0838706eaaed1b71d8f3c
docker-ruby-nightly~ruby~6XEWE4.dockerbuild
71.5 KB
sha256:770475289df54777f9f71c1c5c104cb29cc300460a7b89367d9311c771790352
docker-ruby-nightly~ruby~888ELC.dockerbuild
99.8 KB
sha256:77142959dd5f0043b288afd92223ba3502458b51054c8d0a3b2e384b1a575b0a
docker-ruby-nightly~ruby~8N8MHR.dockerbuild
98.6 KB
sha256:b2432acc86decbb71af2ab487a2691341323fc6b2b33a2ff7eee868d10f335fd
docker-ruby-nightly~ruby~96I3BN.dockerbuild
124 KB
sha256:21a25771259b75042dd2c422edd7960f3994ad7d1e8ed83d643c53d27a9278a6
docker-ruby-nightly~ruby~A1Z57L.dockerbuild
111 KB
sha256:db952cc14904179dcd9c5fc5a5990987c32343f8745224473cdb671c0c6e10fc
docker-ruby-nightly~ruby~CSHL15.dockerbuild
101 KB
sha256:ed0274a26e04b84cddc055c585f142890885369ce6b1b86d957644fc2a320e79
docker-ruby-nightly~ruby~CT8N66.dockerbuild
98.8 KB
sha256:c44a3c60cb6ec6889bb712f4059b43b22e996f00193aec2e242c258297afcd89
docker-ruby-nightly~ruby~DLHMWE.dockerbuild
103 KB
sha256:8bc46d0c10460529a4b91ae4b18ef6426588dd89bca1cb57d10dfad35456e877
docker-ruby-nightly~ruby~F2XWMT.dockerbuild
103 KB
sha256:3b76a55cc75de557daff329b948cd4f80b5428d35aa89c7604cccba99bbf9d77
docker-ruby-nightly~ruby~F58UQJ.dockerbuild
100 KB
sha256:50bea0e966d672b6694f043b2f39c7a41b08896daf939914c2f5051eea72aa61
docker-ruby-nightly~ruby~FGGQ4J.dockerbuild
99.2 KB
sha256:d665c1acc36740692386e6ccda9e4bd3f7c0780a91e5d0a623b2c91d7a8ed33e
docker-ruby-nightly~ruby~FSL2V3.dockerbuild
103 KB
sha256:238e2d2f441ed57e8b7e2b267b741362ffa64f561e744b3941425ab69d137ec5
docker-ruby-nightly~ruby~G8OM0R.dockerbuild
56.4 KB
sha256:dfcec98ee2a5d7568b406bdd1acf981764806bd9a8522b8ae396ae672aad166b
docker-ruby-nightly~ruby~GKX3A2.dockerbuild
103 KB
sha256:baa5f3445e53d8fbfc83300a47c27e8015b314e94a52627e4f0e3f58550f2ed3
docker-ruby-nightly~ruby~IPTCSC.dockerbuild
58.1 KB
sha256:f54868089f6a184472cede9fa4c20e74a7b36241246b872cdb05d685d23aea2e
docker-ruby-nightly~ruby~JG7F7A.dockerbuild
159 KB
sha256:ee13d9d6b6128377f0a5188a37907b4ff97e5b1bab1cbb41c5d481b9ffc43a3d
docker-ruby-nightly~ruby~KEAEBH.dockerbuild
102 KB
sha256:3b2401d8b9b09d1c6f39f37b1ec2ccfc7932fbcfc8c329ec7e553cddeed0ad7a
docker-ruby-nightly~ruby~L6KWZV.dockerbuild
122 KB
sha256:a2751206bcf2adef370513c6704073823ea4ceb3ce04789418ba9bf1396c85d2
docker-ruby-nightly~ruby~LHYI6G.dockerbuild
113 KB
sha256:0d27001d896ad6c75c8017792d06d454d37bcbc38ae15a0feec05bd8a0373ab1
docker-ruby-nightly~ruby~LPJME0.dockerbuild
101 KB
sha256:f8721ea6e4c66de8b275d29d6adb4244e2b6ba3e2c983fcb951b984e8258dd21
docker-ruby-nightly~ruby~LW23QX.dockerbuild
120 KB
sha256:28fc6bfcf26cf8da027a2737a11233796691032f2dbbcbf431e61790fdad6a79
docker-ruby-nightly~ruby~MO80N3.dockerbuild
104 KB
sha256:710f77fb9e75fffed42730182a7492a51cc6aaa2d68de81ebeb7aeab785bcb33
docker-ruby-nightly~ruby~NPJUIH.dockerbuild
118 KB
sha256:a82a436e0b340f4fb455c636daf5dadbd6f35fc47f3579b48d8db204e0ce7329
docker-ruby-nightly~ruby~RVDW5G.dockerbuild
134 KB
sha256:cbc98ac73f02e8a1f52af37a6393016fb3b974f6f30124c4a74042d43b91a3a4
docker-ruby-nightly~ruby~TK4LJB.dockerbuild
149 KB
sha256:899d1ea61d6fb8378471c519a92a34b70c4800889ca72df5775c6891c2a24566
docker-ruby-nightly~ruby~UEMX4F.dockerbuild
98.8 KB
sha256:c640452b721300aa8c8b9c8da9d1f6754455f0bd04cb63f1164f734fc42c96c9
docker-ruby-nightly~ruby~UFLWQS.dockerbuild
128 KB
sha256:2a2c85c8fae34c6d053fb192295e47ff005fa5575b8fbece68517adf72b9cd82
docker-ruby-nightly~ruby~UHH9JP.dockerbuild
134 KB
sha256:ee0902633e402311c6d293fdf5400e06139f9f6822a1b39af62c9e86e585bfbc
docker-ruby-nightly~ruby~UXJLZB.dockerbuild
110 KB
sha256:4d94c787526017bcf6a7301d7440c8b9eeadb9f5cb8dc1a9a36140cb292a0d15
docker-ruby-nightly~ruby~UXLOBY.dockerbuild
123 KB
sha256:b0475d336e72b8e2428637f48f80e49ad8017726b58eac139468204be812260f
docker-ruby-nightly~ruby~VXBISP.dockerbuild
100 KB
sha256:339f80bd48aaca0f18e4b2658c608378940f47a1b1111fbd3b2828111d270fa8
docker-ruby-nightly~ruby~VXJIJH.dockerbuild
102 KB
sha256:0e631c6a51f068a858a5f0497b5d5f388f07fe48156429c834e62a5aeb4f1e3f
docker-ruby-nightly~ruby~W52CBC.dockerbuild
102 KB
sha256:6f55a384b37d122bb4d5a739f3341bb33b2d1026535371bd180393d592428055
docker-ruby-nightly~ruby~WFAIS6.dockerbuild
135 KB
sha256:ef0e493198ba6b99ec50e8290afa4f1372507b001809edeb8c424894ce8236f1
docker-ruby-nightly~ruby~XKNCMQ.dockerbuild
123 KB
sha256:66c69228742680cf40c87c4f389976af5742a6f0ee712909dedaf1607d06ec55
docker-ruby-nightly~ruby~Z7V9QV.dockerbuild
125 KB
sha256:0a021e4c95b39e524bbc79d7f604fa9e7c2db9a09638b1ebe9b104b26bd76543
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:36dfdc641d3745b291914001067d6b47f16341036f8ed23352b7e553df076640
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:deaaabe47d17e3127f03b269a7d0fbd6fb0fa34da7f685fea6b75d7b686ba7ca
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:46b81a02449e37e1d1d0e40575ce9e4a2c68e9f0e8bf9decb74ffa0132300fd8
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:75a823b7486bab13d77d4f886561b097feedc7268bb3411303f5b9616bc833e7
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:ed20e720913bdc0d93b4d21ba0aa95365a593d0c065a5f6b222b01b997dd24ed
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:07580ac3288ac71716bb91c66c9f43b1b59275ee478eb182dfd761b4fa86fecc
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:326a8d30313d458d567e857cdded4d0987f58d8ab63bf654e4a068325436b417
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:026048bf7655201dd9a527b31f077140e0e11253361c24021e3413ddd70b1156
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:f501c8f9df4f79b7cb7988f1a6662e619ddc3638b19436eacfca0cdaa734eeeb
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:fa8cb4358c68df5f4683b8843cddc88e27731cd45057cb5a1c99720ebfcc2498
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:52603a29415c41155de4ed74e96329be11fc775348f73fa4a71d2e45fdc65e66
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:0f8d8f0b900acd84936effb0af83976db3c3b373080ab25a3d007ba2dcb4eb4d
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:d19acba74600635d247b419b7b633883233e513342e342b04eca0697f0088559
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:a7718d8bbba40f1d90edae92a1c4bc8e5e0735a16f8cde036a192a5edaea7409
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:a49089f71b036728651e3d03c98e868c7602550cda30696ffdc3a1d52460571a
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:3f2a559dd8cd4d7139a763cbcdec6bc80cebcce994deb2f14f11d1a2c0938faf
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:23fab9669cad5f88c2a3a104364216eba6a4624c1e0701ce1b6bdefcb7dceb33
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:c126ee29fefc63c315e275e074f99d29002254fbd40a66e99863bc7135519c06
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:c3fd97561bf8fd1c61e51b97ef512a61a9b8ba935955e28f62de39a8a7449a09
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:ebc7f81dc24be57ef2c39d0543cad3056d23c3b25fe29b393b4e27fd9c36b2ab
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:b139099df3ed86f6631e1e352b9988a032439bdf7057a97e91a73b5977f9920f
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:6b92968601fd47f6e3548d03fd4079a5dd3104ef44b6f8517c023a2043cee9e0
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:899141f5785bf126c7f87c4632fee95974f10c16be72f272c2d43a90d32e9e7f
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:b2dd88277e88feb2a371cca55539ec434ab9e5c84882d896d1e933f14fa65cc5
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:ea644b1ae43b68672088af3b18beacbe2cbf7544b42e1782d04aad7dc38885e6
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:7223e9921c63f8c3b0e0f08cd736168f072f692eaae666f55c32f98313c0426c
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:7efed148e834861b4c6f16174a24e5439a7211defe0f40445831722f222bb940
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:283315b97ac9e4f94d0982154c33a7f841d4e8491e793c44e50df7b6befbc818
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:32ac2c96ca001c65e0e2ee9dc3aa16fbd3ca631b4ef8077ad63f9bca45d0d109
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:bbbc6ae8e3445e3d7477e5f54e5b9ad4228de200819f5d8d32bfde694db476c3
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:57c83e3434008f20aaa802dc677948c2cae03524afbf8c66574c52700acc1501
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:3101d1bfea34b7cae1d76ca7a270c28ae95014a26879aba0b362e829e9b82115
outcome-trixie-linux-386 Expired
193 Bytes
sha256:a7c7906cc08225b995cdf2eff1f0179d738bb438687a9abc6b702a05886978b1
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:785f2b3cd43188ddbd075baeff589f47b0311cdd219c50147f28ea428e7acaf0
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:947d0c245a565e1545171612ff512257554322c75b8ba8670687d8fbc7fbec12
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:a1879cb155ee55eb24700f4f06611bf600ad2a9a70df52de0ebb3a7ed7d0f175
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:1238214b9410810a8dbed70c3bb536a1bcd362194e67a3cc049c9e822c4e6a57
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:1085cd2ae2100396fc3a16d93c5331fa8dd7dc88d6434ea6c2542529396ee33b
snapshot-master Expired
17.4 MB
sha256:8ec3cdfe2c9d8e173db7cb507237c90e0568b6983da28689f25e4084652b7958