Skip to content

Docker Build

Docker Build #870

Triggered via schedule June 7, 2026 20:58
Status Failure
Total duration 2h 12m 23s
Artifacts 113

nightly.yml

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

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:3c9880ae0353f97bd824bad211026900ea87db21aec18c0399eb7341c1165281
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:69668f24b239bb2218d65c9e90a179abafed2ed2e2efb3ddfc8d4c2b8c4366f4
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:cd3c99d39548992bb5ddf341ebe27b07c46dfc4e03d2fdbeabcd444903843dce
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:c0c8521122753ed8595ed472b7f8890b95976f6e1b7e66506a767d6f1b23cd9a
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:4cefc35f932d945ee081a026907b46efb4dc0f9c3d888618fdbae8d34796153c
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:ba998c3f2048d385312d931ec217de22566d867efebed15ebc1e91b65b913eb3
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:1df5f9b773900a58ea3a31a303fb071805230709994d2acbd32484b8cd932281
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:68aa5f81f1f987d89fb5df0c9ba848310f5cd550cffa6401c8d881b51f5b552a
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:dfead25722abbad862ddb27953d9eec71d2ece18486c3e8c860c20a56fc0a9b8
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:c2dd5ccdc56d855e80c56fe53221cc26bb8beca62cd6b20c776a2ef0b6992281
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:089c38293e0f2ab7aae16349abd519b0ba31f330ca49b184ff0deda7272cdd4a
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:3d2274d5140fe13f05fe17149c4e5e53e0439ed3a092bf5a30a50379a3509ead
digests-bookworm-linux-386 Expired
244 Bytes
sha256:f9db4bed629eb30c10a09040a475bd1c7fc428ce207aa0ef40057315c2d7e253
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:5ea0500e331a3e1b93230e3d434c07c276ca15e5dec0b8436cd64b5117421e18
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:fc5903bd60d25e4bff6d287c52f2fe25a3a675022bbccde2e7989a7f0a588802
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:d6f2291b1f31c0f270d06502ff493a9d928ec73bdac50bc4d133a75debc9fc57
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:93580b97b7b388c9b46795a732f552757ec13cfa90a403eee88c7da1f1444a1b
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:f9ca5fffb76fe7b4078dc0e33bcea4751af9aa82e7c23428069b333b0a6cdb63
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:5684723f72f1e41b3c5199e09b4f0f5f1521b18ea2605e19f9fd1f4e7dd60c27
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:4bab7a3aee63b366712a18270a857525ad92e0100b185091d919b1cad85281b3
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:0e06cb8bb1d876db844e28d8f2bc2c880e1e642f67c89f9009f1d1e7020d262e
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:e3907b96e216eb0666e7fdb78d38b0f1c110ca799995e28e2c7e637c98f53502
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:72086ec213ffd2d5d32e1f716463a23d105bdb2a4f502a945e1d8bc1318259df
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:d919023955913318f197b766f8d2d1efa9d98f0e563ee7c79718f485d848138a
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:9f1085524e263cc071239c5a8430e9f8e80a242348414cbcf148832615e382b5
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:c8a2946006e56309ffc9398d0e5d82d541000f726c5f4c928c8f9bb78d8af1e9
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:50942db65f8cd645a2d6590a02d50bc94c1cab985c18322ce31040a733119601
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:a7fbc64d494277dc7cee995a9211933ddce37a82be64ec467d7e745838f1899c
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:7dad370c2b290e37f7c55dfc4ef424c403fba44a89347bcf7929d0d959505bb1
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:3a545d77271ad71ba7d2feb38abc8b144c5ac3233c908f02a2fdb1b870123e89
digests-trixie-linux-386 Expired
244 Bytes
sha256:cc3be79fc4d7db0afed3b55edb58d406beca950a4d12e586b57bd80d559662fa
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:423d1ea5293424c93f6c784ef57df5f59fc8b10749dfd8070a4f85a1b46ddc0b
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:4fce2c670104e319efcce1e829355d767dbf2c41aaf484556cd2c469387bb664
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:c7fea83d68eb5c29decbec6a45792d6117405ad4ed430327580291cd5d45e4cf
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:07235af64e3036ca81cfadb07d854b0e6cdad2b8e9ba80359353662b680a6235
digests-trixie-linux-s390x Expired
244 Bytes
sha256:cfa45285a58ceb1dce7c4ca648cb9bf7faf3a3b2ccdc0d1c651a594246c8be79
docker-ruby-nightly~ruby~0QJBO5.dockerbuild
125 KB
sha256:c8740224bbba8ee9746a4d09d933e2e0b3bc9df5f921ca1ceb92f42f1cc04a19
docker-ruby-nightly~ruby~2PP97O.dockerbuild
96.8 KB
sha256:2cedfd9e4fb67a8d081f1c612bbc6ddf88f589ac94e4700a816a32a2a05dc1cc
docker-ruby-nightly~ruby~5ESFB4.dockerbuild
120 KB
sha256:4d98e35a14de09c2725d7b7a0260757ed39c8d03eaa429bbd9cd712fc2aecece
docker-ruby-nightly~ruby~6YJPVM.dockerbuild
97.6 KB
sha256:18004cdc015fece128846c47a63e48fc565298957fb8315145b68fa4c0422f97
docker-ruby-nightly~ruby~8G1YD4.dockerbuild
124 KB
sha256:83f62948f85c471d82dd32566482c2ea0da8cbd6c459f08fa22dd08ea1ab6d9b
docker-ruby-nightly~ruby~8J1GDF.dockerbuild
104 KB
sha256:031c5ab54973ca493f769a4234ef4d0713e3089aa4dcd904899753ba0e83422d
docker-ruby-nightly~ruby~B6G0IX.dockerbuild
131 KB
sha256:1dcb8127d38456863cad5bf7ffac037ac4aa9888d8463add57ad0dcdd840cf97
docker-ruby-nightly~ruby~CO6KVO.dockerbuild
99 KB
sha256:a624b5e4c38c294f5002072cdc16c61302afb28c902e0e879a7f404fc74a03fc
docker-ruby-nightly~ruby~DD4Y06.dockerbuild
97.9 KB
sha256:f6d993e5269ed111b4e0bf3c5d7b0c9753e321287d0d9fdaaeb296ad6263ec5a
docker-ruby-nightly~ruby~DWXXQ1.dockerbuild
131 KB
sha256:3f2264d5c94e44d46d4813051feeae27be6d32d6ac550a602017053a6fc21064
docker-ruby-nightly~ruby~FT9IXS.dockerbuild
113 KB
sha256:bcf20bcad299e0e3ab000e0cd9a530949d1e4b66ff98ecf4a2c4a9952b7198c7
docker-ruby-nightly~ruby~H7QFRM.dockerbuild
101 KB
sha256:8f4939c601ea3708befa4abf9ec52f4bbe338b21bcd5bf3418bcb241c1139eba
docker-ruby-nightly~ruby~INHR6R.dockerbuild
61.1 KB
sha256:c64c1739fd52fe895e0bebf083c08c251920bb492d08ab9add7dbe2fed10071f
docker-ruby-nightly~ruby~JKK9VT.dockerbuild
101 KB
sha256:dd63063673aac59b28442afe1859ff4e03cd2ca5308c831034747f665b9707d8
docker-ruby-nightly~ruby~JNCFPV.dockerbuild
101 KB
sha256:616324d6aa5aaa13412a841438011c964bd2fb8fa8d0649bf6043cde9d7e9d1d
docker-ruby-nightly~ruby~K0DFD8.dockerbuild
100 KB
sha256:f6f0aac3e3c9dff57ad82d0fe127df6a03315fee9c1e6219a2cdd4105df3ed26
docker-ruby-nightly~ruby~KRERQY.dockerbuild
122 KB
sha256:8c298ef04d1e5290a4778d279a2ab94e8ad45581faf9f190abb0198f161f3caa
docker-ruby-nightly~ruby~KYFH66.dockerbuild
104 KB
sha256:2355c82dae4c74bda902aedd73f57671fcf107721521c885329463212b10806f
docker-ruby-nightly~ruby~L1LTQ2.dockerbuild
115 KB
sha256:39a59a04075973957af84e3478b53a7abbc9122ca9613aec46f522a650a1d669
docker-ruby-nightly~ruby~LFJL69.dockerbuild
102 KB
sha256:a38fe4e23dcb874156cb82f8800d0fca3609e388a7f827a7bd6b7ddd58bd6886
docker-ruby-nightly~ruby~LMJ702.dockerbuild
100 KB
sha256:8879a5476e66f128c0e741af08168d9044f9e609a16f3daf22c060c572c71128
docker-ruby-nightly~ruby~MRRPS2.dockerbuild
98.4 KB
sha256:558a53318dbe5378420f2ecc9d8362497500ab80a992f904a53dabc74103e818
docker-ruby-nightly~ruby~PQEUEZ.dockerbuild
125 KB
sha256:0f389b396f4850d7d936bab358456feb7152cabd239e15daa7e0d57e3096791a
docker-ruby-nightly~ruby~QQ3E38.dockerbuild
98.8 KB
sha256:31765e246dd29ded5135c0801467623a92429884769f0d19803f38971ac22294
docker-ruby-nightly~ruby~QWXQWF.dockerbuild
101 KB
sha256:911aba1daf945122adab836011fc5ee5604d2fd848e0d1afafe282ae9781029b
docker-ruby-nightly~ruby~RGP610.dockerbuild
60.4 KB
sha256:8f7a33375c3b7c52cc0e765095578935b6f5d9d975d9df4184e64339903c1f84
docker-ruby-nightly~ruby~S235FH.dockerbuild
102 KB
sha256:b8d5a115b73110de86504f924fef4ff627cd74c39905a91f9c813f5152a4bce3
docker-ruby-nightly~ruby~S3XFFG.dockerbuild
117 KB
sha256:dc99e1b779dc1ab7cf5262220a4f09bb506020f487ed672be3f348219ee50f4f
docker-ruby-nightly~ruby~U0C6ZH.dockerbuild
135 KB
sha256:c434f0e5a600dca136323c315060865a2ea8df367455e75e630dbe0d02ea1bb5
docker-ruby-nightly~ruby~UP8U0T.dockerbuild
102 KB
sha256:654b84c2259a9407a8c5a491aa3a06dde61665c37439315ed118044a31b08653
docker-ruby-nightly~ruby~VNGFH1.dockerbuild
121 KB
sha256:80e0e585dccc8918d21ad8c4b42f3716e6c0319100ce0da712145f43b02b034e
docker-ruby-nightly~ruby~VRYSOP.dockerbuild
134 KB
sha256:06e31090a05e350bfb81ac79f56e109d078a30010b48b123ce8fed47a2808bbd
docker-ruby-nightly~ruby~W17EV3.dockerbuild
98.7 KB
sha256:9819bb7fa3d2040a0cd99366ccbefc523b6ed70dd42a22aef50a97029d1d9867
docker-ruby-nightly~ruby~XJW0BC.dockerbuild
157 KB
sha256:a21005bee500530b8c39d51bf7ea2ba00245b60a40dc36edfd79bfa300287fe4
docker-ruby-nightly~ruby~XNM8YD.dockerbuild
115 KB
sha256:8d0f2b84c749741287482e417be48895a9f4f3e8e56c0d1951b912a1668d0ccb
docker-ruby-nightly~ruby~XTOPY5.dockerbuild
101 KB
sha256:c15c9562e6ca48f99957d28d4a947f7cc014f273c2feaa396e7741de4580961b
docker-ruby-nightly~ruby~Z46TW3.dockerbuild
103 KB
sha256:852d7d41e6910639ad7326df73750eccb100bf886f3e3f4a58bf856f588eee2e
docker-ruby-nightly~ruby~Z6WKI0.dockerbuild
148 KB
sha256:cf322a485257cd2df11a09d03fc6451ae1bf7aef6f124dedeb977c155b7c5a0e
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:9baed31dd797ce564605e8f84bce0e47ebf1df93020ab3ab2ab92bb30b36682c
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:31a76eef76ac035b283e42c1f540a6800094b982fc680361ccfdee5654121a3b
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:4f804f64ed6fe7d70a5f872f5a7441ded5eacd9f5e9b3e9acfc7ca70dcbdd3ea
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:940ddaa9f85e59d73e0ce54ea134390876a22882d89ac6f82f9ad22417a9f9f6
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:caed5239d073a55152cf60338d7b0db27d23e10185b4b2e608a4db4683e0aabd
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:6413d820c307bf87e8e99cacf50f5302ad2629e4546789ecf864bb90e5631704
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:1d3fdff453a1a47772ae9448a7f57ec853407b24efe339ba9fffd023f41047c9
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:5f6a1a677556721eb2af5169c60df6570b26f0de1c05dff143cb94962452f425
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:2dd0653f8fd5d855b1af253c916cba1ad29e6afe63561880e7d8092902b9e88a
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:da4c9c5cf41598ebdaad70f73c6de2f1957a0662bbb90524b1c54a544b8567e1
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:43b17f2af53df9e341f51c8b2750efc8b978157da981c4852be45dab17f20282
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:85fbeceb5d20e8ca712a25ddd99d233f37310a99cba6909c577bdc6fc5b2b5c4
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:387a9cb92c369198f0e11433a0a1545b251b4f7571514dd9c2bc98ef00cb788e
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:61364b6400eb940d78212af395daa0afb1c43210e4f245927e48250fbcd34ac9
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:4a922c53c4893d2b763fa97e61b60e7631d1ba72fbf4e281cffe416a4b016ccd
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:ba2149a50f9f07237eb22b70b5de7fdc58624a35e25890d64e89c48985fb383f
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:710ba95b711c1b2b3090e8866601493d88674a6b1e06689a6d040d53b05071ab
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:c4e9e1ea3aac3455b83c07d522b078f73ca7a0cf787cb796d1a22425019eeb90
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:cf4c9527ad5e221dc225bc17e65019c2c460fa6f593fc0abaa6ece314fad5fc6
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:709cfc7673318efc776573cc0d4dc9cce11085067bd41de1452aacea610f362f
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:044a6ad6fb0a0bf6cfa1ee2e4d8726a58e3f8b414acb8d13aebf080b304377a4
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:8a90a09e0f71f8ae2ecb2808b0aa67d4d7bdc96e6915a83fde837110d4c406fb
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:8b2c22f13b35fb2fdc400ff7b46bdc865e2536446c00e4d2dadba03a3487cfdc
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:9d36b07fd7446d1ba65420b26b8c5fbe99ffd24c59cce0d9343e56712fcb4f57
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:92a02d539cce08bfac6c76afe8a235d0f7ed5fb68a3d6bf8829a0635b7226472
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:fe344502abf002f5eaff26a230f865029e3ab192172f28257f4eac8b66d01b6e
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:7fc1e7dd0ce64dc3e2e6fd93e3ae66e4aca9f43cc54cfec325e92a8065249cf8
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:8f993e98befb491c63043842f87ba2e24dc3474107a8b65313443884a52094c0
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:770a3c2f6c84f41f89766643f42a0f2b1f7ef113c46ec0d70298cf449d2bc4a7
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:fd9a2a30bfa157f5a56a511c6af2ad935f9dc961a888a33884a361278a02737d
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:16b9d8068ab2cab8e2072a73140d721f1d3c49cc1a9818af4e86565b01daf748
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:b0610039394f479f47cfa7c47e9506b6337800a3d92b63f55d75d192ecdf2de1
outcome-trixie-linux-386 Expired
193 Bytes
sha256:5d1954ba1b3bfbc91ce1d3e3b4f481dd9945f084b10450b5ebefd2a0b4ccdaea
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:b655c3d9a86c0a7374662984c14d08c701dd74c9bfb676d694021e3b2f45eeeb
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:638b6ac49e12635a703fcb61d5b0c422922f0f0d5c1cf82d93cffda677d09466
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:3d6b9c7b06a5d9561bb0c632149778e92f8ec8d679b6f18f1e3de53fa167ecf9
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:d1156a4a66a9ee3df9b678a65b6960437b22464d2724c67afc55d598078537d4
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:d23eb2ab10ee1663796dd6713eff8e6ce486f80d4eb38dd0403d988361c24b17
snapshot-master Expired
17.5 MB
sha256:74b18942fb0e784b3bd6e81e5a3d490d421cc4aeef4dd7a3efda5432010e109a