Skip to content

Docker Build

Docker Build #844

Triggered via schedule May 12, 2026 21:08
Status Failure
Total duration 1h 51m 29s
Artifacts 113

nightly.yml

on: schedule
Matrix: build
Matrix: merge
release
9s
release
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 38 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 restore:
bookworm - linux/amd64
Failed to restore:
slim-bookworm - linux/386
Failed to restore:
trixie - linux/386
Failed to restore:
alpine3.22 - linux/amd64
Failed to restore:
slim-bookworm - linux/amd64
Failed to restore:
alpine3.23 - linux/amd64
Failed to restore:
slim-trixie - linux/386
Failed to restore:
slim-trixie - linux/amd64
Failed to restore:
alpine3.23 - linux/arm/v6
Failed to restore:
alpine3.22 - linux/arm/v6
Failed to restore:
alpine3.22 - linux/s390x
Failed to restore:
trixie - linux/s390x
Failed to restore:
alpine3.22 - linux/ppc64le
Failed to restore:
bookworm - linux/s390x
Failed to restore:
slim-trixie - linux/ppc64le
Failed to restore:
alpine3.23 - linux/s390x
Failed to restore:
alpine3.22 - linux/386
Failed to restore:
bookworm - linux/arm64/v8
Failed to restore:
trixie - linux/ppc64le
Failed to restore:
slim-bookworm - linux/s390x
Failed to restore:
trixie - linux/amd64
Failed to restore:
trixie - linux/arm64/v8
Failed to restore:
alpine3.22 - linux/arm64/v8
Failed to restore:
alpine3.23 - linux/386
Failed to restore:
slim-trixie - linux/arm64/v8
Failed to restore:
alpine3.23 - linux/arm64/v8
Failed to restore:
bookworm - linux/mips64le
Failed to restore:
alpine3.23 - linux/riscv64
Failed to restore:
slim-trixie - linux/s390x
Failed to restore:
trixie - linux/riscv64
Failed to restore:
alpine3.22 - linux/riscv64
Failed to restore:
alpine3.23 - linux/ppc64le
Failed to restore:
slim-trixie - linux/riscv64
Failed to restore:
slim-bookworm - linux/ppc64le
Failed to restore:
slim-bookworm - linux/mips64le
Failed to restore:
slim-bookworm - linux/arm64/v8
Failed to restore:
bookworm - linux/ppc64le
Failed to restore:

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:f2b1a593a19f97ad15262133bf34c4eb95f6a0d734346d48adbfe69fba666ca3
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:57d9c8664280a1e6dbb16d18e7fd0fbdf10f1ee2ffb38ef35df13fce66e7a12b
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:687fae1360e81183821daa3f62f6a6b56b6d5d00fbfb273a79339b95220a8277
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:ead109867923b4183f3b86eab9832378542c160fd305fc7fccddb5d28fcbf0af
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:76a3bdb7ddb3245219b4bb5322e71536bff1b77363d14ecee1a409a74c49811d
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:57a42c6ab928110ca452afaab134a89942765f6fe8a57e46ad676d5cb487a53b
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:f8aaf42fa2933bb22b51913e255e80beecda48db2bea8799a51366a4c7e82efd
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:9816ad7ea30fcf511305a222c934035c1395d4868f1da8e3a6f8e83bf27674f0
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:1fa07ddf52d5fdeb9ff3c871ebf1d845ce644a2bc78a4f20bfb15e8a7ef4a16f
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:9633c9d249c84771c6bb0e5b2e8a2e233735fcadd5218f9f08ae10532940853a
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:df9339f8efdf7b9384e314ebdd8a1d54df0caefb08bda3b206068c2329dd4019
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:25adfea6f6d475d59aa50c84d812ad3e009d17867052f0b3a1512446b263d445
digests-bookworm-linux-386 Expired
244 Bytes
sha256:3a9b9c3a9c214351fb3aaeeed26b48e550e8612eddd791d2d7b28d23c86fd4f1
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:4e77c815242bdbd7e9db1fc89c120cef2baa073b672f55312f94b84e5025ac41
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:bbff2964eea73c16aa135e9e64ec794f12949aa371222e63347886686f76f588
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:2a2ea45b1ba4ba6af3c2d26db890fba2bfc3cb715308a89199736591e28cb2f6
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:93d9a1cb23535e0f3e63e0e8654e4a3ff5048ce8ac4b36f20bcd72f7dd0688ad
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:dcbe19db5fd7b6192a5bf3afeaf9f4dbc870b0f4c7711a8d0a284eb8ec539667
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:cdf419bce85892dd2fc07dff38da62cb83d4fe7e25c1eddb0dd18d453f805f19
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:ceb3145cdba74ebfcae4830c3cfe126b4c80323d4452daea8cbe08112d538f3c
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:f5e5ceee76aaab4166c1f543b46f974bdb67da8f473958f5cbad42168667864f
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:6e27c9beaf21fc9a7a8f4685fddf0838f6ab61b74a14d5b80757583cebaea69f
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:68e26be71f290a8272b60e2435d6604fc2a73e5660975c37d1794a27f21d2883
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:510b76c6ce86240cdf6dfd03799d54f5fbc2d6b35f73546127fc306f43957527
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:48facb5a88ee0b97651f6e04acf0741d23b91ec25e0bbdfb0ea2bb81c408245e
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:e38fb5dd87f7e27e6bdd163d42078cd39568598705c66432158ae352478dc471
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:d5e52ac0187df171ee282d76c163aaad0d75d929f53d39e326fcec9da423a256
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:4b2f2c4b47c0653761305bc7ecc819041b78d1d9687fa0694508b7aa5c4d113c
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:6c67726ac1713568dab5f1665305f169ed3ae04e7913060b0751b786b74828c9
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:bfba727142f33107c4e2e595e0af1c759769b0595977f325ee663109282fdf9d
digests-trixie-linux-386 Expired
244 Bytes
sha256:15c3fe349fd3aed1d19adf40d6adb8bf462161663964c9b2cd6f8d4351a7f645
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:84b11fe38680151fe3a7089d179432192d944fe90506547010f32e66d185d5e5
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:7d521737afbbec21365e57825798064b0cf30c0fbd3db52a3ebd396a4189f516
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:ab68303228b4d48a29cd61aa438d34a22814ec7bfad73fc9b3a2b2d8e7e6ac78
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:94d6d5d5aef970a009f3e58988158d977e05a245fbb4283624de3bf296b86a7f
digests-trixie-linux-s390x Expired
244 Bytes
sha256:b2b791963ec6378d1d4f5d89009a34f672441d1d4b8f8dc4a5660b1db510b09a
docker-ruby-nightly~ruby~0WFFXC.dockerbuild
103 KB
sha256:9d0b8a6921194452c5716a00dccae11aa0b34fa574c6649f042f9cae85c1f616
docker-ruby-nightly~ruby~18O3VO.dockerbuild
103 KB
sha256:b629ec109753eaca3ec1005db6ecae8978b3d7f01a8c7f2507a8ce104de05367
docker-ruby-nightly~ruby~2CVK7L.dockerbuild
99.1 KB
sha256:69cc48eefa4ce84507ad573315602b2b13f14f2cc4a0a9d1ecefd42c054006a6
docker-ruby-nightly~ruby~2O8JPE.dockerbuild
102 KB
sha256:305f688d2064cacd28ab6410f1478f9b6e17be5dd6cbda22f13a402394c2ae98
docker-ruby-nightly~ruby~2PITD3.dockerbuild
99.2 KB
sha256:05a84ce1ecd89eab78d155a824e794fc66828dac5f4e97f0a4f9500757d35c75
docker-ruby-nightly~ruby~9IQVNU.dockerbuild
102 KB
sha256:953012ecd8905300ee48d7ee4a913cae6aa15bcbd78e766c0dea237fb0f287b7
docker-ruby-nightly~ruby~AXYYJU.dockerbuild
122 KB
sha256:5bb0565e7d6cc37e74afb486733d7780ab0e372b8b57c30a9b54a4b581006c4f
docker-ruby-nightly~ruby~D627NH.dockerbuild
96.9 KB
sha256:488c860dcfa672699ed589370c8e8a4e66225b216d0cc0face097a04638e8519
docker-ruby-nightly~ruby~G2HFXQ.dockerbuild
96.8 KB
sha256:015030d98641cd87040c43076bc8cf71b440f0809b35dda454b803dbdbccbed3
docker-ruby-nightly~ruby~HT0CR4.dockerbuild
153 KB
sha256:d49c804c749ae522392049cb4d6a1b9da4f796a5c9700231352b1bc847ef0071
docker-ruby-nightly~ruby~HTPZPW.dockerbuild
158 KB
sha256:5d08bf30035f728689bce8cf36d3b4a3e50f473df2e4019c423ee9cb1ae94713
docker-ruby-nightly~ruby~IQNQNM.dockerbuild
120 KB
sha256:a8cbf05c2d3d38dfffbe5225b53c2c71678e2f54d4bec4d7e5ba66d95ff79464
docker-ruby-nightly~ruby~JDS21G.dockerbuild
125 KB
sha256:004900cd3376c7a599be4d4c5940c790640c61d9c8f85e48c834d86b7c0930cc
docker-ruby-nightly~ruby~JS13NR.dockerbuild
102 KB
sha256:eccddcaf66203fc29fa4a07baeb3585e3e2d2b9826c1b4deacd806ac2f04c064
docker-ruby-nightly~ruby~KUSYNF.dockerbuild
103 KB
sha256:cd83ff03241c050681b45e0fea10c60a34ca593d439196a0637473fef7cd710a
docker-ruby-nightly~ruby~LF590J.dockerbuild
57.7 KB
sha256:adf00132b54d33e9aec49f309d720e585a509b10b4eb5795f4d4055f8be673e1
docker-ruby-nightly~ruby~LU90IP.dockerbuild
130 KB
sha256:0584a180641866374923f689084e39a94c7386cc7cba3b0bd10b0ab1f77947bf
docker-ruby-nightly~ruby~M0H1CW.dockerbuild
105 KB
sha256:f977cfb6235cc48d398077c33aeb07064d0f35542d4d5f229278c1f8c0e24390
docker-ruby-nightly~ruby~N7O3GX.dockerbuild
98.3 KB
sha256:7f11a4cca412b5af24f19c462ac5b1ec9367e3110e83f6c4cff1170a01b2873d
docker-ruby-nightly~ruby~NEQGBF.dockerbuild
135 KB
sha256:c9d6225ea59efe00193309ccaa5f2612e5d3b781e8684566f55c9f75c5325f47
docker-ruby-nightly~ruby~NSWRDE.dockerbuild
105 KB
sha256:379bbd68efbc4440ccf5fd49c1d825df9c30570d8e5ab47e2f12b7ccd41d588f
docker-ruby-nightly~ruby~O3MOQY.dockerbuild
128 KB
sha256:946cca1bc9c0dbd401bc17b2e74570a795717051e4aada994e5387f3cc98bac3
docker-ruby-nightly~ruby~OOZRPQ.dockerbuild
138 KB
sha256:84d14f1e7f0921004b0e781f87fd5e0aa70f253bb4628c6b4f9ac55f9b263465
docker-ruby-nightly~ruby~P2LYXY.dockerbuild
103 KB
sha256:b666f7a69d965317fdfd9e925ace8bff273deb404270b07133192de9849bd6f0
docker-ruby-nightly~ruby~P3NT81.dockerbuild
122 KB
sha256:f0c4f64236225c2ef407498dbdbb2d21fc9967ee9a95c5cd210a16e4d5113ddf
docker-ruby-nightly~ruby~PMXAUG.dockerbuild
101 KB
sha256:f9dcff29f86c2f6dd2a8136fb05296fb824cd235f236a5d563e35c3b2da8391a
docker-ruby-nightly~ruby~QOS42N.dockerbuild
123 KB
sha256:7a5d44b5d00a5938659cb25ac8e0875b4e6903fcb67cdc683ceffec8ac2fe7d5
docker-ruby-nightly~ruby~RAJ60A.dockerbuild
124 KB
sha256:68d6f3d2cc8435fb3dfa5f3424449e6b688adbba0d3bd2a9d905762f0133d6c7
docker-ruby-nightly~ruby~RB3X6G.dockerbuild
115 KB
sha256:223f642ce0e4ed1f9a0ee699e0dd8746fa01087325afc7be8b50d6fe6d5b7e65
docker-ruby-nightly~ruby~RCZIFB.dockerbuild
122 KB
sha256:d3bd5f6ccc440c1ee6ed4af0ef01cbe161ae35045c72837afdbf59264c2ee8fb
docker-ruby-nightly~ruby~TPUD0M.dockerbuild
102 KB
sha256:e9cb8816147d8942a18f842598bad594ffc976ff8194e5117bab6fe26a718b81
docker-ruby-nightly~ruby~VG70MX.dockerbuild
122 KB
sha256:ce78989f3712fe548ca1b7e2cc01d9371c4b8cd2c91807f32552c053eee59ee1
docker-ruby-nightly~ruby~W4KTKX.dockerbuild
98.3 KB
sha256:ca89e999272feba3222c28a8d31c627aa4525ddd0ebb5fe56ad512644ddd170e
docker-ruby-nightly~ruby~WHD8W6.dockerbuild
101 KB
sha256:774a3d4d2ee617eb1e74ce546393bee00e6fe4b77535a93902d0b5c1081a2026
docker-ruby-nightly~ruby~Y5NS4D.dockerbuild
124 KB
sha256:94900f2d2a233209509db26a1be59ae1eb61329f04796823c857d4117e46be97
docker-ruby-nightly~ruby~YEVRTJ.dockerbuild
57.3 KB
sha256:265010aefb8d2371d3dbdd2555a723ed2d0240cf4bf9a95b1476ae29f6cf080d
docker-ruby-nightly~ruby~YRZPIF.dockerbuild
102 KB
sha256:1c76e027bb7f4e39971a7af177c88961ba8895ea7e470a46931d769e1dc8b622
docker-ruby-nightly~ruby~ZSL8LY.dockerbuild
101 KB
sha256:4a61a5da4d31590d1e3e93c8a94e415301f1a5d6199f347db5c23ced7415c9ed
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:5689158223d06f9157a247cd53bf1308b55caf9e1fd9b0c2884c1375ef5a91ea
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:e1e2345416330c1b5798ddcf48ecc7d4ae6ea01cd7dd6a8e56290715bfd5362b
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:f5516ce18f5fc9675f8c1dc427e690cf9f59519cabd60e10de7df17c10e506b0
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:d84d82fd99cda376f9bd34d18064210fa25fd6d7429e6b101dea7797706cf6c8
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:2e1cd6478ec171b3df4b29733e7d3ba799e8b7962658651a9c45256afcedf0f3
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:d33f1af3f477fdb4e5fffa78118e6c1f1503082e92a82473178e17fb451c9387
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:8f98771d665f8dcac5db9a25f7d04e25b3d647d194d75e79915c3e5cca3a260c
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:7a23aceaa5c44e874cb86588aa721fe3f5191ccabc2c248044754bc77a1d20bb
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:80e210fff21eb6569110f77448930f55ce1e94352d8dcab6daf13242ae79edfb
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:94106b9a63d79a82db88b40e117b9382949a3386a3d803c0b18e9da282ee0a98
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:8061d09ef412e50daf9d386880a60b5f4b2d22cda6b4794c5c64a43c6781d277
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:0b20eac8f548d501536abad48f06d951c729458e948837a20f30e462f1f27088
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:f04a07e44db7dc0ce5fed18bd30d4d3934712df436143ce85aae8c02519638cf
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:06305ba105222f080d518f820f685dc220901d733d66b6f821a26125ac159e86
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:405a629cda4e7815fe3eb6c837c62d768e80eaed0b02c85d967b9b875c0b13fd
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:89c975fe7bd294c18dc5c2e5480a033109a38fa11a701127e7bdb59fcd4ba5ed
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:b1e9c6322bb86fed6c9096f61679b4a2a698a7d5a1ba098f318d047539ec8916
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:1a3ae1dc782687c98d20fa5fc79c894c18cdeede61b347210f004643d03c8d31
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:5ffd5d15359593bb932d68c9b6e2c0da8830dc954c721df12f8f122988474082
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:3939a07abc2f7aff34b533e9ee1b26bbabf751248cabd8d7c76eb4e139e8a2b8
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:a3509aa181c6a87bc6abe8cedbbc94aaec1db82b31f013315a1ad8826b63b306
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:97ef74a8aed1bf14cb32826dcb15a87db243262f669cb9bca075dc4dd43068fa
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:388c6d828a450609131fcc0265511b291d93730ea406eb8a92ffeadedc5a64f2
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:ad0b810f5964b23b8e2bc065382b3bbc7017b565bcc1d4973efb8f9ea5c92d25
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:8a93d667a35af35b0125e2380179246fc1d304412e68b46d62fefb17d8523905
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:fc0c2887ca70b8425183519f1bb32a1e7dc5fe1d4e61b6a4524d0c6837bb4d8d
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:b88e89326f3f673be9202966155adebb7c105903939d403b653ff2525612f6e6
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:591617765afdac76f571e6a72ae6b91dab03540d9029c6bd850787bce7fa34ff
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:931866a42b08bddd219c77f112fdb09527c0ff6aaddef88fbe20d3e1a028dda4
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:a1aead425a7d246e4d787ed8bbe52112e689b23ed15ff40764f32cf7ee73ebfe
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:4c9e9ccca78f738a9ef1a6af2517cfea11dfdb5155dd9d6d1abf0e50cab0cbe0
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:a7bd3370df64fe4fe60179ede858ed206cc4f70e65945ba9122728a0f94aca62
outcome-trixie-linux-386 Expired
193 Bytes
sha256:beeeb369139fce8deb274c946eb63fb65ea4fafb3bf86c82c6aca03b03384d73
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:fc6cfdb4d4ab5f8434c766d51930d852938a0c91bf77aeebfc9a3076ebb9c93d
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:26087fecc5e0ad9b11db3a18673f4e218d701b35c5a02ab3c05fe1996d872831
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:333b2e09a62cda42ef1d287399591c71a8d3736b9a5398d9f73751a6d27e272a
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:52dc2d5311e3028cf980788b4c5067936d3f12a5275e3c2081f7d96acaa1ed8d
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:3352d03db67dab31a4e2f701f91c52b9cfb9eb948e4bb34f35f30c75392458ce
snapshot-master Expired
17.4 MB
sha256:07f24ae7da54c73fd1dd971a460d585eb2e0472627fca9c6ad505d26cbf25917