Skip to content

Docker Build

Docker Build #853

Triggered via schedule May 21, 2026 21:20
Status Failure
Total duration 1h 56m 28s
Artifacts 113

nightly.yml

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

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:df6e523b4fa95c64c73ab00fd712b70f97da8770a4ad3787be23670abb9826b5
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:4f9eaff95fc0383b79cec372c0ac10f0eb736a57d88fc2b6af5d2ea2e1380afd
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:9a2007376cfa6de1d940a1c256f25d4a66c9f628fd0981ede455e2f79693c4b1
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:ea6bb53a33e9f4f90ffeeb8175e116e00649ae7baa4f4863c3e47b8e25a43d32
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:ff89a1ca0c5adae8ed1d6aa60d1e062b46d9a347e9b5cc78b4e21bd3b19ad894
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:ab1232c87fd3795db106e4e870ed7f11bb3ca0233d97b57e9b8f18ba842adb1b
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:416f335066f29a0e96164528f820f287fc8ec4d16235755db49ff184bf4cd5f0
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:5eeea82a59284c00644b4ad4bd10ff8e4f5d06d245005771cf987b0c17a5a137
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:080933dd2f77677e0017434bf40a57af9d616ed0bed564b0bda8ff8772607339
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:70bbfc165f567d3e8122e57d73dd029b5db1b2f1a0a139d7d80d0e1872e615c4
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:701b85188f1f3d89adf7c8a1d42a6c2fb6662062758ad5220a22274d850bd8df
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:b334ae99a5f86a07b2958964fdd061cc762d047589d60d962eefc2fa1c597d66
digests-bookworm-linux-386 Expired
244 Bytes
sha256:ee85fbb27ff6f64c1fe4e2dac8ad312ea40d3c95a8c74170c8e33452a6d7a0c8
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:e34ce7e82ec2dfa5997f10d4aa6f7538cf5e75c86348a674be4c2fd7aa157d4e
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:dde735839fb124eb9e2fa2d81a6ce4029900765fac8c2a9771fc46c84cfa83d6
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:57fe60c5331311111009aedb95362fcadf282d55c376fcbb1437b28e432d88c7
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:80b43cf5ea0e71ca86f192aafdf74ee85b8fcd351f9d928aff84e61a61a1d117
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:78aa9cde5377eaad7f6b534404089e3442c4340a71e109bb7bbb6f2647b07a03
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:12f54c15fbaed67c50bf335745162ad719a133b688ac4adccab851bdbeaa5490
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:99899f0fe724064a36f539af643400ae11c866fcf97ea8fec3cbea79ecb2135b
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:a1dd183a6f8edc9e146448f9485176cc87a05635bbda39ae49b0471f4ea7d1b7
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:a44c24eef9ac79dc422963ba80f1ffc8d8b7cbddb7cd3ad8d81d6c5a20d737fe
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:557924f664749842ec24c185acab557c5b75a41bd41a250bb95e0dd8bcfd36c1
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:2f42ff974adf131cb196f441ce13b7527c0856f1afe3273cf617ef60bf6b54d6
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:0aec4889caa86fb55de7d01819c5475f53619bf704cc763abf3f09946a805a0d
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:b09addd17f70e4d3e2816c1a74eedc3ae0d870607e9c24d99c4b609fa5a888c8
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:4b5c1e6907bb037f5d9dd9a0cf5bbb3ec45375c058efa3b37d6799fe0ca42e9f
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:2c011ef36ddb9d90aa220793d6635791ed5e17483e21017c61437881871e4d7c
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:e5fa3843eb217c92af08f2dd980b401bf5bf552ee7a7bbc1fc9906df8d936f72
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:7f303369106ab1e899dbda932b1bd94dc0ea1143ad768f906f5972b2b836b00d
digests-trixie-linux-386 Expired
244 Bytes
sha256:b5f3ddfb3386554460cc7c471256187f94077df12d17c775401eee67f22f5aaa
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:71ef5d16986d2032f3dac5c22edcacd958f3a3ed76032d727dd5a799dc8982af
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:ad364becaa0210bb5a16553784c68cd86105bb1ba67f58d1cdc149033ba80a27
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:758a32f5a757679d64bb2a0c23cd5d990de3a7b3c1e820c47f3b31dc89fa5b46
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:5fd2c50edbfe753c59f40a0fb7549bff2005db8555a2a61078e76c1f9289c834
digests-trixie-linux-s390x Expired
244 Bytes
sha256:ae39fc5daa1a0db2dec5280bc861da257c803b7353d437b97a4fe5d6d855450f
docker-ruby-nightly~ruby~00IOUP.dockerbuild
114 KB
sha256:132d7764c8dca7b1699bea42bbf07fb50386012d8c17a1acceb51fb017f9665e
docker-ruby-nightly~ruby~396QHX.dockerbuild
122 KB
sha256:3313a00315a14d55d0b5fd1dfcce7d1276e969a0767632130606a383a953d75b
docker-ruby-nightly~ruby~5DJ2G6.dockerbuild
97.8 KB
sha256:6c3f115ff209f5f8456a48b7ee55c96e9851761f1e925b65593958729b6bb972
docker-ruby-nightly~ruby~75CJ62.dockerbuild
114 KB
sha256:0194d999f795bbcadabf533ebbe340bd78d86f0dd7eb9c1a5081082889168102
docker-ruby-nightly~ruby~7HO5EC.dockerbuild
123 KB
sha256:ea35619319d907c01fff0d3fa8d25bc71829722818db4e6640565e2158908fd6
docker-ruby-nightly~ruby~DIKQAJ.dockerbuild
158 KB
sha256:22c0e11897015c371b85c9585ae952db23c7a14e16f232be2aa65141a78377df
docker-ruby-nightly~ruby~GN5TPM.dockerbuild
106 KB
sha256:f77320bf4eea149abe45521e9033f7634802166532d70567a2478eeb36121c64
docker-ruby-nightly~ruby~HBQDND.dockerbuild
99.8 KB
sha256:9b516a040ed6b70afc960a1c0fb26965e43b333d079d3ee918ecabd47229f8c7
docker-ruby-nightly~ruby~HMOB0C.dockerbuild
116 KB
sha256:38530085ac1224c4ccb67456592c6e22b4d8d3d495f0ccdac7f8ca298f687912
docker-ruby-nightly~ruby~IEZ7WG.dockerbuild
104 KB
sha256:8cb5161eaf748453f40d0846dcc40d697f83bd0bd7896a16fd0a279a0cc6b4b2
docker-ruby-nightly~ruby~JWSEKN.dockerbuild
101 KB
sha256:65756654e59f3209348630a97ba7bc844773cdeb15b214ec67cf4a706d994643
docker-ruby-nightly~ruby~K5XXCK.dockerbuild
98.7 KB
sha256:b064644bf5d5e5e57b95d43dbcabf53156e32f7601ab9a26aeadf5406775330c
docker-ruby-nightly~ruby~KA26LY.dockerbuild
105 KB
sha256:579e51470c2749978d47236a65a551c730dc8626303bcb79c34c0f6588736573
docker-ruby-nightly~ruby~KB94LZ.dockerbuild
60.5 KB
sha256:25430f2eb70e56df4ffc19b340a339c3c7b55b2b0fae3fc78699c2c8dad95c10
docker-ruby-nightly~ruby~KHVD34.dockerbuild
125 KB
sha256:f06c72227d053c08f87d25bb73af13f920fd2ac8f18733573b86f5d94cfd8efa
docker-ruby-nightly~ruby~KJMU42.dockerbuild
99.8 KB
sha256:f5a87eef83fe82b00b72e29be02f5bdfc2a2562700093951160990ac818aa4b3
docker-ruby-nightly~ruby~KY4P6F.dockerbuild
98.5 KB
sha256:4cb1f97945de49768876e75e4bb4a6598d8f531ec25ea268d841b283fba73862
docker-ruby-nightly~ruby~MPLP20.dockerbuild
121 KB
sha256:6a78fb9376ab07ad255f77f26ada6051eef58fe2b703fd0152aec7e3542e87bb
docker-ruby-nightly~ruby~OG5SOH.dockerbuild
103 KB
sha256:48db2a2186d5c7c93ac1d169e8411374c123fcb435f4e2d76272d2269bba5081
docker-ruby-nightly~ruby~OJ2NEM.dockerbuild
103 KB
sha256:241e710132cd3813414138489d9c2d5fe789ef8d3f6665111b37845660d4bd14
docker-ruby-nightly~ruby~P9XIUF.dockerbuild
103 KB
sha256:57b9add20e2474d2c16acfc6aadd0b52bf379f5195ba8b31a4c8ae1379684146
docker-ruby-nightly~ruby~Q5JUR6.dockerbuild
101 KB
sha256:e1c7c3d267d0a18a16ee238cca444d407e8d549da07f0c1363da973567afe920
docker-ruby-nightly~ruby~RKBG59.dockerbuild
154 KB
sha256:9aef58e8efe656ea18b39f2d367a256999df993d471a6db0760957260a5a8999
docker-ruby-nightly~ruby~ROHUIV.dockerbuild
125 KB
sha256:a1e2a56b1634a67af1b2b5fd9c0c0ed0e8d9f50697b9d7d3ae8dde8393a0daa0
docker-ruby-nightly~ruby~S8BBOY.dockerbuild
102 KB
sha256:2ac35eaaf50a5c7928bda0d0e9149ca1d5795ed035459003c9e6abda683a1eff
docker-ruby-nightly~ruby~SJS0QB.dockerbuild
135 KB
sha256:ceda01f948bd8a1ebc09ede4369aaa07e6ef36e66dc7a331ddda8d72fa2045a9
docker-ruby-nightly~ruby~TI0FYL.dockerbuild
116 KB
sha256:75782bf9001c3f387040f2849db6b7231102f82ec676c0e8f37a7998723298d6
docker-ruby-nightly~ruby~V7N5YA.dockerbuild
103 KB
sha256:e4ded744be5005d5553de59b9fc2068148bdbd2693c1ddb57aacd228e888be02
docker-ruby-nightly~ruby~VP1ST0.dockerbuild
97.2 KB
sha256:ea6a2b38c7bdd9ff9672e5b645565e65e19e94ea0e748595132408be37019158
docker-ruby-nightly~ruby~VSWR5W.dockerbuild
140 KB
sha256:77cf1e13bf9b1d25b40fbde4a9a560b42ee34b5c03c21f88e46a8ae1c01df883
docker-ruby-nightly~ruby~WF936R.dockerbuild
129 KB
sha256:39d5046ec0a0019338c0d95198b113366175067dbbfde5819c880e4f9cbbd769
docker-ruby-nightly~ruby~XIBIM7.dockerbuild
129 KB
sha256:629c8392cc913f86b8be104ef4b44ae1376d301b9ebb68baa87fdd3e4fafef1a
docker-ruby-nightly~ruby~XMHMJW.dockerbuild
103 KB
sha256:6cab11b36643c4d0cc42b91f3a13ef28cca021fe792a8042ee85418260c1c390
docker-ruby-nightly~ruby~XPBT4S.dockerbuild
104 KB
sha256:4920eac24086d9bcf6c7afa943a37cd5650c9f710aa54679922501edd1bd878d
docker-ruby-nightly~ruby~XPSBC2.dockerbuild
59.7 KB
sha256:1e2f86a0dd2394da10f519457caf4c731bfc6518016f98886f91d5723a1b37fb
docker-ruby-nightly~ruby~XS6CUN.dockerbuild
122 KB
sha256:996001f42bdfe1f2f6acb6adc8339e3f4e5d0ab2810a87861bcf1c097e344fa6
docker-ruby-nightly~ruby~Z37SQ7.dockerbuild
100 KB
sha256:94b8a7465c3c44860b4de2cdafe14b2a2ea7e1b09a64222fd2a37e69df74068c
docker-ruby-nightly~ruby~Z74D36.dockerbuild
98.3 KB
sha256:ecceafee84d9ccdce31392465ff7c59584b68f6b1ea5c86702bd3b4248f62223
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:b793a60f657ace6e2d9e20b27c9c9870a795b444a788b87b82dd163ac6b94513
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:c71dde5833b09212263bb97ab85e70eaa35ab71441040c0d3ab3ac1e7924fa2d
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:ceb180fa33254d6770c0028ee766c430e79e7cca93fc0728eaad8a4e72fea370
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:8ba6126808d03c67b6177eb8af4514d493d606726871c4d6086768c96c0c3322
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:3cefd757d05eaa93564aa0be44089c657f1a07bade61b358bbc75a06e82fb9c0
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:03bcd01c58f89b3c1403e7f67d2569854ff262e63b2ae75fca2494bf7f21aa2b
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:1134d221e143efc36b1581b9fc1dccdfb9973af3385b23ffd20b5eb480de27c9
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:953308befe06df388934a0a05719df9c5797130918e29772cc7f491ddb39481d
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:31d335a380d5f2269cb85e76d059bd209266b846e97ca52ee25e259430917448
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:842312638c935b8e75ff8d5a95936d90146bf94b55388558643bfd1ff168a96b
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:ee06d247eaa81dbe7d3188dec38871baff13fad70717fde7e7c862be0d2a35d8
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:6a419202b0e5b37e30f799f8646a6272e35c08a41a97419c38d741a824bdcc00
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:61d4ed50fdd50b65cae3d7fd2d06782ed61ddae08387c4c3180758fab4cce971
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:0e1f8a5d4b8f0d16f0e9fae714e4f84fe26e9eac3ad5322e3b3b3e07bea5605c
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:c4e12c4fcc6d35f3da65e743201cb98c72658662b863466d9d7c977c3469d972
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:5f27e777dfe406c3dbf5be66a9bdc2c0125eb073aadcfffaf7337564faf8d64f
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:8c42f9fbe951ee211fc585ddacdb8edfd6aa9f78bb889e9aa5df9ce571c80be4
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:e392c07c189c598459c96a8779612d414d1583a39adf406f4a7e772c4e873e78
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:87e029853667d7a96e2a0c9002d2b3ccfd711e5e1a7ccdea344b1ed39d2bd422
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:d591510158a2c6c4bd4e60e6ae27e6006b69729e05827ec7ac8cf8fa1af508c4
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:3b8edbde864646c354159d97ba7395d71716fdb8cc61e8654d2a80da70220c90
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:f18fe6e7be53afd69a58f00a8028503030bfc8a423642431181b209e06442f5f
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:3dcfff09b95029d36ab6ab48d56cdc3b8859c5d0aa09577d049d1cd3beb15fb7
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:5677e172c663da8986f1c8f57e51bf33c0df3899ecfcf03b311f6f65016c1a1a
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:e6fa70bc609036adc568bd62d0b621a05a7e0caa1e903e117b945f7d820194dd
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:53e9cdc560afe554a892edeec20559583dfd7a9d79fccb37737192f717f44e93
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:81dd8c4c0c6a3c1507c895743ae491cdd9fab2e0cccf0ad22552ea972d26af7d
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:589c428e6858d9928f457963396942a2fe2210619a77d6a404c842f42a003d45
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:a5241983b143ddb4c7bfcf50ec67b8b171e787eab706a82c6acb11881eea04e0
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:c22175f40c7b0b61cb8a673e34441b080a2825ce09eae26e2bdcae1cc58a746e
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:9b343a543faacecaf330bd81f5ea9fd9f7aca1152a0177e20c4d11c5b55ef50c
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:e5cb377bc9cffb6f94417782979e9d690ba1f2d899adf1e00d385c1f83e08444
outcome-trixie-linux-386 Expired
193 Bytes
sha256:fc9a8470f74a91b349a4cf31e74fbff63869f8b702da32c1e28ac43e9ccdd078
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:922c252cecc831fa0549d27e885cc4aa7f9f3586fe911073f92514ad490d7cda
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:7c2402b81bcaf8b4b85fc2dd4737bbb1802f73e34309177fd19ff005f73cd770
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:d30976e59e68624dd5a1e565d38dd4568d7cc24cd404cb3d7b3c99021b9e8791
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:a9817998a8c5f3bf6adab79417822038925a53b1ee7f573ccb8212e75fe6fccf
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:b32312561ee1d07d020bcebcbd2e0aa3361eac6ccbac564dbce4e5a77331718b
snapshot-master Expired
17.5 MB
sha256:557104f622c4c1f9e7a2148024987fb6e67514360c7df204048948c9432560bd