Skip to content

Docker Build

Docker Build #889

Triggered via schedule June 26, 2026 21:11
Status Failure
Total duration 1h 59m 28s
Artifacts 113

nightly.yml

on: schedule
Set up matrix
1m 0s
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/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:
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/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/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.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:
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/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:
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.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:
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/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:
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:
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/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-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:
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:
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:
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/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.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/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:
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/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.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.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:
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/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:
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:
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.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-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:

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:76fca419236c7d61c6f3ce86f90c3177635e50bbcc008b2a296c8793b1f20d14
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:cbb56d1947e43180914a2e15865ab76ef2614a5f53b8ef09bc9b01a4add517e7
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:30517623b97d103e7fe1acac8f656c978af4e372998ec7628816136b4de84e22
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:9416a003f376ac112784399b87c8e4788c9e0c116aabf76e931345477177a3de
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:4203883ac295b825095c222d68479a2e3b85102ddb2c1f04f528d97db06e3f6e
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:e7b9aeb7bd8b505a9662031fef3a75669ee03da686cd66a4712bc5f225067918
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:fe4a54ac9dcf6b3e25b6c5df964e189c82f73a438f1b1dee705d42fc7985b575
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:396e62f047a1e3b12e34644da78736927220635c8e79056e61036bddfb0addb0
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:4534ba13d44921129692f548b8ca5b7a1c61703fb16f2c02a49dff968d085264
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:559d9c4a92a08c73f332601dfa82abba8f2b2d50506cdf857feacbd7eb1af3bf
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:b1331367864e46ea893c7eae5c4455c81c8d6be36a01ec66b7c85a595e96fe6c
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:de4fccd84c6edd22bf2ae7525ab01e0136908434605b502b2a4c2d3a831b6555
digests-bookworm-linux-386 Expired
244 Bytes
sha256:ff71763abf72a4aa79a48d80046676df39e4aab4a59ed1d7e6c90d102f12a142
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:ee34038e1cd3d8f04f0d720bf9b07523bb846151895379cbeb9fbe66c329ca70
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:10d2ab5e6e7e5a101c623b742fc41d0d8fef3ae06c165fbdf46621cfcb66ddfc
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:63ff1fc2a099fb723f384c54768136c6f5c747e1cc9d50d992de1c40b8593356
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:eb1f8a43d0bd234957b047ce6693984355d6cd7c199063b94c28274dc1887efc
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:61748f5531533c87843ecd9a49d1f609dd06200c880dd0c8cccb5b9e9e2094d7
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:6f9b9c84f4dfd7e9fe85c6534c49e9185ab3e91fce9bc943bd1941123d6fe982
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:0ea3661a1a8292992ba62e4b7a095db7ce5cc84529df4b563604988a9a7593ff
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:16a62808c71d52aaa16f000ae26c583a74dc47c625993aab603eb575fe1d7b53
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:3dc6a741ff392a7d51e5cbfc991dcec1a297d4d31e3e41a95c8c44aa8f94a183
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:130c9d68ad22366fb22e6c2c5df18f1cf855a5dc0302f126c6529e697811c239
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:d59cc389324f0e93a5b813111de3553478f52dfaa6196ea48ee3fec2616d59ad
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:9d7cd6d5af5cf7bb09a8d2654c435219812963730321bf8e18236cbbe97beb44
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:d5f6ffe101eb1bbabeca8d557a33013ff24c2e902cadcc5b3e255ca9caf08d4b
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:6e900a6dec0e7c821e8715f1cfcb334c074097ec6e35df7fb3f7293628fed32b
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:496a500e6db00d749968a8cc72e27b3914f969735350ac8cad4532b34d9aac0d
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:c99c8f14625c0c7ad2a493f87a6f5120025d20b115fbac86aff21acb9b299d62
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:5dcc72648a97504c37067596f22ec3902d110cbbf0517c559ef83236073dcfef
digests-trixie-linux-386 Expired
244 Bytes
sha256:a8765797fec9efd7d8b3b089a8c8c404d6117d22dc49c4163fd8df7b5b570d4d
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:4935cc5046fd259a03fb1a1bc1ace00b045fcea3b85c8f5a013a571236812522
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:c66148a6dd80ecb60eaadd3810a3e69c6dba9f492325fec93f35fda5b4199d61
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:d6b02c6eba30e0acc09ee4aeb45131d186b2b2d46854349d4df0951cc1e941e0
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:1a8897b35513590c605f1849b1f8acb011077324229ffd8914b70ce3a6f7edc2
digests-trixie-linux-s390x Expired
244 Bytes
sha256:a62d38c031a067bc9e84184b309a8d3a460cdff5c38acef66877f811d9a8f974
docker-ruby-nightly~ruby~0FY7KF.dockerbuild
100 KB
sha256:484e72f81d4fc4fa881a62091569eb8c24429e651cf5170e7c08cee2de6c799a
docker-ruby-nightly~ruby~1L7JK8.dockerbuild
101 KB
sha256:30a8a4f328d743156726306334079a4985fb6ce0e714fafb8eea1c297a81ebc2
docker-ruby-nightly~ruby~60TJB6.dockerbuild
104 KB
sha256:11b44180064a9eb7b5944a04885e590a63a5acc45ec506088384bc0400387446
docker-ruby-nightly~ruby~B59TZB.dockerbuild
136 KB
sha256:af0c198a407c37b573e2d89e85667f28c84cbeb8ebace25090dad89ca1c41f26
docker-ruby-nightly~ruby~CDZ8TV.dockerbuild
102 KB
sha256:7e732f3e754ef71f99dfd1601bb7f13606b5c89f9eb5075ed84895a5d7abc53f
docker-ruby-nightly~ruby~CJ8AT8.dockerbuild
131 KB
sha256:03fd3825fb7cb9a67a525eb96e511fa0744669a6c10fc06f3992a7f125ae755c
docker-ruby-nightly~ruby~D69GIO.dockerbuild
103 KB
sha256:3d9cedf302c9053009f83c6ac458ab212aebdd19993d5d0ee29bc19034b3b1f9
docker-ruby-nightly~ruby~E7XEVN.dockerbuild
97.4 KB
sha256:0a466db1e4f0ff08901fb342246569b8379d27270a80c6e7023436308ac9d7d4
docker-ruby-nightly~ruby~FSUX57.dockerbuild
97.4 KB
sha256:5d55e8852bbf3cc43b120ee2615bdc5b991fce20b3d0e9a046486fad42f741a5
docker-ruby-nightly~ruby~IDNP4J.dockerbuild
98.7 KB
sha256:c61d81c7bbae6659955b8fb6d6efaeb81d8c1d9b7b73cc7a67ef5ba93274f898
docker-ruby-nightly~ruby~IE0V0L.dockerbuild
99.5 KB
sha256:b84f715f36e0cc88631722ead1b4bfebb7c169275ff1df1f0f25221812ab47f8
docker-ruby-nightly~ruby~KIG8NN.dockerbuild
122 KB
sha256:0fa75325349f4f6d3c11004c3510a70e33aa41c032c5d020722e480fc3e0653d
docker-ruby-nightly~ruby~KT34LR.dockerbuild
121 KB
sha256:d33a261fa6874109b1008737e1812e020a7a479fbc2edf36b322afb538c9b1b5
docker-ruby-nightly~ruby~L68M3N.dockerbuild
59.5 KB
sha256:d0b35a9eb6b4ca01dd238229bb639e8f6c005b04f131537d2562601637acf22b
docker-ruby-nightly~ruby~LJL6YN.dockerbuild
123 KB
sha256:7165151ae8ff62644d23c9e214c5c69b8e5ef3b564c05238888ef57ad107420f
docker-ruby-nightly~ruby~LMQ7QW.dockerbuild
114 KB
sha256:a6f7a5f13d07eeb382c8fb9a87ce8d524663a0989566611575cf6153aa0e152c
docker-ruby-nightly~ruby~N2Q9ET.dockerbuild
95.9 KB
sha256:5967d990821ea8b568fc87336f3cd8f8e3d276311e71d5f004038c68dec1a33d
docker-ruby-nightly~ruby~NHRFE4.dockerbuild
155 KB
sha256:f6235bea305f55a41c179edc4b12fbe6986d4fdd5c11ae3d081f37fbc8ba17c8
docker-ruby-nightly~ruby~NUR4H9.dockerbuild
100 KB
sha256:4c1d850393225dacf233de649314736d6908d82de5e247dafcf8aa95318c742b
docker-ruby-nightly~ruby~OGKJ0L.dockerbuild
161 KB
sha256:3b8684546ea33d5ea65e21eda9b66dc95c7ceab460e36528b50da42678a26d5a
docker-ruby-nightly~ruby~OYGLI3.dockerbuild
124 KB
sha256:099e903ee3310a6d1a73042c9b9ac681a1d76787d576ac103ece942e5ffbfc5e
docker-ruby-nightly~ruby~P3KOFX.dockerbuild
104 KB
sha256:d82b4d24989da29a779d67dd1ceee290e7a5f8fca07f0f85407444d1214baede
docker-ruby-nightly~ruby~PHZ2V9.dockerbuild
99.8 KB
sha256:9d0316afc398277475eb0ac9a016b0a3195358c3a19d32f16eaf1f93dc14f9a8
docker-ruby-nightly~ruby~PWSUFB.dockerbuild
121 KB
sha256:5d989a29b986e789da40927a8047b8729ac0c546b7b487329c4ca9ddc1314774
docker-ruby-nightly~ruby~R9AS4V.dockerbuild
102 KB
sha256:0c4e9f6028996fa1c8a8fbe1cdb82a7642e5dcce824fd105d51393aa9ebc6896
docker-ruby-nightly~ruby~U7QXH7.dockerbuild
116 KB
sha256:0c5584051693872df88dd90ac129d043a94b2d8878b2aeb83f9eea8afefa8bc2
docker-ruby-nightly~ruby~UID4KI.dockerbuild
61.1 KB
sha256:d4abc4f45361d65779087c1ae95740d602cd8c25be6d0102338a3d41ebf2b192
docker-ruby-nightly~ruby~UPOA20.dockerbuild
99.9 KB
sha256:160eef065ebf7c5e56504fe19ef6a7cbd766b3078a9d63d31e2693881acb5c81
docker-ruby-nightly~ruby~UQJTGQ.dockerbuild
127 KB
sha256:d9da08efc8420de50e9628f108bd10ff29266c08772f681cdc152bffdd234f34
docker-ruby-nightly~ruby~W1NHHY.dockerbuild
102 KB
sha256:737ea497b3265df9896c772fea959a02220d6cb9fc1d06a06f3fa076f46ca9ea
docker-ruby-nightly~ruby~W5BAU8.dockerbuild
97.9 KB
sha256:bf7f258b62705de17829aa4fdae4213c1916b7d8ef9b00870df0071c4b18767e
docker-ruby-nightly~ruby~W6EM67.dockerbuild
104 KB
sha256:98af15234db38c7a37de2e7103453204d381b15a375ef3f14420b19fa41dad99
docker-ruby-nightly~ruby~W8ZHC0.dockerbuild
139 KB
sha256:e94b8f2fae5c584189673eab272b642aa8820de78b7381ad587d13f4cf4a670f
docker-ruby-nightly~ruby~WL5TVA.dockerbuild
103 KB
sha256:14c79e693c504aed8b834bd6b3446e1fba4effebdd877a2135f2d880e2de5bda
docker-ruby-nightly~ruby~WR6FTN.dockerbuild
120 KB
sha256:9014202361dae9b52ae2726bc5ce5a1ab359ad65b2ae00f908b7ebef717c2c25
docker-ruby-nightly~ruby~YQMQF5.dockerbuild
112 KB
sha256:c6672d7775c567f1fa23d0cceb6547e9b1d33e67296130ca051bdf2cddfc25dd
docker-ruby-nightly~ruby~ZRCMQH.dockerbuild
103 KB
sha256:d16c50931374793dcdc5478f9a1284a14626054271f39cd1d6f23418b56518d8
docker-ruby-nightly~ruby~ZVNE1N.dockerbuild
124 KB
sha256:df79f6692f937ca01b758ef63a7a8bbabb9877f67f8e7e4c1d4368bb0d310d52
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:564aaf59b74c91752ab0dc7161c28275bb3bb712c07a63e51899978fb09ccad2
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:3323cc80414b9be090fc95ad92d4fad89b94b8fed82f9c395ed661f592b60854
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:d813c684aa463d1e4c81b19a7ba7b23551892891a281201af7326192bf3d3838
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:efb09d984a21c5b0066fe55df2783e6c1ef267189f774fe64d679247d0fc81c8
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:2024c285db7d12bae051475cb819b5b6b0fe7f131625848186e619a223a0b164
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:abaaf7880c751a2ccb8ebfe9f3c678732b93daf2cee3da1574ea81f449b85326
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:2ada71df57ac293db70dd781df93a25add8fb12239278cb101f47c09a6055b32
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:54d15fce463eff8f65d78ca8c0430d750478ffb52e48f76c80b8ac137d158391
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:d24381b30bd3eaa4e51e74a6834382f8c09246549ff582766ef08d9407cb46ca
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:d47ab6767375df922047fb1af4927d7fb3c9c690f56ccdfa5e26dcaf5af8d67c
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:d98f8533d09456fca15bf41f9af4b2d98eafbc8c7d1686f6a084f2119d3e8038
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:4ad2635131cf9f0d7b3d46847fbe9098d5b38616e52bd057e3769a34912cd4a8
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:91b6d6b5f062adddfcbbf114be05e8a03bd1650e764592de1f6f0aa2ef48fa9a
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:6e13d73b56bfd2ad6740a1f3db4a81a7f1cf4ad01642de2d4bed6b2a64a07bca
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:03b931fb830e93231cd61fad114ee851d6f0f60cc90c7c36c54d07e92aeb344f
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:305da7764796454dad74f65e2a482241a0435692b983996099dfe6909ed5d0b8
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:21eae1a55983b29b118ec990724334033f803dd6d44985b4d650dd67a6e51c7a
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:41772293ab8350cde0cee00d47b992c1d77aad8f5692a0afaa7696a7eae237e0
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:6bfa6c2b9de1766e99677378124952f2078ab533242d0de2d366902cadb1d01e
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:87cd48f480b819901b852090eff609cae53403dac08a17d16854d3b626bfcdb6
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:8ebca88f6a4a53111e534d9a7ced73f76d04f5e947999948ed70a7b7cea3098e
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:16f4fef91583a0c0433d1e3e79e699079b6f212565fc3d18b627d0f53bec7b04
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:c0ddf68b458b0b9e19194d6319db4552a60a9f865efb381de733035d46f99cf3
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:4077366b1a4f3770ae4fabc021a9295d7b818914b40b03a2812208a4f102870b
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:de2a037f15a4fd7fa09b721c22119bee707e2b398c9c35554cd6daa25dc5e647
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:512ca133f97528ad7074b83b784202c82d0bc75179d59eeb533daa27bcaa53fe
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:dfa857ff0997241de1ea308234bbb6842e0a2648494502fa5ac9ecc450058c8b
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:208cd7865995dce7bcdcb398f6da6a5035d8e0ba5f110b9608366e909ed5b91d
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:c38b5e694722a7a4a09200d3a399eecab62a3d035b1d117c3f9778ec7a17cd48
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:067407444317fff2343758a81716225aca580672fb744a9ab6fbc8da5bb005a7
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:81154bac1fbddcf17fbaea3d8eeb44b694404c6b7879adafeadc90a4c21f491b
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:d2313218dc57ace6cdc3cd07559d4e866ae1801c3bf4051db20deca1e65ae2f7
outcome-trixie-linux-386 Expired
193 Bytes
sha256:9e9a4986bf251df9a9cad8ec28c2c53a7cc37dafa180ff65c2b9f5a06c992eba
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:dd63a54ebdbfdbc9e75731e8d69c222b3fad0e43999c831b699c3acd28c1f4ec
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:0dc750da9cbe66aefeb6478f5a6a5ae460e3b88936f4a358811e0f6117369e8b
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:f1c05d4c76b35cf1c65acc4da5256125e2ecf5432eedcbe6c6e36f72b46e2caf
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:cb4728140bcd638770dcd4fc806b609efb63a9f34bce18af503ff122bf8c34dd
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:a768f1c04114eb0da54bf3ef55f2f0c3d1af614bf51224c36cec3cddac040674
snapshot-master Expired
17.6 MB
sha256:301dfd29d6597d39b10a3097791d04566184c68603ae3ae31bbc2c4c015e98ef