Skip to content

Docker Build

Docker Build #873

Triggered via schedule June 10, 2026 21:49
Status Failure
Total duration 1h 51m 34s
Artifacts 111

nightly.yml

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

Annotations

3 errors and 75 warnings
slim-trixie - linux/ppc64le
Error response from daemon: Get "https://registry-1.docker.io/v2/": context deadline exceeded
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
slim-trixie - linux/ppc64le
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-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:
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-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/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.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/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/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/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:
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:
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/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:
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-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/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.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:
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-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:
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/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/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:
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.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-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:
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-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/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/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-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/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/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:
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:

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:2d55f687ee4f9162627a086d47c5e9392924018a72e3fe33c4e17437a32563d1
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:21deb62db5423ea2ee89bf7042d2ed259bf30d292b45132431e14774b0fa2c38
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:c3d0b36477fe4d56279adb05fdbec2507d033b16d8418050100a394b89d77a21
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:5aa6f3b28abb45dfe5c5dda9c17f11927421a27b98c8ea3e8855c842fd9eab67
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:8fb2af151aa6a69c6906d5d001a885713b4d9e87f96c7efc49b5676b3270bc79
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:0955e1d2509f5cd2c789be721acaef91225f7970c124120659328ecbd4d6e5d9
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:aec6db020237357c749e1b9b57ee50e20fd9187026ecf8526566fd86b22d863b
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:5bf8c7732c5cfe9186d59425b706a0f20f423616e61332e8ca150c6635ce23c4
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:3746c598b19247f24868af068710cfec2932bb2af34322323cc6f64769672697
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:e1537a98eca4f87dd973978979c61d7847496ed21c25f2bf07137137b23f4295
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:1e69659a858e89f8e7711a41486b26a930797c7a1b7102f51bb66a9f1724da3d
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:e8951ba6956b326deabf17197ab32dd2094a279a7133704ceced34806fa697e1
digests-bookworm-linux-386 Expired
244 Bytes
sha256:e2d6a863096a4c30e922795aa6fc52ae8773e8b0e26ce44a5037e42b6d0ed387
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:c33136ff6e8ce8403a45b2b4eb59a634ed47e1c34aa92113fd67e1537213c12d
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:064e719f89f8bc6c2b8065fea59a202f37e05c0cb053007cc060aad0c94d802e
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:f1821d3bb27fcda52636cb63e63ee8ebc2f39798659d09005ad7737803c87a25
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:16256d132c5e031e99dd390ad201e08243db9130afb6f3915c98a2d63d4f6387
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:a153acfa78cacc8708f3bd1920ab6d449d96593148fc704f40282c587b54628b
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:f6e1ba173360721a210160c3364eae4a605000703bd85e870dd593dd15cd315c
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:fc00cb477969a4b07516756cfab4a06a94e942de7dd45ebf25daadac27ca00ed
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:79223120d3946440a1d4e3b7f3eaa0635d134036f6c0b6ce47e5b143607a3d44
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:080e02178590fb15410bd4341bb0b6c92558f8332fbe4b0354c7015dfd433500
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:0f2839e8c499a2f42aa0e1dbe234aa9608498859a121a5c5b933296715aecb0a
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:4a0169fb9c3fc1c9774265f9dc93b5c28863a6f830aae2cc89088823762b783c
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:b82f7118db8556a55c751fbd0e9eb62de245ff7dbdcb4cae759c8b5da7b79a8d
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:a29dce2016c2bf87b4088e10845d3bbc1c16c0bf95838b18b32becb2c6c59e30
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:09c6492c854a38fd6e471bf13a7428f2bcad693172d5c071c32a82d76c10833a
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:00daa699ceeb4bea52a358b9b91a381ffcf78b1c92e6eb2e87404c8becde4623
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:f0f3a8a9397b11c33c8f14089c782af216c3d00c091f440c63d300237d1e6cf8
digests-trixie-linux-386 Expired
244 Bytes
sha256:5250d607b649759873cf750226a66699a652265b8ef6858f5f28d60a196cbe2b
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:4cee746f6782751432d58183fc0f15b92b0927c7c8234454e4bc8238106e7e84
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:2d896c9137e3d83bdc1edf092412cb03679da1490707f2768ebfbb4a252e7167
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:d8b45ae7da85df3d840460fc73696aa4000e543892aa2031eb8f106326fb4473
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:80729385debf4ae83d17986977776e9375ec9147597d6186eb735cafd4a11d0c
digests-trixie-linux-s390x Expired
244 Bytes
sha256:99aeaec9c62e2f2549c511de4ebaf4e3042397afebe0e27d68758191b88c1a07
docker-ruby-nightly~ruby~1NHSW7.dockerbuild Expired
137 KB
sha256:c250ca960ad5bd9b37b18fc590f8f701b3ce62cadd3e5e27cef80aa7916828f3
docker-ruby-nightly~ruby~1TU760.dockerbuild Expired
132 KB
sha256:0833b8ecc05f535ee9dba16464a4ba251885eceac748c411ce78dc8b33d036a7
docker-ruby-nightly~ruby~50KTEL.dockerbuild Expired
118 KB
sha256:17d6f312f6699146715687f53596bbbb0ef112f529d40a7ccc2c4d5bd589be3d
docker-ruby-nightly~ruby~582T5D.dockerbuild Expired
115 KB
sha256:d087d74085d166472cc1bef26ea669944f7736211f3783dc3f77bef30c37f985
docker-ruby-nightly~ruby~5R62YM.dockerbuild Expired
131 KB
sha256:62d006dff03bebf37f638b21e540d88d1328b0eb18b46940ea9e70e462c2f75a
docker-ruby-nightly~ruby~8K2FKJ.dockerbuild Expired
101 KB
sha256:a167d0eb044e4edd62bdf2509d982ed650485da91c4e9228413ccddbcc33415d
docker-ruby-nightly~ruby~8MU3LP.dockerbuild Expired
102 KB
sha256:51da35c6cccbe93839b2b140e2c6dae58c85770313ec787543922f1788dc5f0b
docker-ruby-nightly~ruby~AGUN39.dockerbuild Expired
157 KB
sha256:52d52ec4713b3f8f8b5167c80383a2f241b928a702a08e9d37cd1a16ef387cf1
docker-ruby-nightly~ruby~BV14K1.dockerbuild Expired
60.2 KB
sha256:8d67885f11bf6041f8ab15c80b10e1a37c79e68a289f43a70e7f155f2c7ea6e3
docker-ruby-nightly~ruby~BZVSPE.dockerbuild Expired
137 KB
sha256:8aa2dcc92e01909a9a2684afd184d5cfd572c6f746da0d0ec361246d4ea57987
docker-ruby-nightly~ruby~CN1FT8.dockerbuild Expired
101 KB
sha256:61b1f919698ceb78bb75f6e2f15f8f64a1dffcb5058eb6d2a1dab27ceef9388b
docker-ruby-nightly~ruby~D2GEDI.dockerbuild Expired
102 KB
sha256:6bbc0adbdf81f201775352557458c63f851df81a767f3386e0781c487c8c13d9
docker-ruby-nightly~ruby~IAWCOQ.dockerbuild Expired
102 KB
sha256:1878b9090f028a62d484f5dace0139c55e144f37a795fea684deb531bc8eb9df
docker-ruby-nightly~ruby~IECMLX.dockerbuild Expired
96.8 KB
sha256:5e695722b70fffc5cb086ad20f213e61f45ad6792f6239cbe83cb672a9955408
docker-ruby-nightly~ruby~JRWVGW.dockerbuild Expired
104 KB
sha256:d226d1b97f22255af5d9d94c8ce24f6c4e938e5fb57c09d0ffd5d786c13c1bf1
docker-ruby-nightly~ruby~K4EF87.dockerbuild Expired
99.8 KB
sha256:0eaac6ff2f94ff9ab5a77191e4534de27717c2db7c826c24b6dd01fa99c4091e
docker-ruby-nightly~ruby~KCSOH7.dockerbuild Expired
102 KB
sha256:e2fcefd61bfbc37ad58bcd0a358e1d549c07c0a671661ce645116ea60af6bd30
docker-ruby-nightly~ruby~KOU73R.dockerbuild Expired
98.8 KB
sha256:e3e5c14aaa65934e866e2380d17da89e86e031b22e25e98ef317dd75f17a06e2
docker-ruby-nightly~ruby~L3AA72.dockerbuild Expired
101 KB
sha256:f59acc615604cc4f6bc754e7e30f5df83e7ec96dd732f76c8a39b5eacb0e1393
docker-ruby-nightly~ruby~LFRIB3.dockerbuild Expired
99.2 KB
sha256:871db5f3a8223d34d42435598a44ee110fbda38a730ff911f9c5b9873c360902
docker-ruby-nightly~ruby~LPEK0R.dockerbuild Expired
120 KB
sha256:46a1ef355115b02fd51259a7d9d4b42ccfbb6da4326a8157565ddbab92f5d90b
docker-ruby-nightly~ruby~LXVBUA.dockerbuild Expired
121 KB
sha256:65cd512d0a4abee420dbaa801bd97fc816bf0015022eb05070e04d8d83adca9f
docker-ruby-nightly~ruby~NM969K.dockerbuild Expired
98.2 KB
sha256:d71cc59f0acc624e80167af3ee6363811d850731733feee7a9c3003b01933818
docker-ruby-nightly~ruby~NQL8Z4.dockerbuild Expired
99.6 KB
sha256:f73cfdd609171d2af9a7449d37c7cb13768c1d8859f735ff042b3e3f83752302
docker-ruby-nightly~ruby~OACR3A.dockerbuild Expired
124 KB
sha256:374279b5aeee6e2a892299d46da458e488ddea7d7c3677b7d9813c541201e994
docker-ruby-nightly~ruby~OD27Q6.dockerbuild Expired
123 KB
sha256:20e896514293c0adca0458ac6ceeeb12858f5d9b26fe865c0029ef292563669c
docker-ruby-nightly~ruby~OOBBTI.dockerbuild Expired
114 KB
sha256:56a5411676fc2e242669e80955fe08700760636a7c250e9993ce11d7f2ca7e4a
docker-ruby-nightly~ruby~PQDXWD.dockerbuild Expired
103 KB
sha256:8089651e073f9966a8d88188e3eb85c07256a1d7dbf16953fcaf78b9f226857c
docker-ruby-nightly~ruby~RPBNGW.dockerbuild Expired
97 KB
sha256:4ed103a685043e0339759d351c402fab39063f4727629398602612ce0a8c604c
docker-ruby-nightly~ruby~SQFM32.dockerbuild Expired
101 KB
sha256:e71217e3565f2e000312cabad83af9d627211be4a698c25dc8b0aa08d55a0cc0
docker-ruby-nightly~ruby~SVY9MJ.dockerbuild Expired
102 KB
sha256:0c2bf6d5d858a83e5069fb05f3f4f45da9c05bb92a5a9fbb4fa22c3c823f780f
docker-ruby-nightly~ruby~T3GQBY.dockerbuild Expired
112 KB
sha256:9786a66ccf65138daa9fda6d74a59172a3a1b57293b9a97cf4e3f5a5cfca6941
docker-ruby-nightly~ruby~T74NT9.dockerbuild Expired
121 KB
sha256:bfa151f7ce64e533268fdc5e3707988425f9aa746797ffacf9d2b4afb83d0050
docker-ruby-nightly~ruby~UCJVFL.dockerbuild Expired
103 KB
sha256:a89cb45b22e492017bf76c1cf3e9940894fb263f28accb8ff27d4578cbe4ee4e
docker-ruby-nightly~ruby~W7COEP.dockerbuild Expired
99.2 KB
sha256:e91cbc275b7218a9ca52ae5a86945d4d4c284a212a60bf2100782ba77bdc02f6
docker-ruby-nightly~ruby~X86JA5.dockerbuild Expired
60.7 KB
sha256:dbbd7d1478fa2e61591588a1b8083d8cfa1682217582a5d75fb3b83e386420fc
docker-ruby-nightly~ruby~Z37ZJR.dockerbuild Expired
149 KB
sha256:f96609673135471e025dafec4eb25875e5a6b25407d9425108d7897d0dfb40c0
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:920ccb0ae41641d5f949956fd026d218be5c64c425c8b6338d6b0a5e374fb825
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:8ec6e8e03ce6802c6eacee630a795ff3524e3ae05abf09a279a665c6153bf3f7
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:a8eb810c269757914821578593b503eac60790b8bb9569d554f8308e5c76777f
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:169fdcbc6c3b14624647363774d43ef8ab24a9984bb5a5753f27f169f9ab763b
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:9f5d4a82a824065fa0afd34a60e21b7fbe4e824fe32015dab74fdff054c7d6d2
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:c6e07359dd131b79afc8ca747f3247966e2cabe2a2177d88ec5aacc9140b8cdc
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:87a93eeed92b988b9805cfbcef8794f2be3a88357466f7c3f57e5d83a247d150
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:d3c827ef7fd910a3936b6793f39048cb50671180b7a61002306381ddcc0b9d0d
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:233e8b30e67e516568bde6798ab3b8fd7273cba647f7cc6eb58bdf6748869a9c
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:4c226e2431e8d56dfe9751ffd260418d0a42a1a82786011fd964bc8adef05121
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:53f8cc54ecb6a1308a59cca6ecff59e2fdb4a15bcb45bf080bb20eedcac4942b
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:00f91640b976e2b5c072f33e3f6f4291eeda5d9c77453e5077bbef39004e7292
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:33eb4550242248991df80003985d89f02e10108adcc5c84273bf6d71b4af833b
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:4c5d439fb88a7b99d675c0c82187f447f1edd7028f7ff31c0bd7db0c7e9bf028
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:359d6a99986ebc6663c9bcceb2eb031e1f5680f1c44b9d5065862776ecfc5daf
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:19459725face5e531d373cc3f69bf535c6eceeff2bbce511a2fb15dbfc93639a
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:5c216379a3dfc1b9b2aa9d8201f62155cac072c288eea834422ffd038baafd07
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:c2cc01a34e712e1a49a6e383a37081e5747a88e35bedc3f519cf3a785bbd91e8
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:8dccf5c2895cdcde85bc5e63e08146cc06b72fcf243749d7ea90f61a01522674
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:514dc0f771eda2e4a5d8f06be47a9dc75b6eb11717cb32c70f41f7265a1ff5d7
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:d2d49b5da509670d31f2784a3f9271ea05db454deef312db9b3b7571e4a664cc
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:f0b72856a0c3789ef3b2a03c5c4679d086e6a085834e0d7214e7a31282b375f2
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:c201cf124b73820e594e314e49ebdd0fed054e532100c8c3fbfc12eda2654b65
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:1e746999dd691d0b59e04e287e20d13323b0fcb783cf387c9d73873ccb64035b
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:fd471a341826e20ce86b55066caae3d05db2650e5e5168144e16fb391fa57314
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:cb67b2e7d6eda527dfacc18af012e8245b069deba1aa640a977d78399412e108
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:6955f7b4adab4ffad717c8bc7598814b41983b799e00fc684a86efbfe3c3674e
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:db70ca6d4aa1867227f90a3f9ef7c093b71f9674126be727e5080b51f9d3c03a
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:4a2f8162d51fa308b434faa43baf30f3867c552fc1c7c6bb9d77f06aed16d62f
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:254f46b62a47ed0ff8115cece7f803e70708db6c225ca6d454d364ad89af10e2
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:06be78db74adfe434645fa58fe268feca25919daa4182e87dd0c4a0354788b69
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:3566b4cc7839e712b121950112e3ad38d31fedab5801ccb08f345aa48c8c3e0c
outcome-trixie-linux-386 Expired
193 Bytes
sha256:124395b8a031e5ca3ecad1bc6036cfc0fecb2a16c5a50811042e183974fd1e86
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:9d2acc2b71ecfd17ebd1cef33c7a932fb8980101d61f85a54da44767f6a011a5
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:19f9fa40de708521943edd312122d088d8d0b3a49ed6ed874e7128a0d7677c48
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:4014f1c667b4d2c3c7146a152472cd4a76a55fe169bf94162bdcdc4214ab8395
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:c3ee1dcf6b53acc350060f140734f4211b130d6d061b1df90edb0717e5cb8861
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:e99cf0cde0ff748d30ccd9239e35bf58e9406f1ab24f8e8c8b4836c74a453614
snapshot-master Expired
17.5 MB
sha256:87e380f190ee14e535af9ada9175e505e4c75a28ae792852a6e01874543102fa