Skip to content

Docker Build

Docker Build #858

Triggered via schedule May 26, 2026 21:26
Status Failure
Total duration 1h 47m 15s
Artifacts 113

nightly.yml

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

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:fde4ff17ec3e0e55c361ff40039f22cb22c445c3c072820009caeb4efddf2858
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:c3eef9c51fd75c77301d62b0e9d7eb0bde3bc83c81cc6d4632b041e69c2d53cd
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:54e3608a6882bfa29d4dc8525d06b30eb4ac40173d5de366a3b5e716333cefa9
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:484139005293cf61ed48fc0d07e70c4576d9ce1362f670382f6973662ef07ad5
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:58a97e42e81a82deca2ef8398eed686156a4a394c302181b1398d17dfef90ab4
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:35b78586ba4976d5850196f2a938407776dcaa63c11dd1b173c0b6eae986b573
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:26d66c07fd05b6f6feb5ee64363ec3da803a5cd14e7d9e0b40fe8ebd7a9bea6a
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:0894e0fc93412301e270d6349340e0ff72d1aa6e50232a06cde86719fdf8a0cf
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:796416ec6ea1f286dc0525ee6b41240328a9d7f540280b12afb17ca6f8a0ce82
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:ac63c8c7e025fc82a9d69d90fc27a23d81493ff853778d5abfc9141bd60ffd6d
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:c8bbc3d868822a87321dfad4f50240798d85283d2ae9430e64a7e2941c7fa1ef
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:51b8649af97dde834d06b03bfab2d971242e1f5334d79895e4b8eb9bfa9a97ae
digests-bookworm-linux-386 Expired
244 Bytes
sha256:e9978b715392fbe0e4e63d6a7aad101745401e1bafe00913d2707a8aed356de7
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:7c97a8ba755cf3852a4c25600b139bfcbff026a0c390e4bfb38fcfdbefd68ca8
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:5ef356b53058187c40b82e8a838b675741161ebaafcf2e2ddb014cd4d22e433a
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:14dc5f86e7c0c4404f678336e3aaa07d407de5c32d3e8f248872b1092b8573da
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:ea9e96e7a22499d6188043cacdf1b34ed63d584f62b6a2ae089bae9db3e2ed8b
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:a94c2d07cc7af376d9311c191bde473ec160afd33ba553ee5675240a95b4e705
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:2c574c6f2bd2592e7fa21753211047b3fcf10077d735afe5874cfb888fcda02e
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:0747ad5da4e405f62c308b2c97d9ca1c4e51202ac89efe2e0b943935ac8a7fb9
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:8d15f38da3368cca96664cc62b3d8400d80142e3fa99c6cc2de3d0678269e5b5
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:b6d5af60f3b64496010d4eaef7cb323a479c748931629ea5e0f22f2ab666050d
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:ea696143c3fa9983b0c12b883fe31d143428a438bc5e695b48089aa047561f84
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:fd1586601ccec4370dbf4716903528e87ccd5d99dcf9f50c8271c6d7bfac0550
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:dc23e69d9cbfece0cf23184e9c13aff3f5fec16142fd504d6740507d018792c5
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:391ac6eac0fac46b6064789c6b67536666f410033cb06327b5590cfb652e2041
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:846e9fa6f67cccc3f0ecd236051f2844fdf38fc8f65e5b3061bcfe40cf3adb09
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:4c24391ff5d3e6c964217693c36eadff9e284c1977d6bf90aa26cea6fe4c774b
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:c4088d4116033c2b33514290b67d6559df291b71c5794c0353c871d9164281bf
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:92cabfedb330574e13246c7177969ef09cd923b91d9353a95983107b88300a2b
digests-trixie-linux-386 Expired
244 Bytes
sha256:32dc5b1bcb2997be7275a3a2d3467e573224d6af4fb6aa02d3f4246ce25b9501
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:f043db6c9cd8d1b3b7bb50b4fcc6f1f22541e230c2413bf27a13196da11b418b
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:346a43858e741a749bd27f958c365c2d24c67c6d55578271d06f046e88a04c11
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:ac6dd38d7bf20f9aadb37a62f3922f27e5ecde40fa0d9bf85fedabe0d6a765d8
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:3b6c1e0596b7001453aaab6e4e29b9270a6d4913cfd724b07a018e7b1fc5d683
digests-trixie-linux-s390x Expired
244 Bytes
sha256:366ffec62b31e0749b3c2b9b8c8eeafa2deca2176f24b8ba40e791c392f080bd
docker-ruby-nightly~ruby~3D6FMC.dockerbuild
60.7 KB
sha256:1db5ad78c442a703b5b24e2f52ba868f3ebe577548fe379e56bdc3864dc84f75
docker-ruby-nightly~ruby~545VZD.dockerbuild
98.5 KB
sha256:863ef301ce0cf0f7ddddf6ed0384bb3b64fc101436adab751cd05ef9f4a05077
docker-ruby-nightly~ruby~6TAQH6.dockerbuild
99.3 KB
sha256:a685494ecb6468bdf4c4999dffa790337542ff7dfa02aae160f34b5d52a97690
docker-ruby-nightly~ruby~9IYN1F.dockerbuild
101 KB
sha256:f5cdbfedfa153c1fe4d6f9d7c5da6a1386690ee83336bc811202184aedd160e9
docker-ruby-nightly~ruby~AGCESL.dockerbuild
59.4 KB
sha256:263447764d2e040f690e156735927ca9d0e4e18d098e0b6e870ef22f6b165bc0
docker-ruby-nightly~ruby~BP17XE.dockerbuild
130 KB
sha256:b3fd53ad22b75a41c493a4f9bd80f51fe1e5a9194d69af143ab3f00552d88a3a
docker-ruby-nightly~ruby~D8UKLR.dockerbuild
102 KB
sha256:73d5bedc78e3a9f5022f90920ce20aed32dc791a3d6373764ccfb97fd087f801
docker-ruby-nightly~ruby~DUBXO8.dockerbuild
123 KB
sha256:641ef2e8be0f3055863a3a78009eadab47548698e405dfa9031c89d9feb08b28
docker-ruby-nightly~ruby~GTSFIU.dockerbuild
117 KB
sha256:729e9bed843b4711c201e3ac548e5922f355f774a1d0f12f1641fed08d417c57
docker-ruby-nightly~ruby~GWALF3.dockerbuild
100 KB
sha256:486a8b0e5e49890475c02f8d5de81483cf03240fb8201ca80ebed631d61eae61
docker-ruby-nightly~ruby~I7BNTP.dockerbuild
99.2 KB
sha256:62a6b6cd2b1c4ab36c187bd2d807ad099189d6f775d3e70f0b4b90d114aff9b6
docker-ruby-nightly~ruby~JI3B0C.dockerbuild
102 KB
sha256:134db1f75c19fea91d6a4e337dc3c02f2a717c69fdff63b25f2e77723a573385
docker-ruby-nightly~ruby~JM45OS.dockerbuild
120 KB
sha256:024017ffb390c33361e08d6c5494227c8f99404e4091adbd54c41bfce3beaf98
docker-ruby-nightly~ruby~JWULHZ.dockerbuild
161 KB
sha256:e2f2c3b74361f696a8fca93454d3c41c7bcec7b315ee5b81bbc0a9abe28017e5
docker-ruby-nightly~ruby~K8JS69.dockerbuild
137 KB
sha256:4b998c3609c6d6ea294ee247f499e9c09a65efd92372c7df80ac5cb38a4e6334
docker-ruby-nightly~ruby~KXRRWF.dockerbuild
104 KB
sha256:7387af675e4eea162153e69a068b9c63360f944b7369cb0f6591787fe1b3b914
docker-ruby-nightly~ruby~KZX64J.dockerbuild
122 KB
sha256:02ef2d6c8f2c93004bab8f6ed9bbd5a183058b14ab9d00aef1a11ed851ffd520
docker-ruby-nightly~ruby~LJM0TK.dockerbuild
122 KB
sha256:396f9a3c07b3e580c05baa8884ff31eef98428cad80563982b597a2a7d14215b
docker-ruby-nightly~ruby~LOSJIC.dockerbuild
97.6 KB
sha256:fe13d64cc9c69f74b744f1fd063d7cdb0f40a8b7be75fa28856f0ba32f11fce8
docker-ruby-nightly~ruby~M16AYD.dockerbuild
101 KB
sha256:66f69ca7254074a730cdd76ac4d30462476b668257b09837bc8bca0f73f23375
docker-ruby-nightly~ruby~MIPZRF.dockerbuild
98.6 KB
sha256:5aded28ca5c89ab8d23b83296a717146a8d25ab4221fbdb7a706cf6bd455714c
docker-ruby-nightly~ruby~MPLNI3.dockerbuild
93.9 KB
sha256:e199b8cfc1f42ee6673b14095dc472950a21215c3ad1222e343e17a99f0d18a2
docker-ruby-nightly~ruby~P85GDW.dockerbuild
101 KB
sha256:bd9fec526aed94c8c4eb5017c26b163522afc151fa9cbbfb89276d0fba1dfe19
docker-ruby-nightly~ruby~PWNGBS.dockerbuild
104 KB
sha256:b75d93224a218868f8fea6fdefe5ba055ca8a3f4a222cff7718ec812ebcd0e77
docker-ruby-nightly~ruby~Q3NOLJ.dockerbuild
124 KB
sha256:6d9cda2fa556d2f9cc8646ccb78841b0aa337efa6e35283a00585b490b456e9e
docker-ruby-nightly~ruby~RVKH65.dockerbuild
100 KB
sha256:49761e128935549bcdb9934065b60628665f1e92769b32b4f04fdb6041e43da1
docker-ruby-nightly~ruby~S13J8E.dockerbuild
153 KB
sha256:9ac95bbceaba47bc42680f6e595c6d65efdc6f84456e58e11836bdc5a2b0c12f
docker-ruby-nightly~ruby~S2763S.dockerbuild
105 KB
sha256:9c0693cb2d680e44452120f17d1cf3d939f743194ed933d13dd849c45e19efae
docker-ruby-nightly~ruby~T246A7.dockerbuild
116 KB
sha256:7039f06848ae8d0e401c1335922df393dc23df1bb3142ab9a92bf23a5a2ba115
docker-ruby-nightly~ruby~T2ENNZ.dockerbuild
133 KB
sha256:97303b2a77ea07b0c47d286c7ff0a4df5829afe54b29140336450183b12227e3
docker-ruby-nightly~ruby~T8ORLL.dockerbuild
115 KB
sha256:15bfed8219e279220f38dcaf7d28363f31c831033d228d61b612f004c932a6ae
docker-ruby-nightly~ruby~UEV3KX.dockerbuild
104 KB
sha256:02afca3723356501d13eab4110bbced92407899d515296fb4fe4dafb622d1e9e
docker-ruby-nightly~ruby~ULB1FS.dockerbuild
123 KB
sha256:27f85c4304fe439d3c9588b88543333723e5feec68e0fdcd7fe8dd7b6a780cac
docker-ruby-nightly~ruby~V2TE0L.dockerbuild
104 KB
sha256:d77943004a6ed93c718220164b8138c499ce2bcd7025c91f05857838f05393c5
docker-ruby-nightly~ruby~WWM5SK.dockerbuild
97.2 KB
sha256:9bdf819775c12b6c778fd6a4e5cc82547916380f847e112770698dc6e5462315
docker-ruby-nightly~ruby~XDSC3S.dockerbuild
103 KB
sha256:0e88c92352e5de0726a92e769a7d14c81dfcf62f3543cad360cdee01754dedc5
docker-ruby-nightly~ruby~XP7XZ4.dockerbuild
116 KB
sha256:c3ab655bb8dc37d53a2e1f902e1672babbc120829a8497e7f2a8cde648f55129
docker-ruby-nightly~ruby~YSE6O2.dockerbuild
134 KB
sha256:5187b2ca39115e9afedfda94e0ed79c27b03c94381d11bc82368cffddf6de998
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:a24db270515a61a7ee9ad5faac079cd0a30c3acb6187670ffd76150c0292ab38
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:4307445f2518d43f139c364297aca8de302b4103c5888899422db4232fd64609
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:3ab926c8ca1ff38a992b4f8e145e3eb2ee8c074f73cebedb749bf47394870561
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:391234e0a5063e63f7e65ddd9c10592faf5e38e86cf976d6cec94b7bfd7cab7d
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:37a68025f0aaa3f7f779b385ad0ee023448d0f1ac5183b3a45df8ab793ba77bd
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:3016bd2460c76fb7e844498be408f8e58c704899b2e980565506da53b3af360f
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:bcd25987efffd1c6c796950da46fb06da9a13cf4b4717a4ea2caed9c09b80464
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:70904f213b3a717f2c91aaf983aa739d516eea1daf990dc160fef0e39f1d9fa2
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:b3f9448b41a55edbaef90dec8c42057da01be5cc256f9e89728d13dddacc4be3
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:beecc7fae9591fffc7d7e70657d7668aa6c8056468cecb7135ba5835974df5dd
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:e55de4cd4d9e5c1a6e46a36630ed95e27ff927c083c4a18e4e03f993962f0da7
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:ddbb9b288c20f227fdf935ab27545ca436074c5d89d3adfa63b7089d86c91f89
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:7b60ce49f96298ea5624ec4c09a885c3049fe2c4f605f48b80223b2e0d3bcf88
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:446104d4b06f2c8d1976335fb432af2fa8438ce1245027c37b0a9a568b19da41
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:fd3522dfe7accfbe402d47854c6f3623093eacb68062fa017fde40744c9d7ae3
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:e7e00ad8674cde9f7936803f539f05d459229e1e7778c495346247635a768134
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:e43f97f017d40f0e97a5a030e7925c609abfc272f361ec843ca346e1e1149405
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:acca802390d619085e70022a76a9fff58aab203cec1259a8c3123430a8f6b9b3
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:704d1bfc49438f876b40d4d7ffab16d0a7eccb0ec41d3dac630652a94ae52ac9
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:7f0aee4eff374f99e408693e2863a8dbfde6cf616c737cfde4663a3f75ceadc8
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:8d90690efa4bc873835fac545817923dbe585dce742fde5a830fe4ab1343f8d7
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:fc33ded97cb50d7a848bc081191478b40d1fa8f6099ed83ed0d95977cd77c445
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:615076fae3b831b2e61b92bb41ddff174d559602a80e11be0e782ace074920ba
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:6b97c4b2b70b50db6fc64380c81ae376df17e7f5673f2ea3e3efb99df084ee9b
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:db698a659a02971bb6fffe40580cbe0f7a974efc80948406f968a4700989ab41
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:27e92945a62db838e1b815dbec69787f1371078114bea794a7b6a35662cfb169
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:8b9d36d917e310a23bf24ede950a095e9a96a1f7ebfcdfce3d8915f43095129a
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:7cbb4a8410604e4f5f2d637864bf53d61b5793f19d3b691e2c172169bcde7fab
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:33c548f6cb2de71ffbc20271038aafd5ac14991150a848e0a8c3dc100855a755
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:272ba8cf0aa44a526794984f3ae94a339ad2e63cdf570cadbb10923c88fa7906
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:759689cecaf71fd5d65d8137f73417f56e6233293637ac44af87e3fa3a2a5ae1
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:2359ef6432834d5afa1e0da55572a5f57e1b963ff494c5849bb0bbea6e8dca3e
outcome-trixie-linux-386 Expired
193 Bytes
sha256:f373f811773bce11026b9bf0008c79b5e8823989b169e25f47db8417f033e25e
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:b7e102eaad677582411ca2bdf8b667889178dcddc1a856339e5cf68ab43246e1
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:663883f2e49bba8918af0964003f7f0fd292911f554050d681bba4007d54be90
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:65c00e2bbe34dc802c30cc028b25fce82012c4af31b35dd7e287f482bb615dfc
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:84ed61d6a1123bca6c35b32232660ce9286fdfe3387465671f182d7faf56117f
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:60d117f18376e6055e5c98f0ffcb96046761f687af7a8215159adb100a8a3a34
snapshot-master Expired
17.5 MB
sha256:a68d0e145cc545384d20d91195f41ffa0a245362bfba20a2c5afec6a51fccd39