Skip to content

Docker Build

Docker Build #882

Triggered via schedule June 19, 2026 20:59
Status Failure
Total duration 2h 24m 31s
Artifacts 113

nightly.yml

on: schedule
Set up matrix
21s
Set up matrix
Matrix: build
Matrix: merge
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
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:
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/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/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:
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:
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:
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.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.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:
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:
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:
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:
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:
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:
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:
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:
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-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:
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/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:
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:
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:
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:
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:
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:
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:
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/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.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/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:
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:
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:
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-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:
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:

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:2de7a2111b119d2fc551c793ebcf7db30767875404db69bf8d24108d4c82aa91
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:65d5c730f2499c5064e6be9e09dc21d9e4360b8fce6c402b8f9c8235eb409dc9
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:447c50f8eb818ec6a7f50767be7ff2bf6bd13422c83d98a6159594b6ae098148
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:bbeb98f0699a8463036991c32fea3b1765d1bb91bcf3230d458e730341338cb8
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:725e04ce134ce58e754c9df0428cb5aa961d2e15359e8a59857764e8793aab0d
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:37450113c143dbedff64bcff899441f3b4e753c0ec64accf7436c2b619737f25
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:17d8f16655af2ffb52abd2c5e2e474f30f726d87f69687ad0e79231c11c84607
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:edba138c217fc568e88d84f0990945bbee80309792ead205249c56ffb881ad14
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:b2620f0a892d8cde3a207ae541bc0735168b003a9c490c1cca20a7246911873d
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:1830aa48c8195a72b0d7dc40920086f29c5027fab144447930d707f121171a2a
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:075eb2a5b62e538bc5d4ad6d2fb980c4eabdc538311072f07c65925b060ca9fe
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:07dc519666d2d9cdeaa852229ac196337fc690371d1f2917b1a9e801539cec3c
digests-bookworm-linux-386 Expired
244 Bytes
sha256:9bd2cd99771c25a1d8ed9820a29179334ff2779caea276a35d0e592055222028
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:98535502bca6d79df465b4f015fc071d4fbb939b1be374767be996ff7449a0d6
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:1f2bc78a8e2d8a43438db8b08c93a4976598f863a590b4bcdded6b92f83e01f9
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:dd2bfa0eb0d66fab007942a08c57d77e596f5e077824576fc62c577f6bbcaad9
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:a440606f3189f537d21686455b286cacb8f4e104f1881da711aa1fd03479904b
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:125cc9bd8f3f20356603ed2ae9008393c5d957d9e6a2a06661ae16462658f2db
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:babe981f3e6701db3ba0e853b7b396c316897b038b5f60198abc29f0895648fb
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:30b43be982ef7da13f257e5389b6919a8d41bc4ed66e89b42459285ff0c74242
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:79c2d5500afb4829c486355b8e910f5d139b1a14292796158d00f1cb53d04a13
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:27144a04e9ab68107fb831a6d052f855a786dc8aa17d374159e2e4f5ef29cdf2
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:b704ac5f2e2edfee6ac5bacfc184dc4b9d8d346328656cd960e7ff2b29ac83e2
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:9d4cda72ec0c6f7c38230525667fdd81e5d7b32c9cdb8f07547d9407b349ee12
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:9c07a53c947e938346cf26d9227528c2f49329d55c905296cb4a12fe3ba199e4
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:198d32ff973b6fafe67214840f17ec7bc365ec437f48f56b436e02b32a1fe32d
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:037bd4c3050306fd9380facad3584bca2f929f5ca63f0741bbfc73443e5d7424
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:d110dea75318e7ffba3c09ba3e8195ae7eb8abf13963aaf8675116ea7d4ee9b7
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:e95d58cd3c64c5a5b3b474711cff8b2c4e34078d615594c5cdb27b6e86308554
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:8f3a81cdab19180e4d40734957c0f8fd05da7c6ee653344c092bee6e1eb90aeb
digests-trixie-linux-386 Expired
244 Bytes
sha256:4bd594a987476aeeea752574eed85ec363240fa0e12b3f9436a3c3ac6f204ecc
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:edd5e6a8676d2dbae1e1a4b29773fc536995db3686d8a2bafa6418447b8f3799
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:bfb6e9626f6980e581247d2d91b2ff3f122e8a23aa68c9425c27746284515d2c
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:01e4df6155eae42ff617b80272142661f26a6611984b65d98d9eacdad31e2a9d
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:9e81503fc74c97a3b03720374ae9b565404b1b09c34365b128b5e37acb714e6e
digests-trixie-linux-s390x Expired
244 Bytes
sha256:b7721cb6251979287e7df719daa99ba87db1ca761c661372679b1961e91d09cd
docker-ruby-nightly~ruby~14LZ4Z.dockerbuild
99.4 KB
sha256:df70f8d981bfc112a2c7f04ecfd1ceffaabedfda37f527a3b770cf4550f3de6e
docker-ruby-nightly~ruby~1PDEAC.dockerbuild
103 KB
sha256:5aaed8ef582483c34c90dc9a76ce1876c5ede1b47e330e953bb89caa92ccd26a
docker-ruby-nightly~ruby~293XFC.dockerbuild
102 KB
sha256:6f5827582c63b1344e6cf8b55041ae44e10341457ba3a3391b87d8b575b8e806
docker-ruby-nightly~ruby~4O3FDU.dockerbuild
101 KB
sha256:7b3eaed47200b9c617c32477cff00c8c4ddbfa3fa96db29551b6c54574d9a4f6
docker-ruby-nightly~ruby~6FD26H.dockerbuild
101 KB
sha256:c8ffd0c669fdba42474d1cee6265bb8e25ed1f7c46891abcec0afe716a5adcce
docker-ruby-nightly~ruby~7IK1J9.dockerbuild
99.8 KB
sha256:982425c67c576116f2c2078b42a95ec8856b21a3b1f516c09525848e984d884d
docker-ruby-nightly~ruby~A9TD9F.dockerbuild
117 KB
sha256:7b77b84aac03d239e71771e98963d6bca64612eb5d6abc8f1b3bf607560c4a1a
docker-ruby-nightly~ruby~B9XC0N.dockerbuild
59.3 KB
sha256:dc26985a94cee809d7c4c66804f742168131e4927fa6cae0e4e9eab2d23f7b7e
docker-ruby-nightly~ruby~DDCR7G.dockerbuild
60.1 KB
sha256:e30e43b390812a35e4d9b99f2bfeb4963b6e37efbd5962757eca465bf05eeeb4
docker-ruby-nightly~ruby~F3N7KG.dockerbuild
118 KB
sha256:ac117ca8ff7ff94f155cafafa4cb69415081b31501026384c92bb0990e37e9af
docker-ruby-nightly~ruby~F924CJ.dockerbuild
98.2 KB
sha256:161c83256c541c7a6cb00dd607546bd67966cbb2f9a2cef43240e16fc8983901
docker-ruby-nightly~ruby~FK026N.dockerbuild
99.5 KB
sha256:f040f336da7c51faa27033c5704e1235070328e14c712f789fc964c62e108ea8
docker-ruby-nightly~ruby~G46ZUJ.dockerbuild
139 KB
sha256:de6fcd3832427cee0fd0450b84e005b3d7a8a8abfd3d3dcec4128cabdd198d5f
docker-ruby-nightly~ruby~GG8THT.dockerbuild
103 KB
sha256:d73d07e50f9818deb77b60a3a55aa06c6e3099e8ddaf0a682cdf9e5121da64aa
docker-ruby-nightly~ruby~IPILBT.dockerbuild
100 KB
sha256:3591580c60a0c63f4714768af40e0bb05ea8003bf48e636ead4010ebdf882ed4
docker-ruby-nightly~ruby~JVTZYT.dockerbuild
102 KB
sha256:0552c267e0e466c354661994a05a36148eb455c4ae174b6f55d2df900e6a5b16
docker-ruby-nightly~ruby~K52VTO.dockerbuild
114 KB
sha256:37bbddea507cc48435af2962706f40c43227847a8fc3769d28dc9340a4a924d5
docker-ruby-nightly~ruby~KAF125.dockerbuild
157 KB
sha256:6a11e47f48cd276cf8a4dc34e32b300acc1a670300792350ffc31b6aac517b87
docker-ruby-nightly~ruby~KITZEX.dockerbuild
129 KB
sha256:659425ea2bc481532d658163a9eb99b5066d354e0b562cfb5173f3760651235c
docker-ruby-nightly~ruby~LB4LME.dockerbuild
104 KB
sha256:d903ed652790e1e91769a2edf82b8a31f8216bf8121cb936bc9d414e6a53c328
docker-ruby-nightly~ruby~LVI7QG.dockerbuild
99 KB
sha256:c26e9bf23670996fa7ee5817a8750e06c45b82f65b106403e543a6ba328ba6d2
docker-ruby-nightly~ruby~LY33GY.dockerbuild
120 KB
sha256:78bb77cc0f60e6184da8dbd3d428e15b218ddf1a85ae9da61516ad173fbf4c59
docker-ruby-nightly~ruby~MC1XBA.dockerbuild
132 KB
sha256:d36160dd511b485236d3cc034a13866408d31910ebb35e7c916668721ab610e9
docker-ruby-nightly~ruby~MSE2NO.dockerbuild
122 KB
sha256:524d9cb9d5a23366732cfadb91c7e4cf2a51f92058a33fabbdf1bc8cc88a734e
docker-ruby-nightly~ruby~NJ7FWP.dockerbuild
101 KB
sha256:9191c292d489ca1af02dbe771d1fe2c7331116fe914a4228b5362715e0f484fc
docker-ruby-nightly~ruby~PKKRO2.dockerbuild
103 KB
sha256:55568513b5e2008f42e3927768992d46bfd9d9eb0cf800df860a51e2d432d70d
docker-ruby-nightly~ruby~QTJR6G.dockerbuild
98.8 KB
sha256:1d405d64600aac30d87a2c4632d4b42df55c949b074fe861496735b204ca5fd1
docker-ruby-nightly~ruby~S0NYM1.dockerbuild
120 KB
sha256:0ceb3ebd2f2872dc6a8d62658db1301ea3405da7be30ebda2aacca812054c833
docker-ruby-nightly~ruby~SSKTNM.dockerbuild
111 KB
sha256:cc541885642c4c717c89ab8640fe078191758ae68a26683ee99a80de02a47568
docker-ruby-nightly~ruby~TCJPBG.dockerbuild
121 KB
sha256:470817c32125053db6b47b16366fffcd4b142016b90027a4cee160a9138eb301
docker-ruby-nightly~ruby~TN5Z44.dockerbuild
158 KB
sha256:a28bb14fc8e5c92185edff62d73dfb907c0c09f736fb18dff2171235960933e8
docker-ruby-nightly~ruby~U9605A.dockerbuild
125 KB
sha256:f822ce50b7280cc156a8cd7c37e880d9a83c999419d35bde92cc1c84ac8aeefb
docker-ruby-nightly~ruby~URDRM7.dockerbuild
101 KB
sha256:e482e7f2559681f6fb79f41ecf972b330f75a51c4efa6f509e72f0f9137088ab
docker-ruby-nightly~ruby~WOCDP3.dockerbuild
104 KB
sha256:a2349765c849115e9658ac9875b09684e2791820083048fa8a2d7057bba3affa
docker-ruby-nightly~ruby~WQ0LBB.dockerbuild
98.6 KB
sha256:7de5782449859c1a25e0f0321812d393ec0933b8b490bd56a68315f85b517a3f
docker-ruby-nightly~ruby~XDRHRZ.dockerbuild
137 KB
sha256:b9f7d3ea335bf65606dc3253f7f7e05bf5ae1d500cfd097085ab44d14989bd45
docker-ruby-nightly~ruby~XO8MIO.dockerbuild
97.6 KB
sha256:43494119ec6f61c42cebe95bddfe604bc66b3e7ef00608529bb9624b8f482a7b
docker-ruby-nightly~ruby~YVRS9Q.dockerbuild
119 KB
sha256:0e51084989285a59f4c574c141001af2ff04e011e32e8064c8f6af27b5b4ba42
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:eea93e85d3172e23c608fe857fd631b9ec7a4c3b08d675a1e6df73cbcd9fed79
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:8b208eb33d06ee09f7f3cb89dfb0df90de5fcfb23053b1613509d9c1a1592ef8
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:7d681bb644431312936442ada081646dc265edf2595a8a8dca42d4f5a9018c43
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:d85680872ae28c802e874153f528954af41ad8db3cba33f986187b8a0e62582e
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:7b23bc1466cbde3075fc2a9125f9bbebe156dfb7ecaf2da7066bc890e410c85f
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:9e2978dcf7c4fe383ab62a9d66a5e6bd826e8eaa8096484bac29861f4842b4dc
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:56055606715b8245e4f217c2300e363afdc5ac61346b6193e6c1361e44a3041e
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:8cb607c4c51ce006c333b7430182d4125b72eca95e0f87e345c235319cfd994c
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:007d083f72f4b1cf55f0ecaa42244d934f26ef89d460a1c7bf710066100b6e7a
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:2a0518f3ac110211021cd78c3f6e6269c7f54d40fc6459ed2bd26de62f51cef9
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:571e816fb074957c96e4a04ec7f7ee8ad4c0c0f620ed46c1b61487943aef2cdb
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:34cddfb6432a33c68fb56595dcc281362b470cb2896f73a1e512977cbfeaff8f
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:6ec8b22f1991219dcd1802e9d9a9ad4245480c1e237c7402de9c92e849be0fb2
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:f1319fde2cb2d650b6979f5786ea78b693789beab319338e630c5f5554b3d317
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:5251640ea73f408fd61f2e3dbbe1b446d355d8f287940ddd304cf86a31350b0c
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:b13e3624f558aa1c9a33b59d62d188ce15efc6ab4f35130be4b53fb6643c36e8
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:d68ed9c709e8d0458597eb64c73dbcf19d55ffb32f0f54c2c831ed0839bf1240
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:f6bc3c568911e216e62009ffd6bcf333b13ad34b17f3a4978714d6bb35166687
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:ee2f73995fec53884b60504654d4a69d9b9362853a85a779480e654901bb8da6
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:73fd987b26a7ac738e2c5b1396620e5f33be708c46fdd3f5c507fb3f206caccd
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:cb3c1a784bddccbd494172ddfe5f03e95c4ee88a29425cca843c9bf885453ce6
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:c29f43c794ffe26210299999804e071877253ee10c7bb7e7adc64d9629a5da2d
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:0325cf684a57901eda571f867be17b8d0d6a1a26c741ad9a10292f79d9ae1426
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:8f5115c93fdf7642e35451c9f43deb6c7c53ae60ec9803a3977ec48ea1102a51
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:cfa653b8c0d5e3795775aecde75ec35352c3915f82a00905218c26fb1b5b7c90
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:7f8d3da6cdb8ea82bb8280b6d8ce63f7374d9b1311b109d37026109820895814
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:43726fd18fe4e681d8e4073801cd59713868f995462653bbfbba87918f03b555
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:d39e64cda321a44292590f157c6ab8d40ccf41d212be808d49adb6c8681f8699
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:765c41b6e64255397274d245e3c57272d1ebee21a4acd5642a20c296fb6911fb
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:16ba68b8ce112dca14a58d52d6bb46ece9c170a076bfba5f675ac404bb5b0d0b
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:909bab4ee7387c8879443c9fde6533fb06e5d5ccb4aa6b73af3c4aa9379ae492
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:73331b0ef37232839e0cf1c52e8e0a36924f2cbe6ca259317f85ea768c5be0a9
outcome-trixie-linux-386 Expired
193 Bytes
sha256:d3aae5f2762ee224bcd8773ccf2f95c86b1949a9f820d368f91e25295d445cfe
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:98a3df941989f5fe5efc170dee57b206015bf547c335e6f0405c4a5be6dd8352
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:d9bb141ddf713faf66e2b21fad5136f8e1ee6f8051ed3937164fe096d84f732f
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:205019287f735feb56e8e93c38fac43cf6518e27f60d9141a873249c60c9c5a5
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:b22126c695ed9becf1acdb0b102bbdbdba848101c70e9091d041e85a88b02669
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:fafdad587cfbb1673f97dc8b79e2f882255ea6dc56764a4b26e1ce06cd9a7ea9
snapshot-master Expired
17.6 MB
sha256:caa58f1a71e95936752f98333290dc81bd44cdfae7fcf5353efd8e2ecbaba21c