Skip to content

Docker Build

Docker Build #861

Triggered via schedule May 29, 2026 21:42
Status Failure
Total duration 1h 56m 1s
Artifacts 113

nightly.yml

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

Annotations

2 errors and 76 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.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:
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/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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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/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/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:
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/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:
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/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:
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.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-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.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/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:
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:
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:
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:
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.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:
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:
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:
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:

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:9c461281f7e116d1fdaf99146b761dbfe40b8f845ad636b49367b0e16a514353
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:123c19a1c6c9564dbb0d28034a6a26ab0094a3ca079bd6d8ba843cca28d2158b
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:a25e73203886eb4f2b4a491351fbda109695bbcdfe9d7ab99f5a3d28d4100876
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:42e84705be819b3d8ba740a55e54ccf18aede0068fe918b2941fdae1b5009704
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:baadc5006463639b1ca13fbb1c7137ccce9bcf1855be511ef2c2dc3623dfbf1e
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:5dfe03bd9940b5b507af6be3111ce28b6b6d21fdb1b73625e49ab0229431694f
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:1082f307a103651be08b33bb3c3894fef0be97bb3eaeae3efb5ef8f18e48be6f
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:c7b4011ec801190036cadb1608682762109b3e97fd6a8423163c13fd5c882e20
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:cb76a08b317e1c3508a9c1544401dc19cdea791e6ec564a133ed8c5fe9c26a8c
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:ac66c0a2464b354fe073aaaa5850ed7770b9bedafd0fda478c5cb1d7df403636
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:3be05f0b88474ab3df3544a0d7c03fecbf61876c3145c8fd8db8ce815aa8e425
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:e3280b7b8fb3daf9b55d855db14c7a76aec053a76637a3e1c8fcb2c382589580
digests-bookworm-linux-386 Expired
244 Bytes
sha256:78032a70e56d177bf7e1e6a321e59e12f50b35f32d2c4e9fdbde47effdd0c9b2
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:935ffa1baaec7cc66bcd6eb009df0ab5d98fd111f1b50e2ca989662631026def
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:fcd76df4e5dd2691638545262a03e3edbcc71c876e161f5843e0d9b3facd0dbd
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:8a1ae381317bb3e6aed304d59369b03fc2a12add85910f90807bcad10acf2480
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:7868c46eb74f817dfc7a3b7ebcd11caf84b42e0b318f8f8761aa59dc7e5c6ddf
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:f76fa7349db9d14bf759c522e61914390bc8b1344c267160d385d34b7a87984b
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:ad6db03ec4d2949830e01caac4dded232840e7fa7a41c19435c279e1ef71fc58
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:3f81f37db643a66afaffae7b4d0cddebc05e61265617eaa9cd3e8a0aa243062b
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:2cd846f5fb6b01b35d324c5bae852da5a16adedae813ed3f0b53e2397ade84a5
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:28210a5c2fa89ad54a5d3cebeff6e1a8f8fe087b4358841077a27557f9175dc9
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:dee31b85f1207683f7007d1dc0107ee3ad7b2a2bbccdc0c0360cf076be1717e5
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:c0242149f0c30d865928a3ee3f472fe016adfc611046d5db2648d090cf359dd1
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:acbddbc71f1a7f9ffa4518a6da9def8c8236bbcd7645d368e3e7d6fa6713491c
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:0471bcef98eb095f8fe9cac687529251a27addde8bebf5373ee8f40e9a6e1111
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:4d2093f911e6d2abc8e34bbc7cefa5840ce83c5b4f364cb259c81e1a18da2338
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:3ca71cbc491945cdcb84435e000aeffb6b0d6edeaa4a69e3527c1170fd3399d1
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:a5bffa1328030203934130e9ef1bdf0e8f3f288cdd574790a1d0d7ecceae3969
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:36b809e8704264fb6552a99730c43288b6649eda4fa6f8553db31936a7295e93
digests-trixie-linux-386 Expired
244 Bytes
sha256:f2e74976e885ebea60822edd8f32620a0c7d0dd47f586c65271604a62e8513ca
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:8fc7f31f7e7a6c638f85e3c1b6382862f5b4bdaa8c48ceb07e31aba8bf075259
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:769d111f47d5bec935ff22746b025d544b83df0302e12b8bae8aeb69a7d6ee49
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:a57e3c8c6dee2b26b789e996e0855b5381135860a62d06707a0e1107a83259d4
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:a66e010e549b07a98dd180f4b2d06135645ca9e3644b1007d9b0872f41a476f0
digests-trixie-linux-s390x Expired
244 Bytes
sha256:c7ef8b777337b9dcd4b46db93b0c87995c77bea70f3d8f56626fb940daa2754f
docker-ruby-nightly~ruby~0WQM87.dockerbuild
122 KB
sha256:1aa3cb098848646ffc8f1de0aba61ec4a200dc32163cc75c1f9d45b02307af90
docker-ruby-nightly~ruby~2FEF7L.dockerbuild
101 KB
sha256:a701105cf5b28e39d279fd30e7970e6a70f254ba7651b23bfa226e2f57c0feed
docker-ruby-nightly~ruby~2KPAMF.dockerbuild
112 KB
sha256:25cc3d3bd4388d624e150accb4b45d2c58a975770fa9453847e784469f00a903
docker-ruby-nightly~ruby~3BA9OM.dockerbuild
119 KB
sha256:b38601df215be7ec56036a662331f45d0eee9808e6083f963da1ba0404f0493a
docker-ruby-nightly~ruby~4ELI8F.dockerbuild
153 KB
sha256:93dc2bab7b579ab94a571f7629299ed8eac79096d8ca32ee0d2a78be840d42e6
docker-ruby-nightly~ruby~5R0BF0.dockerbuild
104 KB
sha256:5d018f3048a0590aea82c642212aa8e2d3ebf2917226e34a1818b025767fdb45
docker-ruby-nightly~ruby~8P0U53.dockerbuild
116 KB
sha256:69c478d9ddeb56bdbac3788801e9b47b31d1ba7ea84dc9ed82cf2f73a0dbb8b1
docker-ruby-nightly~ruby~A72SXD.dockerbuild
96.6 KB
sha256:15f7b715f61dc5b1f7ce7443d7fd04f175a094d253fd01c220cf512aa185c679
docker-ruby-nightly~ruby~CX3TU9.dockerbuild
61.1 KB
sha256:03af22c014e58f69269ee4459a46b4331fccec4c3c0779a5ef0e443e85b0a4f7
docker-ruby-nightly~ruby~DBAI0H.dockerbuild
97.5 KB
sha256:d246beb25cb4b3cdc219cdd0732a50ec461893e2afbb7a999a6039ae4b61afef
docker-ruby-nightly~ruby~HSI4K2.dockerbuild
121 KB
sha256:d9f476b7125a1642ac5576bac67d10fce61829ab438157aff8c10d94182d3950
docker-ruby-nightly~ruby~IPB1VL.dockerbuild
98.9 KB
sha256:583061c1c65dbab39d3de808c7d280833cae9c1fb6242b8bd706926e5af62309
docker-ruby-nightly~ruby~JA9CHI.dockerbuild
98.5 KB
sha256:73994e88b0a0bee78abdc52fa697a1d5ca639090393ef30db29c97a5bb708a0c
docker-ruby-nightly~ruby~JC1DV3.dockerbuild
101 KB
sha256:bc15a96fcdf5d02ca26006bf219d452aec447e6ba6307ace4e20cc8db3e903f4
docker-ruby-nightly~ruby~JEQD8L.dockerbuild
98.7 KB
sha256:2ef771aed64ccd22cfdbb91e0d8160ec731d8146176d086c1fa54e49036fdab0
docker-ruby-nightly~ruby~KA3PV0.dockerbuild
135 KB
sha256:acdfbad7ca2266ba25d06d41348960f9a1ff15369781c0674ae104d52cb0d6e1
docker-ruby-nightly~ruby~KN9T9V.dockerbuild
112 KB
sha256:99a1239d4886126ebe4b33bcb69f18e2d3a33e818776cab03445249fb7be548d
docker-ruby-nightly~ruby~KRAO9P.dockerbuild
136 KB
sha256:6ca7454646f6b7897736920860b84e4fdd49aabe9d835d41dddc0d898659a90a
docker-ruby-nightly~ruby~KRJW8X.dockerbuild
140 KB
sha256:b301da3306c7ea2a6d8a84dd877a8c69ed9566d825a7daa1080582fe7a43bf92
docker-ruby-nightly~ruby~LGUYO0.dockerbuild
101 KB
sha256:39b4d6abb89b7734aa6cd87e1a6e25df8074ed337e3b8fea40252bb8569d94e1
docker-ruby-nightly~ruby~M74ZZW.dockerbuild
121 KB
sha256:33d53da96e5e3e8b6a714aeb69fac310f88c0ec6d44891f61b02987662d42708
docker-ruby-nightly~ruby~MIP4JW.dockerbuild
96.1 KB
sha256:77d24b15b4ec3f89a26f232395cb3b394a25d0c8794b5be5dae70da5bbe5cb09
docker-ruby-nightly~ruby~MKAVIR.dockerbuild
124 KB
sha256:7fd16e37ce709825b71c7b832b8012615c4ad6ba88033996ecf6ee611e061883
docker-ruby-nightly~ruby~NNLTF2.dockerbuild
60.7 KB
sha256:a6ced673727a081828014b65141eefbb36bb4ac6dc60373584cde7c1c746dbfe
docker-ruby-nightly~ruby~O0HDZW.dockerbuild
101 KB
sha256:39ea3c4a66d7173205292d4dbf2381f9a106a00eeb8280caba52e45bb6eb7046
docker-ruby-nightly~ruby~O2ZZM0.dockerbuild
101 KB
sha256:56d834d0d3904cef8862868fd49f36e17e0b412b3b66580979e2c1c291404405
docker-ruby-nightly~ruby~OC6HW1.dockerbuild
102 KB
sha256:2325d132fee6a8a1f5ba8f2f98a70ec5963e9faa15b6d9c04f1faabef236f6d8
docker-ruby-nightly~ruby~P97YQ2.dockerbuild
129 KB
sha256:7940ac4da065c3e860e7d55425a6c65400b5107a3d0505d3bdc2c002a38a5194
docker-ruby-nightly~ruby~PN8SJI.dockerbuild
102 KB
sha256:65d9dfb1065890fdf6b93ee67f6e8f6d67a07647bb2a123d116520e1167cba33
docker-ruby-nightly~ruby~QW555Y.dockerbuild
99.9 KB
sha256:5e092bdb72efa89b44927eb4c8479bcedbce166e3394049a63e094971a67367f
docker-ruby-nightly~ruby~RU2ZEM.dockerbuild
102 KB
sha256:fb80c2a905933a636ff51418e6b786399394b672407b1cb06d9403227d545d2d
docker-ruby-nightly~ruby~SSAGB0.dockerbuild
160 KB
sha256:055ac2540bb55f8b444dce3bc212ec2564e1f9ed91f41a6f6da7c2221a302ab0
docker-ruby-nightly~ruby~UB7ZTJ.dockerbuild
124 KB
sha256:5d06eff720d0f1de5a78875e088a3d92812a6cea0fa81235ba46ac6240850248
docker-ruby-nightly~ruby~WR2332.dockerbuild
98.6 KB
sha256:88c336f1e83a537a3d62b74f4dca0773af70771c527a4f9ae2040a45c7d10f3f
docker-ruby-nightly~ruby~XHBLE5.dockerbuild
116 KB
sha256:6f6a16366f941d409940aefdda9657339f039c1ff7af15bea92ce0156392d5b7
docker-ruby-nightly~ruby~XOXECO.dockerbuild
98.6 KB
sha256:64779135bb4a321fedceae04bb1a1d33a58c7aa78533b5acf59513d20dcdd855
docker-ruby-nightly~ruby~XTXNCH.dockerbuild
101 KB
sha256:4610d5a2e393e9e5661e61bd50c88641442d65396ff28f17a71b2897ec67e653
docker-ruby-nightly~ruby~Z13AJT.dockerbuild
104 KB
sha256:0fe0f66c5499363e52b76c8db2162a151a455ff7ee835d60e1cb47b84194fd8b
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:92f3f3aaf9ba2d0cda1d3f33ccf6175020ceb744ed7a93fc536913958e38c9ed
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:358e74c81366bfb44aa2af30be5d999aeabd4d6985d8444ac3c8fc580ac29741
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:ef7745681e8990c986dc952479c2d8024d7e1ae8082cf25c942dfa73a0512805
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:d0bacbcc2e77ee20c3f2acdcc73eb5b5c117a642e0dad6559154a18c96d82918
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:6c392c1726d915343e0fad2ead5fd51d2329b4ad7297dfa8d3d1586609371627
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:aca82cb9dbcf24cd3cf0bbab773f9dc6dfa99a2cdfb150899c4d1c9422251c77
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:ee56b4a2d2a45d91c7fe7fad83584b4ad8b603efadd5bc03608c240596fdac14
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:3fe7b88ee2f955303f0c1db2d5ce9ccc667dcc46d20459b96aab7835e3b527f9
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:366c7855eaf9b03120c0a365f8c188e67385019f34628e537032ea52933eb6c7
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:d022619fa83c5c50cdafc75aa6033f9237e5e5765e78b29a1bda1f1a3a8c9f3b
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:80c683ed663fb154e28dcdfc76685df85528409825553e6dd59e5b6a51605f7c
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:e77e6ce078cad047636f69ebbdafefb892a47df6c9fa1786bc2ffc2a56229a69
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:572fca60496bda629e8395b83010da8590bc1720f4458cf417efc097c1225d34
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:43a281a343951853eac44a9e4367d8c7315abd8b8c5cc5ed6cd1bf43a5ca22c3
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:b6bed3e2fc1eaefb92c20d6b8e08aeda4c39a4cc972d8c9974659e6b18e5fc02
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:77d7a1b3cd3a71dec547e1fbcd8f11d5f5bea2cb5d363dd4f321256bc476aa73
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:3b497d4a222653865842af30bb73399668d795256e5635eeddb01b463a265793
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:f3e7045f96666f2c684ef90930c250055c7355abadadbda0e83c7fdf9fc1d543
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:11e2d7591072e5c5ce2d13f5203453b83a0c79e22778fb729a5dd2acfabd8f5e
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:719eb0f50d44d60f0473c950c875e98478ecd46fcaf22954a2b4d172068042cf
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:6460e90f273957368e3fee421209064a738aea3f62f5f9ef25bf413194f2b554
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:5db9b78ea8755231e8a9fb41af9404444d4ae6aed5de4dc544511baa98802115
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:bebdc9a1ff97deee41db65ae309c4a3befc296776074d2268da5afade19ca2fe
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:db55252f1d6f957abf7a46c3839686d79fc1957c8ecb6154866b42044d7c1eed
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:2d7b15d6265c158f6faeb1c29d2833907885a877f65f6ead5ff477390beebd3b
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:fc4f41f51ca98b494e4dcba8f1912198825b115c4739aae57fddaf4302edd793
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:91df4571e7ed9d0a5db8270d468364b08599185c02dae74b755f03cb0acdc8aa
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:6a147390621a8d871458ac2c7ca8c5ca84f1149e108ed1b51755390929b646dd
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:5a4f4484055994ad0708bbba4c524bbf31949800e90b8c77f5992fa4b5d332e3
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:0c3e65aab687b5c59fdfce4de01fb0d790d7541587fbba583a2de85d91433faf
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:17102cedf9c9689eb6ba15ead78b45b4d9192d1a19a50eae5e91450d538fc586
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:72b26bec8d24a585a7cd5009d09222cc2b817eb335d4a6242ad74fe5487edcc0
outcome-trixie-linux-386 Expired
193 Bytes
sha256:4c4b2c95453e8f3e544d6ff5960430f31a2154e5212aa9df852b0c41e7c76015
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:fd5b0c4ae37f43a9e715def152d181e093a9e831af421b1a95963a9341e71289
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:a1a2bc2021d53903f5f976cb8e9972a816a9b4a310abfbb7324468b7a72b2e6d
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:db17ac1c39cd0ae5b35f8359ee4401933a1df03fa8f4980b7e9e8f584d844f62
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:2cd1bcb77465b979c8561e9737fa5579bd3bcd523a76355d251483ae5dc4300e
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:614a22d826061d7ea4447f65d998962269fa63c5ade3eecb7f8a67206d054df4
snapshot-master Expired
17.5 MB
sha256:24f7e9ee5db9572049f3d56e2cacad9fc468d7ebbd30843462d11d965153a610