Skip to content

Docker Build

Docker Build #875

Triggered via schedule June 12, 2026 21:22
Status Failure
Total duration 1h 47m 51s
Artifacts 113

nightly.yml

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

Annotations

2 errors and 76 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 save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-trixie - linux/amd64
Failed to restore:
trixie - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
trixie - linux/amd64
Failed to restore:
alpine3.22 - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.22 - linux/amd64
Failed to restore:
trixie - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
trixie - linux/386
Failed to restore:
alpine3.23 - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.23 - linux/386
Failed to restore:
alpine3.22 - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.22 - linux/386
Failed to restore:
bookworm - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
bookworm - linux/386
Failed to restore:
bookworm - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
bookworm - linux/amd64
Failed to restore:
alpine3.23 - linux/arm/v6
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.23 - linux/arm/v6
Failed to restore:
alpine3.22 - linux/arm/v6
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.22 - linux/arm/v6
Failed to restore:
slim-trixie - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-trixie - linux/386
Failed to restore:
trixie - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
trixie - linux/s390x
Failed to restore:
bookworm - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
bookworm - linux/ppc64le
Failed to restore:
alpine3.23 - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.23 - linux/ppc64le
Failed to restore:
slim-trixie - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-trixie - linux/ppc64le
Failed to restore:
alpine3.23 - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.23 - linux/amd64
Failed to restore:
bookworm - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
bookworm - linux/arm64/v8
Failed to restore:
alpine3.22 - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.22 - linux/s390x
Failed to restore:
alpine3.23 - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.23 - linux/arm64/v8
Failed to restore:
slim-trixie - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-trixie - linux/s390x
Failed to restore:
slim-bookworm - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-bookworm - linux/amd64
Failed to restore:
bookworm - linux/mips64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
bookworm - linux/mips64le
Failed to restore:
alpine3.22 - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.22 - linux/arm64/v8
Failed to restore:
slim-bookworm - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-bookworm - linux/386
Failed to restore:
trixie - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
trixie - linux/arm64/v8
Failed to restore:
slim-bookworm - linux/mips64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-bookworm - linux/mips64le
Failed to restore:
trixie - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
trixie - linux/ppc64le
Failed to restore:
slim-trixie - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-trixie - linux/arm64/v8
Failed to restore:
trixie - linux/riscv64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
trixie - linux/riscv64
Failed to restore:
slim-bookworm - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-bookworm - linux/arm64/v8
Failed to restore:
alpine3.22 - linux/riscv64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.22 - linux/riscv64
Failed to restore:
alpine3.23 - linux/riscv64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.23 - linux/riscv64
Failed to restore:
alpine3.22 - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.22 - linux/ppc64le
Failed to restore:
slim-trixie - linux/riscv64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-trixie - linux/riscv64
Failed to restore:
alpine3.23 - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.23 - linux/s390x
Failed to restore:
slim-bookworm - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-bookworm - linux/s390x
Failed to restore:
bookworm - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
bookworm - linux/s390x
Failed to restore:
slim-bookworm - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-bookworm - linux/ppc64le
Failed to restore:

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:d78e7599b652221c08bef235044c01eef621620059e0d5d000a08cdbe13dab68
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:8e9c7593960f91b745656a1ae588180831e1db32b8798e88d764a5bdda3dd022
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:47c89a5f2c069f04edd8d91fb54e216f07bf85996b2f7351a27d202d1f10842b
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:9715877a65b1c40d4167c9992f6c31a5e600d4a43ade124f01f96907be9675a8
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:1553558c46cd207a54a58fdcf079985d4478dd78fb46fade8fc24f93fe13b184
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:e23c92b042f030f0ad4025dd6497c952ace211293da3214e68b3ce6f4cf37e78
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:4982e69771006f8795cb0b17de92045cb77817e180813d6e0848f844522cf28d
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:da3dde1d412b2017840fb5bf26d03fc9b979dbefa689de02aa8e998027e6c7f1
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:dd5905541a20477d32595520ec946f0257231f3f9aa6d3c325ed4e3546d42dc3
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:bfe26f275d8ecad9e9d6e39e155d4ddd3081dfa565e55c5c6f68dd78efdccb36
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:4b0f8fa44f205c53c299afbf8b2a4175fadc95f0f52605895208c902a47e88ef
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:e5028e6982763b673cc2dfcc9dbf42bf3629a8f8fb77ebbfe884881a56e0ed15
digests-bookworm-linux-386 Expired
244 Bytes
sha256:387c95d3a1b8d2c9f697cc28412865b21d6a9d93f49be4a4a08dc3620e0d750e
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:a2bc859aaa776814519ed1ffcf018f534c7524643f951d6c30ee6be425e9e519
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:c9f215786e4db01493f6e431310610170d7027c50ea1fb2641d81b6fe1b282a4
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:c529d1fcd338dbe5ffc54fe6518b944b91b378446e067373e424f6c2da7adcf2
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:efba833c9f2736da132587a2f8023ec2c8886a23a6e68e14c6a3149b024bc4cc
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:1981036843f9160178e89aebe3a68303dbd5b8f84b8a20a8a28e5b054bd0d2cf
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:697d20fcb0403eaae1421ed5de90c3edc2223dc5f3d5183ce9183718de761984
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:a146b69602d98f23b2ae3f9e63902752190aea2dce3ff4d59a24d3cc3848bc19
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:7739bfdb13bae036a66e2ac33879764d5fb26f68a7ca30d142b5d8b6ddd79a56
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:e8202183a840fbc3a42a1ec038b09557b91b8ca44aad6d5d24f34601df5e3f48
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:de8747176e31a3fdddc12078fb15a0800f2ebfaa9e26add2f85386153f46c5fd
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:8eebf020ce5b52e892dc8b21c84a7dedaae591c07d840ec09c1eb405c3204fd7
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:7d2714630e050f3758244cdaacab5918e9cf112a71660bd282039c62fa5762d1
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:589ad8f87290173f660983335865d66c7891621afcdc3642946033cfcee80795
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:331a46dcaa0001893b9e588628068d5c02029fbf6550fbee268ed515ab2fc0e4
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:04c3c2293feead1c9547a0f3ddf8f14fa5ba7d53e5b22f4608fc6b15ad897493
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:2f9076a3fe0a758eefabe3625d3d0800a854d8eb386a14e1edd96985ec2d4191
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:0684894591e1eab0050d2f51c27bd5c7aed1720dc2d4f8ae7024ef77417d9a05
digests-trixie-linux-386 Expired
244 Bytes
sha256:6697dceff78e67d198f0cdae34eb94811873c3cf4e750f30035c38f1c00bf878
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:e93832f8fbc9fff579817e029621d5095977c37b7d88b25abedcd29eebe20efe
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:11cd051041149dfabf3d66c16856a55509e416cc25f1b19125e2461418ced944
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:58aaf989c6de7e28da40fba502145de4d1c56cd9845652248eacc665083b3b54
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:101ccd5f6069d472ce95ea14c30de463d8c0bc23a816c614d0cbacea7f08797a
digests-trixie-linux-s390x Expired
244 Bytes
sha256:31c7c38e787cd0a670c8ad7fc7f4d48c4def7185dd318d9677a0b28f3716c02b
docker-ruby-nightly~ruby~0HJ274.dockerbuild
98.1 KB
sha256:386cabee7a3e94d9fa8a17015d2a13c739558b5d02ed2972042ce5c0ed2d4fb2
docker-ruby-nightly~ruby~0JPG57.dockerbuild
103 KB
sha256:8480db7b0c804f5d9adb1ff1d86abe48b2289fc874af53102b07975a6aed016c
docker-ruby-nightly~ruby~171QFT.dockerbuild
105 KB
sha256:7e03a1539b9876dbac8b993685701d94d8fbbdf25b1a2f48e22927e80fc8bd1c
docker-ruby-nightly~ruby~3ZQFUU.dockerbuild
98.8 KB
sha256:10fd6989d282f6f36240c9fc2ab5b2aeaf2b394dc3bd65741568b34c0474e233
docker-ruby-nightly~ruby~4RR7S6.dockerbuild
115 KB
sha256:c779721bd7032f2e3d9f043d53aac7cc8bbbdfd09ccab2a7cb9983a4599db120
docker-ruby-nightly~ruby~9RZM4I.dockerbuild
133 KB
sha256:5c3812f5fdb9c12aa7be4b27e216e13221042b02603e74cc5c38ce63b3a7acfd
docker-ruby-nightly~ruby~9XA8G2.dockerbuild
112 KB
sha256:dd37a038d9e915f8661eb250fa065fca62524400c281f8ac94579c92d8dc3800
docker-ruby-nightly~ruby~ADTCTT.dockerbuild
99.6 KB
sha256:706745c47c75ec45cecf37efe3fa1e20e8c5a17502830bc19ddf8ca9573a3352
docker-ruby-nightly~ruby~ANIDVW.dockerbuild
97.5 KB
sha256:6852d395e6586262f2ac0d403582009555959f9397cda31e1123af9c29a992aa
docker-ruby-nightly~ruby~BKWK0T.dockerbuild
124 KB
sha256:55288ff367a3b12d8dafde128731bcfca140a9134aed096ea4eb852ae4c0266c
docker-ruby-nightly~ruby~GITIVX.dockerbuild
159 KB
sha256:bc97bbb0e2e59e4119929eb55c2f2039bb81ef9438d360ac0a6f57e6b8568907
docker-ruby-nightly~ruby~GXMB1D.dockerbuild
129 KB
sha256:3ba3f8cdd82ad701dc65942654627386a58352457860bfb95d08a4e1926998fc
docker-ruby-nightly~ruby~IV8XAR.dockerbuild
60.3 KB
sha256:a7c0628c7b556564b7aaa4a1e96896c349f1cf7917ced5a576f07c6de49dbf27
docker-ruby-nightly~ruby~KNJRC9.dockerbuild
113 KB
sha256:3e68dd1fd0ee405ce8e2ee8b9a6a18422c24a1aae011aedd7fb64b7148934f86
docker-ruby-nightly~ruby~KNXMI4.dockerbuild
136 KB
sha256:50b332a4d29252eee1bd4c7e13a5a079b8e81be4b110e5f3126cda3613db1a9a
docker-ruby-nightly~ruby~LFK10X.dockerbuild
98.7 KB
sha256:045177bacb4fe0d48f2cd9d598deacc1fd58bf71a329a10e99d67b9b7d68786a
docker-ruby-nightly~ruby~LNTRRM.dockerbuild
122 KB
sha256:c4a5dd98bc08b7a9487c4973a9a14f1d6db4e4a9da1e1f4a3a2f78b1ac9f04ba
docker-ruby-nightly~ruby~NJ7RY2.dockerbuild
153 KB
sha256:680eb4004aabafa3430101dc98382185ca52a14f565d8f2473f6e0d6c2da0ef3
docker-ruby-nightly~ruby~NTL2AM.dockerbuild
99.7 KB
sha256:ca085a0c53edba28dc803442adb2ee0fa2fc0350ce83ea790c386b3ea1c26a60
docker-ruby-nightly~ruby~O7882U.dockerbuild
111 KB
sha256:b128c95daba2cc7639ff7fc2830d80b9e7aacb9949c6d32ca41c778005dd439c
docker-ruby-nightly~ruby~OX1Q2T.dockerbuild
59.2 KB
sha256:04c835cfaec7f5acd6069244565430d9ca5d7ef518704d059aac5fb1355687de
docker-ruby-nightly~ruby~PQQ473.dockerbuild
102 KB
sha256:b3891e0a3e7ddda4cedb580c5a955a7f9b19493818dad85f62a42df336a95cf6
docker-ruby-nightly~ruby~QSTJP3.dockerbuild
94.6 KB
sha256:1faad3842600cf71ec74fed23be5ad02f5b901484022ea400e02da184487481d
docker-ruby-nightly~ruby~R9MQBF.dockerbuild
136 KB
sha256:e10538e3600b2a77781d8ce171b5ff4ad418cc4168e11ba4c05bae171a008dc5
docker-ruby-nightly~ruby~RXA1NS.dockerbuild
100 KB
sha256:f3b5ecb652a93618e5559625da6d2b54517ef0229b5e55bd4f521656f7c59872
docker-ruby-nightly~ruby~TWP8J7.dockerbuild
101 KB
sha256:3b6c2280f3aa6f90abd93ffad5e51f2ed4432aede2d68f77ed66308010e985d9
docker-ruby-nightly~ruby~V160D8.dockerbuild
102 KB
sha256:7ad393c705198dac636e8359aa0657f290d7ea9ff3f06a63fb283c80f89fe3b4
docker-ruby-nightly~ruby~V99S49.dockerbuild
98.9 KB
sha256:b8dcbb2aa4b162329ffe361e6bb00fa14f3e3385b4fb70e8f1a02e2f62f265f4
docker-ruby-nightly~ruby~VNGKZG.dockerbuild
121 KB
sha256:cd7ba71ae5b8432c6ea1c065763185c000a80d7edb58012516324c471a251d38
docker-ruby-nightly~ruby~VTBK7U.dockerbuild
100 KB
sha256:e2cc98d81d5fcd9cbe0933148a5934d2b02ab759d200a32ab0fcf788d636639b
docker-ruby-nightly~ruby~VWCPN6.dockerbuild
105 KB
sha256:354b6c14ab2f9b2f3bb0d3f22279aa64c244aaa4c490956d978459828f3900e0
docker-ruby-nightly~ruby~W1SPS4.dockerbuild
101 KB
sha256:3c8f4dd08de7a08b2dc30675c612b3020de0a66c03de8fe6ddc08f2feab2637b
docker-ruby-nightly~ruby~WB8FG9.dockerbuild
119 KB
sha256:af1f88a62499182725b51d1a049e44fa7b1d5d27867fef0efbdc1fc5cd79856c
docker-ruby-nightly~ruby~WWKQQ2.dockerbuild
104 KB
sha256:685fe91bb2a2179c0a72ac2c0ed390e6ae8907e68a124b6bb244ee59de47c180
docker-ruby-nightly~ruby~XIL6SN.dockerbuild
102 KB
sha256:9c88bb5e4e7c4c10afd890052e3b91833e609e157dc3e43409043134f6ff443f
docker-ruby-nightly~ruby~YP632E.dockerbuild
124 KB
sha256:ebbdba3a3af963128c92356476566282f23ee91112f256440ceb5e31bb1d4878
docker-ruby-nightly~ruby~ZA2OO7.dockerbuild
103 KB
sha256:73a34028a981a1a58c213b392d9814b98a14280f1b141c1debba1594d2baaafa
docker-ruby-nightly~ruby~ZQV0CC.dockerbuild
122 KB
sha256:fd54324754b6bb3eb7a753be2a9d25e0e37a178bff65c402e86cc3d580ed04ff
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:31775f6a76318dae677cd8a68993dc59d0ee449ca8bb3d0a6d4cef4994ea5248
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:1d48b58d20903f0f23856bfc624259b1fe3be61bcf0fdd51af91be7eb0d8132f
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:cfd2093aa418e9d394a57c2e12d99cc0115bf7c54838bdb38f807f2866d17901
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:ef803290a2425492730880d31364e387d62c807600f7199e06e524bb16f23d2d
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:5543db11b092c0659c8bbb225b1f20eea6c1dd358410b0dd9033fe1396f6dfe6
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:d16995503ef0eb0787c61fa8fe1d87f6726e44a178f973da92d8178aac657c10
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:b6de14e0a680316c1f13732276db86a3737abbfbfd2469c4ac7da0f70d0e2596
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:e937bc310eef44f24ba2f26bca4595591edbcd806973bf346976c1412b992b5f
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:13801383bbf102319cad0099026e33be3f0f86f9a8a7b73e2814e8c99dda26d9
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:dc949690e11fa88248ccb16f1a93bd03478f3e2214064d243dda7f2d21e836a2
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:c49685c914570dc7cfcdd07f5041346bd5e1c9d2d37a6dd78d72087b4a74fdb4
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:c848cbcfb555e498e9cd689e61b4b84f54561a07371daa1371ab7509c94234fb
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:33d53d88fcb0e2596325f0b9e27444804793d820bf936f99095a3ffcf349635e
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:93724c39db64d05b076766ef03e91fa2e09ba5069f4bc47fce356fb40e4f570b
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:1f9656c37ff6846513fa2cedf428f9a3ca35927fd7706837288a98facc2a1ee8
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:15d792dfa55b16f19ae1a49537ced2d7a743ef87bfef0e58cba947d3a5855d88
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:4cb9bf99c59031b45fa7ec26c96f05e7840c997204a9a08588680bb301e56e55
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:8471fa7c58058529d66fa047b90e2f03842fa9e63e59e5c69347bb454ddb1480
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:ae87f4fd7d8263205b5900161d298fcaeb6a136651f86181140f158ff747c0f0
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:b001f54b45abd4ea00a237def53c2f72cf43f6eafa48f6a6d8970cb090738119
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:de81c9a5ac85ec3c6713fc3004e4b112ac8beb5a2f8f0c73c5b124bb9817a579
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:7a0bc3e46e151078e134cd8449f16f3be727e94069b0b402fe1b6e8eb46d8a0c
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:7db4ba1c638ff9112ae4971a624ee6785f00912e7e3d1bb5f2086fb4257df9ff
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:aba51b1c41dc802ba9ad21f2812aed7cd21c6c46ee81a67c83f8d1ed46efe526
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:b2c1f992bbb4682289ab12ae0e3238ff79dba6015d5ae14d2bde2c6926367620
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:638badfd6ba73d731412001631314eeb37bdc8bc35f5e9f6eb532f74f8101f3a
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:45840189037cc2a0fc4697cc0ff1d7d7b690e535a5d114f7bc69dcf8752dd148
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:e33468e26fa15c2af1b428558087f12c786636bfef0a7fcd28da2b1132de1c99
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:9f164f2ebb51daec089a97edc6629a398537fef83ab462be9e3178462acd2641
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:30ac4433351c48b730814f9abb8f50a6df2a41cfd57385ea8c06fb217c6bb40c
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:9d7c6fbc197ec6436735df99883bb046cfad8a82c46c5c5672941b7ce1127b60
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:850af7b81f92555d17b439a829be3467cdd773b24c2ae7384bea671dc0b38eec
outcome-trixie-linux-386 Expired
193 Bytes
sha256:eaf8c427550516ffc5b06640a5b37b8577ac8d948a88a262e3616b5f074fefdc
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:2363890ac336aa121e93ac603062eea2f92328baacd8be4e880a6677f344a914
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:0e99381e6eb8f7aaf836168956db3b609fa084de074f0604806a0fd8024e199e
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:bbc17d5f19a7008f0e2a4d381cec867b41cccc20422f7bb6ba8224cf03b0cded
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:c466ea38844a3daba3978f8232e1696c87b9714b129ef2830353c09997cb9a0c
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:8963593de502d63c16d0002e0280e0ff57918f4f18a724d4dea0a5976ef20166
snapshot-master Expired
17.5 MB
sha256:163a04ca67ce269a6a07e90369365f9fc95f6885084250f75db10684ce566c3c