Skip to content

Docker Build

Docker Build #849

Triggered via schedule May 17, 2026 20:37
Status Failure
Total duration 1h 52m 4s
Artifacts 113

nightly.yml

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

Annotations

2 errors and 38 warnings
alpine3.22 - linux/arm/v6
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; \t\tapk add --no-cache --virtual .ruby-builddeps \t\tautoconf \t\tbzip2 \t\tbzip2-dev \t\tca-certificates \t\tcoreutils \t\tdpkg-dev dpkg \t\tg++ \t\tgcc \t\tgit \t\tgdbm-dev \t\tglib-dev \t\tgmp-dev \t\tlibc-dev \t\tlibffi-dev \t\tlibxml2-dev \t\tlibxslt-dev \t\tlinux-headers \t\tmake \t\tncurses-dev \t\topenssl \t\topenssl-dev \t\tpatch \t\tprocps \t\tyaml-dev \t\tzlib-dev \t\truby \t\ttar \t\txz \t\tyaml-dev \t\tzlib-dev \t; \t\trustArch=; \tapkArch=\"$(apk --print-arch)\"; \tcase \"$apkArch\" in \t\t'x86_64') rustArch='x86_64-unknown-linux-musl'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.27.1/x86_64-unknown-linux-musl/rustup-init'; rustupSha256='1455d1df3825c5f24ba06d9dd1c7052908272a2cae9aa749ea49d67acbe22b47' ;; \t\t'aarch64') rustArch='aarch64-unknown-linux-musl'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.27.1/aarch64-unknown-linux-musl/rustup-init'; rustupSha256='7087ada906cd27a00c8e0323401a46804a03a742bd07811da6dead016617cc64' ;; \tesac; \t\tif [ -n \"$rustArch\" ]; then \t\tmkdir -p /tmp/rust; \t\t\t\twget -O /tmp/rust/rustup-init \"$rustupUrl\"; \t\techo \"$rustupSha256 */tmp/rust/rustup-init\" | sha256sum --check --strict; \t\tchmod +x /tmp/rust/rustup-init; \t\t\t\texport RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \t\texport PATH=\"$CARGO_HOME/bin:$PATH\"; \t\t/tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host \"$rustArch\"; \t\t\t\trustc --version; \t\tcargo --version; \tfi; \t\techo \"$RUBY_DOWNLOAD_SHA256 *ruby.tar.xz\" | sha256sum --check --strict; \t\tmkdir -p /usr/src/ruby; \ttar -xJf ruby.tar.xz -C /usr/src/ruby --strip-components=1; \t\tcd /usr/src/ruby; \t\twget -O 'thread-stack-fix.patch' 'https://raw.githubusercontent.com/docker-ruby-nightly/ruby/master/thread-stack-fix.patch'; \techo '3ab628a51d92fdf0d2b5835e93564857aea73e0c1de00313864a94a6255cb645 *thread-stack-fix.patch' | sha256sum --check --strict; \tpatch -p1 -i thread-stack-fix.patch; \trm thread-stack-fix.patch; \t\tautoconf; \tgnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; \t./configure \t\tcppflags=\"-DRUBY_DEBUG=1\" \t\t--build=\"$gnuArch\" \t\t--disable-install-doc \t\t--enable-shared \t\t${rustArch:+--enable-yjit} \t; \tmake -j \"$(nproc)\"; \tmake install; \t\trm -rf /tmp/rust; \trunDeps=\"$( \t\tscanelf --needed --nobanner --format '%n#p' --recursive /usr/local \t\t\t| tr ',' '\\n' \t\t\t| sort -u \t\t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t)\"; \tapk add --no-network --virtual .ruby-rundeps $runDeps; \tapk del --no-network .ruby-builddeps; \t\tcd /; \trm -r /usr/src/ruby; \tif \t\tapk --no-network list --installed \t\t\t| grep -v '^[.]ruby-' \t\t\t| grep -i ruby \t; then \t\texit 1; \tfi; \t[ \"$(command -v ruby)\" = '/usr/local/bin/ruby' ]; \truby --version; \tgem --version; \tbundle --version" did not complete successfully: exit code: 2
alpine3.23 - linux/arm/v6
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; \t\tapk add --no-cache --virtual .ruby-builddeps \t\tautoconf \t\tbzip2 \t\tbzip2-dev \t\tca-certificates \t\tcoreutils \t\tdpkg-dev dpkg \t\tg++ \t\tgcc \t\tgit \t\tgdbm-dev \t\tglib-dev \t\tgmp-dev \t\tlibc-dev \t\tlibffi-dev \t\tlibxml2-dev \t\tlibxslt-dev \t\tlinux-headers \t\tmake \t\tncurses-dev \t\topenssl \t\topenssl-dev \t\tpatch \t\tprocps \t\tyaml-dev \t\tzlib-dev \t\truby \t\ttar \t\txz \t\tyaml-dev \t\tzlib-dev \t; \t\trustArch=; \tapkArch=\"$(apk --print-arch)\"; \tcase \"$apkArch\" in \t\t'x86_64') rustArch='x86_64-unknown-linux-musl'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.27.1/x86_64-unknown-linux-musl/rustup-init'; rustupSha256='1455d1df3825c5f24ba06d9dd1c7052908272a2cae9aa749ea49d67acbe22b47' ;; \t\t'aarch64') rustArch='aarch64-unknown-linux-musl'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.27.1/aarch64-unknown-linux-musl/rustup-init'; rustupSha256='7087ada906cd27a00c8e0323401a46804a03a742bd07811da6dead016617cc64' ;; \tesac; \t\tif [ -n \"$rustArch\" ]; then \t\tmkdir -p /tmp/rust; \t\t\t\twget -O /tmp/rust/rustup-init \"$rustupUrl\"; \t\techo \"$rustupSha256 */tmp/rust/rustup-init\" | sha256sum --check --strict; \t\tchmod +x /tmp/rust/rustup-init; \t\t\t\texport RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \t\texport PATH=\"$CARGO_HOME/bin:$PATH\"; \t\t/tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host \"$rustArch\"; \t\t\t\trustc --version; \t\tcargo --version; \tfi; \t\techo \"$RUBY_DOWNLOAD_SHA256 *ruby.tar.xz\" | sha256sum --check --strict; \t\tmkdir -p /usr/src/ruby; \ttar -xJf ruby.tar.xz -C /usr/src/ruby --strip-components=1; \t\tcd /usr/src/ruby; \t\twget -O 'thread-stack-fix.patch' 'https://raw.githubusercontent.com/docker-ruby-nightly/ruby/master/thread-stack-fix.patch'; \techo '3ab628a51d92fdf0d2b5835e93564857aea73e0c1de00313864a94a6255cb645 *thread-stack-fix.patch' | sha256sum --check --strict; \tpatch -p1 -i thread-stack-fix.patch; \trm thread-stack-fix.patch; \t\tautoconf; \tgnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; \t./configure \t\tcppflags=\"-DRUBY_DEBUG=1\" \t\t--build=\"$gnuArch\" \t\t--disable-install-doc \t\t--enable-shared \t\t${rustArch:+--enable-yjit} \t; \tmake -j \"$(nproc)\"; \tmake install; \t\trm -rf /tmp/rust; \trunDeps=\"$( \t\tscanelf --needed --nobanner --format '%n#p' --recursive /usr/local \t\t\t| tr ',' '\\n' \t\t\t| sort -u \t\t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t)\"; \tapk add --no-network --virtual .ruby-rundeps $runDeps; \tapk del --no-network .ruby-builddeps; \t\tcd /; \trm -r /usr/src/ruby; \tif \t\tapk --no-network list --installed \t\t\t| grep -v '^[.]ruby-' \t\t\t| grep -i ruby \t; then \t\texit 1; \tfi; \t[ \"$(command -v ruby)\" = '/usr/local/bin/ruby' ]; \truby --version; \tgem --version; \tbundle --version" did not complete successfully: exit code: 2
bookworm - linux/386
Failed to restore:
bookworm - linux/amd64
Failed to restore:
slim-trixie - linux/amd64
Failed to restore:
slim-bookworm - linux/386
Failed to restore:
alpine3.22 - linux/amd64
Failed to restore:
trixie - linux/386
Failed to restore:
slim-trixie - linux/386
Failed to restore:
alpine3.23 - linux/amd64
Failed to restore:
alpine3.23 - linux/386
Failed to restore:
slim-bookworm - linux/amd64
Failed to restore:
alpine3.22 - linux/arm/v6
Failed to restore:
trixie - linux/arm64/v8
Failed to restore:
alpine3.23 - linux/arm/v6
Failed to restore:
trixie - linux/s390x
Failed to restore:
bookworm - linux/mips64le
Failed to restore:
alpine3.22 - linux/ppc64le
Failed to restore:
alpine3.23 - linux/ppc64le
Failed to restore:
trixie - linux/ppc64le
Failed to restore:
alpine3.23 - linux/arm64/v8
Failed to restore:
bookworm - linux/s390x
Failed to restore:
trixie - linux/amd64
Failed to restore:
alpine3.22 - linux/386
Failed to restore:
slim-bookworm - linux/ppc64le
Failed to restore:
slim-bookworm - linux/arm64/v8
Failed to restore:
alpine3.23 - linux/s390x
Failed to restore:
alpine3.22 - linux/s390x
Failed to restore:
slim-trixie - linux/ppc64le
Failed to restore:
slim-trixie - linux/arm64/v8
Failed to restore:
bookworm - linux/arm64/v8
Failed to restore:
slim-bookworm - linux/mips64le
Failed to restore:
trixie - linux/riscv64
Failed to restore:
slim-trixie - linux/s390x
Failed to restore:
bookworm - linux/ppc64le
Failed to restore:
slim-bookworm - linux/s390x
Failed to restore:
slim-trixie - linux/riscv64
Failed to restore:
alpine3.22 - linux/arm64/v8
Failed to restore:
alpine3.23 - linux/riscv64
Failed to restore:
alpine3.22 - linux/riscv64
Failed to restore:

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:3d95045c79ad960800b8169a7550702adc4f4ba0487261d377708502e2ef9de3
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:45f30a6dee9650289df57251090f419a7bc520815beabf16ec5b072b9a8ff762
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:c0e79b2302ff2dde7c80282ef8d1cbc32ff1d302c44a96dde9cb0e70ddec64ff
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:ea6ad949f82b508ef6b6a1db996939afce72676505f65a923bf5ff6013c791c4
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:2d361cb6a887000b5efbdfdce21b756b3283a24d2081d2025b7063078e77315e
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:6dd2132b10329fe2a2b1041cedcc091dcecbf683107507c9830494c65c068fd7
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:1543b071155a4caa90e3433756e57b3c8fe33c32118a77b7409559f590bdac08
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:19d8b28411a368d2ce6d431c4f3e913b264ab3d6acad8ec4857ed37a2f3e0adc
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:76a7c4d72b0b65641f06eec55b36ecf3ddd2ed166a47ecc0a0ded6e775d1d8f9
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:427fab29930275685fcc8bdc2b08e5ff39907bfd1a50b495b2601af2f03a98aa
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:eaa61a75abe92bd95892e9870e8569ad7a1eb8bbbfbf1b85d5a584e31db59e3c
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:fbdd54200aa6ffb95b0f52448e9d042f604f5d3431a3f6a51cd33dd50f44ac4f
digests-bookworm-linux-386 Expired
244 Bytes
sha256:8eaa14ab6865b2ce9df340ec9d75f2d9ff4121e25fd6f7979ef73beb917eec23
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:8540a6894aceb2880e164103b5749c130ee7002c1dff5841888e906480856f2b
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:2659c3fbd0941a12c5418d44ea702d8b38cb63792e21114426f5a5a5684f4b24
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:bde3436d078842fadd5fca611e33fe3f7c05ff6bbc4907a60c99dbedbd7a4cc5
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:62b446a7d3c8a121f06d253d99b5191d28b1380b764970f971ef3b8998b92376
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:fa7e50dbc9fba6c1f5de49d1252cc67b89c971f1be40172c7767a357d950842e
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:94a9fb48e30435db0e2faee2d112c845863de7e855367dbd9e3e5d32cb68fb04
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:7982649fcc89d5060c4225f32f578649d850545a294f1c6c67625dd586ce12a4
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:7370a45e14d7c85ae1701c2fa4cedaabe1e8d7bb1d6a7e2a053f0354640c1e1c
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:35879c5f8cc3ba5f43d61cfaaa34de6cdfc582bd90ed77d45656355742ed9f28
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:72465c5e5b7dee42951b4b0ecccd616b4fb94fb587114c4e1359e08cc7b9907b
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:baef279ee70b5ba3d4253724e695a53296cac5a887518741c72c7f8a195f0bce
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:c86834cbd3581af604ee5b7a10e837ef5ebf5afecd1e081964139453cad8dc46
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:4dd41bc21618e1f215c08f31a8af4e19a09c9c99c101ae0786397faf96c7f1a5
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:e3c7403a0af2c750c49a201a2cc43ed41b3010dc2fbbc66125e85cd17837bf1c
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:38f674b7048bf7b3a612db09e03f255030e17de34e8b6579954f32e12068b132
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:d46079327c7da2cebcca7faf5b3163bef0a6839dc979dafba8398c576f00d499
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:1286c82e3631a3546abd6a28505c2a65a026ccd31c8e293816babff65e10db2b
digests-trixie-linux-386 Expired
244 Bytes
sha256:04684e3f1dbfda32b1bf03f1962b34beaa92bfa5b9a6e3cf5b1a06e5d8322361
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:89f92ae11d17961f2bd5c4b9806e0d56922e15b7841d2dcece6c109b6b6723b5
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:7ee09476a760ad991a741c525fc104882dec309094d3fa5c4ee93a9e45876307
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:ca80962913f48bde4051de4eef9b0a60025fccbabcf01fa2e44c63316a740b32
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:f560df34f57472e48f1568dec18d382a68747662bb88bbfdc14f01e8599ffde8
digests-trixie-linux-s390x Expired
244 Bytes
sha256:188d7366d4dc04f652f9c46b49c5d5557127c4f21c7a0fec2b5d0e791ad47573
docker-ruby-nightly~ruby~09PPFQ.dockerbuild
100 KB
sha256:d69e6074e95e6ebe2eb570f32634a6a2f9043b011a89710950fe4e247167cb38
docker-ruby-nightly~ruby~5PXNAN.dockerbuild
129 KB
sha256:4bc41935fe1fd444a02fc66749b2194dd0e4c7633ee33c3026695ec9be054b07
docker-ruby-nightly~ruby~7WSB2L.dockerbuild
99.1 KB
sha256:4e0eee6936232ab1b4f0b5ce2ac62a43efea5fee43c7141cc1afcd96926ee250
docker-ruby-nightly~ruby~AVPFP5.dockerbuild
102 KB
sha256:bd17eda75654103624b66236bc87027809c58b626d207a5bc16ca1e43282f3b2
docker-ruby-nightly~ruby~B4OT8O.dockerbuild
102 KB
sha256:c0ca27ee9b14bd6047412440f9cbf7502d6746ca37fc1e8739f328fa73469dc6
docker-ruby-nightly~ruby~D9GE85.dockerbuild
133 KB
sha256:47e86ca8b2f6d49a9a50744f97fb9536f17835ff026320107ff9459ddeb75578
docker-ruby-nightly~ruby~FJ5PYI.dockerbuild
116 KB
sha256:40c00e66e3a51d707048632f997b49c9be3b594992a8c0c8bfd63c97fc98487b
docker-ruby-nightly~ruby~H5DPJI.dockerbuild
102 KB
sha256:14686b3e87590582798c1c532a14398047596dae5c5e2580e58f8680ded9cb30
docker-ruby-nightly~ruby~HTNHUJ.dockerbuild
115 KB
sha256:1d2158a9cd13e48a2c3debbb158e0bb232f68a97428deca1beed93125d677bb3
docker-ruby-nightly~ruby~I94UA0.dockerbuild
101 KB
sha256:f9413061f740a79d1ccf224345597f63c6f38c4f95026a31108958d01c612aa0
docker-ruby-nightly~ruby~IRDGOS.dockerbuild
134 KB
sha256:262948a7c06cab30b729b322035e4a7a8124e6616c5c1feec8108d20b3c1b834
docker-ruby-nightly~ruby~J51VC7.dockerbuild
101 KB
sha256:7b4d4824016a6ec5f09e91b342a3d59506d3880bab8a4b3f45a7e2a4e91cbdb7
docker-ruby-nightly~ruby~JKFAGB.dockerbuild
124 KB
sha256:d5cb4826d853724ac2798ac7dd8a8197d135c1363ad80959b8805c0793b0f143
docker-ruby-nightly~ruby~JO5QJY.dockerbuild
102 KB
sha256:7b72ec237dbb705013d32bb3525472306a93c00130df6e68286c74f620d7f61d
docker-ruby-nightly~ruby~JWRP5F.dockerbuild
126 KB
sha256:287360b64063ed70afaac39f5196acccf8ec1a4ea2026be4b3b1d8c3665e1f3c
docker-ruby-nightly~ruby~L5YVFZ.dockerbuild
155 KB
sha256:6cee269ca1c6b90611a60b000077d431819b2d5120026e12d5a2bc8b7636db84
docker-ruby-nightly~ruby~LTIJ1D.dockerbuild
59.4 KB
sha256:56b40d6a10f6c4f9f3aa23e97cdcbb6540df32f5982ba259aae9810826310e50
docker-ruby-nightly~ruby~LYA2RC.dockerbuild
102 KB
sha256:6153b2fb5c138acc758b2b25e0c099554e1f6f76dad27eb985308db189594916
docker-ruby-nightly~ruby~MQY4VS.dockerbuild
162 KB
sha256:248e1c18bf0c673e7fc58c052cb962aae53af1bb7905de4cca7a352af2446db3
docker-ruby-nightly~ruby~NW9N7P.dockerbuild
95.3 KB
sha256:c3419f8a228e3121b4646c465da4cc2215cd5e85123d867057e8f482620bf4e1
docker-ruby-nightly~ruby~OMXZ6V.dockerbuild
102 KB
sha256:75baf2fed5459735c890b7009f857b8141ef21fd3192b70e0b3ab57b7ba3b65c
docker-ruby-nightly~ruby~OO3W5D.dockerbuild
122 KB
sha256:9c5e316bef2424a9fe7cdb2fda9f29ac59e6feaa03622bbfd211851f7a1861ed
docker-ruby-nightly~ruby~P3CWOQ.dockerbuild
119 KB
sha256:7e73ea44fda51046cf8bbe33699df98825ddbd99e822b970b5443e7b2fbe9eb1
docker-ruby-nightly~ruby~R0501B.dockerbuild
114 KB
sha256:4b285cb664208e89c5cb406cf73478430c6ac5c33eee1521133697cfc8347d32
docker-ruby-nightly~ruby~RF1ZKM.dockerbuild
103 KB
sha256:95f19c4c7d269aa773cd2153876dded188ca20899bc648f2fe6225e3063f5f97
docker-ruby-nightly~ruby~SIA6WJ.dockerbuild
97.4 KB
sha256:83f82ec8addf0cafb8e3b76199a1bc93cb2bbafb83ca53824e211e264df7406c
docker-ruby-nightly~ruby~SN30XV.dockerbuild
100 KB
sha256:8803fddbb4814a7591eaa8c8af43fd9b775a109b933f3d7b60f5d4a04904060d
docker-ruby-nightly~ruby~SW4W0Y.dockerbuild
138 KB
sha256:bba13516c107fd4cd1190e4b58bc132fe7d8cd46e4f86a9c96aae43aacb51118
docker-ruby-nightly~ruby~U060CH.dockerbuild
59.5 KB
sha256:14e5c22a59df476024b56f0060cec34d5c5b7ce1e7f239b0386a27c6b6106de6
docker-ruby-nightly~ruby~VX0137.dockerbuild
105 KB
sha256:2d3e33e8297752704aeaea353a4ac6a30dbdca39b9cf8afb3a78197b26bb6080
docker-ruby-nightly~ruby~VYYNK8.dockerbuild
101 KB
sha256:891f01b56efd151805f87965f8cb6c38e7ecd21af4284d71e42260b59609d51d
docker-ruby-nightly~ruby~W1WPEZ.dockerbuild
106 KB
sha256:b284a023ffe334a228868f343053e647f2b58ab5b32b98aea4d3d08cf95e01d7
docker-ruby-nightly~ruby~WQU7A2.dockerbuild
99.7 KB
sha256:1b9180e374f98efdecb26f95bc0755770fe405d6916238a9419ef869d7ecc2ce
docker-ruby-nightly~ruby~WSS9PZ.dockerbuild
104 KB
sha256:898aa22647cd0dcf663d1819dfd50300339cd20e263e9a3fe1df68bba17295fa
docker-ruby-nightly~ruby~X56Z85.dockerbuild
137 KB
sha256:ff0427f58a0210a047879d38c7a42e9ea6d929b0874f15d615ec91173f2fe144
docker-ruby-nightly~ruby~YG8Z50.dockerbuild
122 KB
sha256:32329cc0f2ca5a36d3af38b644c99df14af9c4380918b51b80fb9a966a57a824
docker-ruby-nightly~ruby~YPS6K4.dockerbuild
100 KB
sha256:76159db7d42ab09d02337be31069065d83e6ebc01ef020365917da8892de619b
docker-ruby-nightly~ruby~ZIILSC.dockerbuild
127 KB
sha256:ae485fcbe961b65f595c0544945d2a716adb3a9bb1946cf28c7172ab1eec835e
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:8718a6744be5d810ca618075750d675da1c634985ab189c04e4aac5593b4d846
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:7c512118ae31fe99583dabea3f577ead1b717a4cf030140c36136474ca4914f6
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:9b90552380187757803e9139a33f59c553cd5844bd90ee159310b97763604be7
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:cfdddbd9b1fe4fecc4f320b8f839e1f36ce70d7099d36baf8b0dcd3e18d59e54
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:a8e8d4342e78a100bb7db32535b0095c13ac24bba3e59348ba8a570ed102c069
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:93007195510ed9529cfd18961914923b039bc122bf65a51b684bede005aa2a82
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:b18b30637f6094dc2df33681168d2cce9c70c92f27f9bd6a1638ccb56046a090
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:621e1b99be4adae76165826c196995b6ba68e250a7279f75d43d4eac78c7e309
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:400f41e7f56e342ebaf789b83cf089ce8ca25217e106d11372917d43a36e50f5
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:f598371ff07b20e8263fba2d5c09f796c00ac0acbc7563dcd996e72aac3795c1
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:b45ea5ec4949297502b77df9779a50f54a6a02bd1c861ddc0080ecddefe4d5f2
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:b4ef9ab4bdd3c2534fde0cacdc88a0ca715598f41910462bb382b7baa3b8604e
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:a0920defed562c69ad07111aa851e10c778e388fc87b82aeb48b99a71c80c836
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:7662c0521b5a9f04f52eb263bceab6b84ee5513e9c7cc00086c12ccf39293925
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:053090e03fe841ae1ea80fefcbca38b86992b58140e67ec7f7d8772255362483
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:f1022b757443273d0a346161b6e4cc6a216d548b0318b83f2b0ee7886067ef72
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:5922f10d0c02df5b1710f42ac1a8ce565e1d2cff7d99f94e5cfef862b30e3d05
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:b8901e4483698a8a00ab2c5e4145d4d23eeeb20b2f95207c5b961977490bf44b
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:9c075acc0ddc414b0844aac67d9c3dd10b1694385690ed5cdd35cf175499af42
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:a44a6d7f030ffa6ccac108f6087d60f0d378b82b5376632d2afb4935d5f78a25
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:4bff02d87d2f55504c476acf7b20722ae8cb9323806dddad61b1f7ea0db9cbad
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:acd4f71b44d0ebeda312c7b1a868163e0c63f38c880a972b7c18ea174d3ca474
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:7b379433f118acd757f17bd8a409e420baee98b719ad61ed5e6d3209e231db4f
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:6b92c0c8756af216d0a7079eda6ef4360be0b394c3606503e51f023e340542a8
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:e0e5fc5bf11c63719fa276010dbed6173315bb5a6954d96f1fa5b87f3f2e3f93
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:6a015ecbcb75f63382a4450e3a22e9030d06f00a5c30ed80a209a25257cfea78
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:2681347683b7661528bb273b3bb7f89badbcbf6b14d0c1ac198657e6bd3ee63b
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:4ba5baa5df2529271e125d32ab95dd8dc393150089c4aebbe25eea525dcfaad4
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:22a3c46469ec828ff3098338d80947b7454108e6ccf5c103ecb69a9312b895bf
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:6cbeabd312e800c78fcf9cb435201578362653b84a7bea07d42ad4e47aac8377
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:7d2b6cf1847e8ac96651276a42f3c5dcae4d8fd42c0717e610a5bda5df262d24
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:b01d17c2843ec30f6e2ce3fc6c3c13ecc01651facd2c1e44f6f61a23400be8b0
outcome-trixie-linux-386 Expired
193 Bytes
sha256:dd8c8f7a042d886d6110d91c12fb546d204ae48e74288c2377489d8d47e5032a
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:cb2608be778503ee4aac3abcfc6dc92e79c227d6d428c1de47a38fe7464e6cd1
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:494d2ffe9533568e0cfad9a14f044225cd5343b95de858ec0b2d4a1cc94f9060
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:cd3b503df7c2773e09da5cb7b3caa26c91346c3dbdcd007c74b9083770eaf52d
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:dbe1e5c62b9ec47ee99cc0dc895e5cce0b6be58bd0597a3a8c82acebae5e9da7
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:d4084d34576961fda1eaaf64364e240859498587622f802a6fc4f78526687ec1
snapshot-master Expired
17.5 MB
sha256:d97ae1d13a4134d6c8323a2cbb32c8665bac22a159f1439f31455f36bd4fb9a5