Skip to content

Docker Build

Docker Build #910

Triggered via schedule July 17, 2026 20:41
Status Failure
Total duration 2h 22m 30s
Artifacts 113

nightly.yml

on: schedule
Set up matrix
1m 8s
Set up matrix
Matrix: build
Matrix: merge
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
trixie - linux/amd64
Failed to restore:
bookworm - linux/386
Failed to restore:
bookworm - linux/amd64
Failed to restore:
slim-trixie - linux/386
Failed to restore:
trixie - linux/386
Failed to restore:
slim-bookworm - linux/386
Failed to restore:
alpine3.22 - linux/amd64
Failed to restore:
alpine3.23 - linux/386
Failed to restore:
alpine3.22 - linux/386
Failed to restore:
alpine3.23 - linux/amd64
Failed to restore:
alpine3.23 - linux/arm/v6
Failed to restore:
alpine3.22 - linux/s390x
Failed to restore:
slim-trixie - linux/arm64/v8
Failed to restore:
slim-bookworm - linux/amd64
Failed to restore:
slim-trixie - linux/ppc64le
Failed to restore:
bookworm - linux/mips64le
Failed to restore:
trixie - linux/ppc64le
Failed to restore:
bookworm - linux/s390x
Failed to restore:
slim-trixie - linux/amd64
Failed to restore:
bookworm - linux/ppc64le
Failed to restore:
trixie - linux/arm64/v8
Failed to restore:
slim-trixie - linux/s390x
Failed to restore:
trixie - linux/s390x
Failed to restore:
alpine3.23 - linux/s390x
Failed to restore:
alpine3.22 - linux/arm64/v8
Failed to restore:
slim-bookworm - linux/s390x
Failed to restore:
bookworm - linux/arm64/v8
Failed to restore:
slim-bookworm - linux/ppc64le
Failed to restore:
slim-bookworm - linux/mips64le
Failed to restore:
alpine3.22 - linux/arm/v6
Failed to restore:
alpine3.23 - linux/riscv64
Failed to restore:
alpine3.23 - linux/ppc64le
Failed to restore:
slim-trixie - linux/riscv64
Failed to restore:
alpine3.22 - linux/ppc64le
Failed to restore:
slim-bookworm - linux/arm64/v8
Failed to restore:
alpine3.23 - linux/arm64/v8
Failed to restore:
alpine3.22 - linux/riscv64
Failed to restore:
trixie - linux/riscv64
Failed to restore:

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:77b98bc2560fe2c5c58cd292ff8ecae0cce6f52a0c00cbed1ebf5045181b130a
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:3e667b788fee1f95538ad29fa89eba871b5fdf2ad0436ce590f59548224f2c36
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:3976bf2bae9f045448725f763c2d5a14969831ac34e514186d154c25306e7e8e
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:e411c6040391d4908a2cc6ebfd7077df6df0040eb1380a7b8212f23acbaf5cfb
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:6cb76a9021fe16b91e00e30601caac4c59e64d7bcc7049beacaefa90a1acd597
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:814dd6b8bef3d6f77b97eeedd7a94e0f193df43bc547cf5018a16af79396531e
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:9ea15f5b33c207314ad81d8d42b9a8890e59901647f1984e71ded96f4f5ba462
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:aaa810ec2d9d1ab1b65d5e979435c4d86ac64d94e272213cc4bf519e5e5ce724
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:0af452cad94928442d19e8ad5b095f9d176ff54a1c09c107bb2a7392b9d39d26
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:2bdd96b7bcc436a877b0e9976c6359f02f216369490e137545647dae63b58f30
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:bd7c9d0f9c1e403b97562c05666959bc711e867010949f5093025489379053ae
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:1fa8746f6a57173839ee82975d5685692e4459c234af670a340db449072bbd1c
digests-bookworm-linux-386 Expired
244 Bytes
sha256:4661dee81a5ad38ce9d6da40a0ce18bda4b93a28d537d77e67c79d3130bea4f6
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:64d9cdd0b4c1a633f18a421145a40f9930fcc70e30f142ef53e251a2d5a89c67
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:6772b7824462e7cb7b39b1450a29fc082a18bc34d360828fd275e847d49f7267
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:4ef56cf944e18c334227ab487d7922a84ebef7c40c028c77f8452d5419397f57
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:6ba0503f723e274ea343e02a4f558c1c77c66b8da8917c9ce37badeafdfff873
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:dfcf1de919b08cc8559bc64160a746b752707af0e1c982d56d9917186040b4a1
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:9737e06ea41aafb93bfb2d25c206eea3dadf5ed3fc4abb1953054cc8f434b527
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:fd7ba0208e565a361f716439385ae83de368e5c8b2f9f441c577869d2619b048
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:cfae81c451ece1e985078aedd64afe4da4246f17ed1d52bd9a4dfc5ab10116ff
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:0b2fe53a18fd0bb2af52123a785f6c9344dac01921f2b1f352d9ce7ce7a31fa6
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:3bce2296d56fb3e803de9d7d97a13d419e00ded31af4c17b2dd237bb25e510da
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:b8bd1dfe02864007842a8b2efdddb56d3c94d64ba6ee1826dc6d50df4ead7411
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:e00e52ea4300b2a4a0218bf744fa60dbe2c087e8ddbcd4f2488fc1697214fabe
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:d9f8e25ee886ce438ebb25facb9c4a188be5a19ac585b5bcb53e90c575ce7603
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:78574f0bce034ef8a13d1ce5c03724ca949ac44882474c9e10f73174cc49e110
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:ce60b7254c331ac34efa242ccbece28f03d1f8fd2735c9404589497424f7ee91
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:4f9d34c72c9032b751b0f73b376a354648e8864d7f6266711dee95794f6c0b99
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:8b1ebfea2ee6f9ea15443abd43bda8c39235af529c3e4ad7e8f93217f9708b4b
digests-trixie-linux-386 Expired
244 Bytes
sha256:1d0aa48211f9145ed96cd4fa5b1bc20a382effcc100c5f8ce7741ee7436a8823
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:435469b66b1af6d97fc36225144838d15c1c743101ac0bfc58c827539db19b18
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:0169bf326b193963ebb2599ad85e327470caaee2264657dc19a935b0bc6e0fa9
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:c424423f74adc7d9bf04c184cbf08766298c9b9a89af59b1ecadee8d88deda49
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:741d037c5b29b7adba259e7afeace36378c03912f93ae6a2015c2a623dc1eb29
digests-trixie-linux-s390x Expired
244 Bytes
sha256:97f224e43818008acaa66d481755319f798e24572c36a6c2578292ffeff797bb
docker-ruby-nightly~ruby~02E1TS.dockerbuild
93.5 KB
sha256:32a7532d773b7ada8c2855a29e805010dc7cf3cf0ed72bdf15963128df415a6f
docker-ruby-nightly~ruby~0HHZK6.dockerbuild
120 KB
sha256:05145e695f5e941a2fa0ff289da7534579ba2a992ba294e68c5374628338848e
docker-ruby-nightly~ruby~5EN2B3.dockerbuild
121 KB
sha256:f3692365d1145dadd764130e8431a8262e0b3760078aa5cfdb5a71fd921db10a
docker-ruby-nightly~ruby~5KJJUK.dockerbuild
103 KB
sha256:322a55f04803775d84cae637e2e0d03b10d58d3ed99d2ad109502f5185994efb
docker-ruby-nightly~ruby~6O4SAU.dockerbuild
103 KB
sha256:ac5460125bd2f6212b206099d9b1cfc9ba86582c2f021d17f7d7331c115a3b08
docker-ruby-nightly~ruby~CZ70QY.dockerbuild
129 KB
sha256:03c1005ec29d14740656520785942e324f9d5dc62794ec78338a971f56a85eff
docker-ruby-nightly~ruby~CZQP4B.dockerbuild
126 KB
sha256:9cd6bb4899566c133b62722a16061abbd4ea7151fb0b89b00d5de9dcfb5d4494
docker-ruby-nightly~ruby~FUJSAV.dockerbuild
102 KB
sha256:0948b7028a0c9f24b0b0b88493c31157776d9eff3d75b5f899387589f3ace313
docker-ruby-nightly~ruby~G9PMM9.dockerbuild
113 KB
sha256:692f3008a8d6e31e8bdc0f9f95f2c916531a1d2e78f1a98c77efe92a7a7b2e6b
docker-ruby-nightly~ruby~IOVK70.dockerbuild
98.2 KB
sha256:1d45dbf3753ed8bfb5dd67a6c36d5ee263124cc4d25ee957241f0ad4fbb64d87
docker-ruby-nightly~ruby~JINIXV.dockerbuild
59.6 KB
sha256:070e40339d9ee17e3083777fb434debfe204769b34dd5739e602f8a2084d4cd2
docker-ruby-nightly~ruby~JRCDTD.dockerbuild
121 KB
sha256:a88cb33dfcb303ae1c4fffc2bf3f1f0ea22a327d853f935c3e929d8d8a5f3b74
docker-ruby-nightly~ruby~JVLUGY.dockerbuild
97.4 KB
sha256:1102a0553d24757e5789b35e37e1dd81bd48d23b578f62a10333b1d9a26e2f38
docker-ruby-nightly~ruby~KMZYS5.dockerbuild
98.8 KB
sha256:7e137821b8650ff721ea0c841ad28a302c273a5ec200fbb6e171a19a21abb3c6
docker-ruby-nightly~ruby~KRKVTE.dockerbuild
59.8 KB
sha256:e52244b6851d025ea512e0905eacbee402f50b5439d716d3c0caad3a6dd389ac
docker-ruby-nightly~ruby~MB6NQ7.dockerbuild
99.8 KB
sha256:fc5e144ae49643689f583920c1347ceca61baca2e666bfa834dc178298dc23a6
docker-ruby-nightly~ruby~MT7Q4Q.dockerbuild
111 KB
sha256:6c3185d298093ff7df798c9c71fc4906a301d2f8131f74c9b7670feca67a8f0c
docker-ruby-nightly~ruby~MZOF4I.dockerbuild
96 KB
sha256:bd66fea3de2c870c53ee76e67ec5577e2f4f67441d622c4f83592acc1c8787b0
docker-ruby-nightly~ruby~NM4I1Z.dockerbuild
102 KB
sha256:fa9cd045b73602b1c7257e4252264990d6416b8acd360e9d469ae2b1bbe8bc1a
docker-ruby-nightly~ruby~PFVQJN.dockerbuild
117 KB
sha256:ad2d20d7d38b614779ecd253069a921702daea8cce519554c8f6f71d1c2ce723
docker-ruby-nightly~ruby~QT9J1X.dockerbuild
140 KB
sha256:609b4efd80814ab7467223028ceb4b3d81e0e9182e8e7ee3a27c4563f2ac7de0
docker-ruby-nightly~ruby~QUJJS2.dockerbuild
102 KB
sha256:1322844910675e0a79f3d06559eb040fefdb4117af205b3d2c06070fd4926409
docker-ruby-nightly~ruby~QW22FH.dockerbuild
103 KB
sha256:8dd4877ec19db6070f12be7eafbbf9da2c42151660ac3a0fb21cf2db0ba103dd
docker-ruby-nightly~ruby~R0PQJY.dockerbuild
114 KB
sha256:355b28b37a2a76f85ad833226f97c8963279726e8f06fe7c4eecd3183b29fe34
docker-ruby-nightly~ruby~ROJT7B.dockerbuild
97.6 KB
sha256:5d69d74b032c8d04f3b9e8325c2b68f2a816db230e48524f53bf0e2e043535fe
docker-ruby-nightly~ruby~TL54TI.dockerbuild
102 KB
sha256:79a87b97ea11edb9de5221cd92ccc17789eb187a7cce85d74231def3c854608d
docker-ruby-nightly~ruby~U0OTW7.dockerbuild
104 KB
sha256:05bdce9aa152188287d1dfd2fa6e678fe77817bc6e5b590722d10a27001cd050
docker-ruby-nightly~ruby~UFGHJ8.dockerbuild
152 KB
sha256:f4927453791d729ea565951b4e507f9b83dbf57f089a9e1c4334c4cc2069da77
docker-ruby-nightly~ruby~V3GIUV.dockerbuild
123 KB
sha256:4bec171a3c7ff9ce01ee2cc9605481710dce4376c0d2faefeb5e2c7841f0bf6a
docker-ruby-nightly~ruby~V63LU6.dockerbuild
124 KB
sha256:8b063ab0b42df945ca3b7b29cf49b6b5687d76dc7387e438a74eb42a3333a81f
docker-ruby-nightly~ruby~WGJBOK.dockerbuild
100 KB
sha256:932f7b5aaf86773107bd73315ab4a7370401b1239ecff37f2234875a58ea6ad2
docker-ruby-nightly~ruby~WMS5QT.dockerbuild
129 KB
sha256:22fc0128314f4df48eb3e76b95b833c5659f2fb9ba333ed8f0ebbd2c93f84c7d
docker-ruby-nightly~ruby~X5DBUA.dockerbuild
155 KB
sha256:687adeea5aa805aa4997399e94c6f490aeab09edcbabe5c24e1cfeded133a07b
docker-ruby-nightly~ruby~X7VKQM.dockerbuild
103 KB
sha256:ecbc3f25e2c045453032ac2b07d88683f7e257f8e7a564c0d4da5c5b72c18aaa
docker-ruby-nightly~ruby~Y87A2D.dockerbuild
135 KB
sha256:e66b2bc2aaca8899277bd405b9b8539e89c50cd09416b1241cd6f4c4a944599e
docker-ruby-nightly~ruby~YO1T4Z.dockerbuild
105 KB
sha256:a47864c2e3de0a127745cde8f20adfa77bdc4db25723442a7e371adcbd84592a
docker-ruby-nightly~ruby~YQTQ7I.dockerbuild
101 KB
sha256:f656d3654a59ceee2c80aff3c0f3a1f2690c65f999318b3061ca5ef479741fca
docker-ruby-nightly~ruby~ZVKTTL.dockerbuild
96.7 KB
sha256:0816052c6f64534cff4ef5d214fe29376c3389670de5166ac212e9445d1e5e53
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:cdae93f2ecad14d92f37d20e0ed1d71a1e40b02b3af1dd350cb8df4cf18c6948
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:1c44e215cc0783e4fe5aa421cc9f3bb49a2279c09302c07ec1214c35ca9edc53
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:c9c80f7c3e373005ca8cc696be124d72579527e9dce0a148e0e67821003fb171
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:a7cf98120b5946d9b42525c78e46619b190dc19e937f077a157d6691a80094f8
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:0ca5475ef6ce623a107fcf7be210b6ccfc38117074038cb9ffad2c4f9b263d2a
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:1dd459db5e67b7a906b161b718ccb6a76abaf8126e6e44ba6ff6adb6da6f95bf
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:f0f6571d497cf25efd76fcfbbfa8f8420a10a8eb5cb2c374ecf72fa3b1f9ac90
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:e80f2dee8d895c74bdfaca77eb56757cbf3041afed94a74d1929c96a2010d06b
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:1e1ddbdb287e63472d0dd5e7fe9341d035a2abf5c021dab544f92eac234fe999
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:cffa1c3630b3d1464f48c877b7045c76f38f751f7fbb0ed0fb9b56e66eb1b470
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:ce3cd5cf70000c22e4ac4fe39e147d750fc6d35734dddf7a17fc7cc9b80154da
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:caf6ae2588e7796fc688aaeee1d5d518701d7a445c576eedff50d8f8ff9d31f8
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:b402cf0dd561c87be00ab511f7036a52a1c02caa0ed1b3f7eadfb31ad6b58366
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:b0c75ac6a15ed4e8e9273547cdfe13ca0f3eade67d46002667ad0470ecbb6e70
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:046047b607cc871b99631027705be3779f76224e366bf15f8167f7c12d478063
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:8047c0048c0ee50a0ad6f0c93d7e70ad8327f51d7edb31e8816af68fc885af47
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:51109fb835822d44f4f5704453f24ef6561c6bc90c3a152a6686d653d4145a4c
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:d7d6347ca10fcbbfceeb973018c45e2a4802c0ad322c0177ed159890be6a3128
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:a4e98776e16618778a255ee564feb76a18ceadebd410e0fb1b9cccc934790d31
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:82bba6a21763e3c3d3f6c63842ab2ebb8148ac34ff1b70755ddf3c10346e9f2b
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:304ec6c5dd74ee482e621e962f6523a27fed7da9bb90212b2046cd744e9c835a
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:16523ef8d0b974764c3f4a5ea611c98abc57a8ca10a47166590c95e3af4aea9c
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:1b9dd200be3965ba1abfd1fa2f410eb5ec14a0e62a63ac3ffd6c52f76a131414
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:d13a339d3000252a416712a81f2e9a70244cdbb720a4131ee73bf4ecfe578cb7
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:555122e5caf7ed735c53015a04806cb4c0fe0af95829d0c9171ae8ba473da38f
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:997e3430720eca8d45b5f4b2f2d91f23d87836d6a2c6db368c15d41715720792
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:674a233ba5d4adbe03372db83c6777cb672f418326738536cac982c36eadc0ef
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:0184b377cac5d754e791a4cb26722c21c7d73fae6fc218a747540f1b01fbe54a
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:88859174f32f8796a49afdebbb114f4d9db951fc88c1b91241015de36e65356f
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:38ce3f316213b306ba763126d998a268f741ed43409a650fce79c0b09ca8abb6
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:544fc7ae55ee11bef6ba5a97b64431c253d5a872cc146291e993db228bbf5cb1
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:3e9ae6287d88e23e05028cf96a599a3cf4c89312b8639bb47049935ee1ce2214
outcome-trixie-linux-386 Expired
193 Bytes
sha256:20eeeba1292017cd8782017652ea15138f695bc87be036d9f79ec473963d6ab0
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:7180ee621de325114a6cf4cebc18f705ad7a5d58977a7eb0b224b1ec3b081026
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:2b9ac731bf9feea024cfbb983369fd41dd84ede94ac42a682bccdb6f18dae61d
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:4bbf06c9eaa2617217abdadd31febe5d8a4ecb7e0e4a2d5ff00b2f8065aafddb
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:1bd55c76799ae9571401023220b96d54ba12d3b41043d4d9bcf7cac63ce76e73
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:3e226df4b227c09ab6d6de4022a7757c85aaa6155a2e482644f2be93ff1cd3c5
snapshot-master Expired
17.8 MB
sha256:18a19facfe1c8f9b817c3ebbd3d91967d40e0618b5cfb1e65ae7fef26178bcbb