Skip to content

Docker Build

Docker Build #846

Triggered via schedule May 14, 2026 21:01
Status Failure
Total duration 1h 56m 50s
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
trixie - linux/386
Failed to restore:
bookworm - linux/386
Failed to restore:
slim-bookworm - linux/amd64
Failed to restore:
slim-trixie - linux/amd64
Failed to restore:
alpine3.22 - linux/386
Failed to restore:
slim-trixie - linux/386
Failed to restore:
alpine3.23 - linux/386
Failed to restore:
alpine3.23 - linux/amd64
Failed to restore:
trixie - linux/amd64
Failed to restore:
slim-bookworm - linux/386
Failed to restore:
alpine3.22 - linux/amd64
Failed to restore:
bookworm - linux/amd64
Failed to restore:
alpine3.23 - linux/arm/v6
Failed to restore:
alpine3.22 - linux/arm/v6
Failed to restore:
alpine3.23 - linux/s390x
Failed to restore:
trixie - linux/s390x
Failed to restore:
slim-bookworm - linux/s390x
Failed to restore:
trixie - linux/ppc64le
Failed to restore:
alpine3.23 - linux/ppc64le
Failed to restore:
slim-bookworm - linux/ppc64le
Failed to restore:
alpine3.22 - linux/ppc64le
Failed to restore:
bookworm - linux/arm64/v8
Failed to restore:
bookworm - linux/mips64le
Failed to restore:
alpine3.22 - linux/s390x
Failed to restore:
alpine3.22 - linux/arm64/v8
Failed to restore:
alpine3.22 - linux/riscv64
Failed to restore:
slim-bookworm - linux/mips64le
Failed to restore:
trixie - linux/arm64/v8
Failed to restore:
slim-trixie - linux/arm64/v8
Failed to restore:
bookworm - linux/s390x
Failed to restore:
slim-bookworm - linux/arm64/v8
Failed to restore:
alpine3.23 - linux/arm64/v8
Failed to restore:
slim-trixie - linux/riscv64
Failed to restore:
trixie - linux/riscv64
Failed to restore:
alpine3.23 - linux/riscv64
Failed to restore:
bookworm - linux/ppc64le
Failed to restore:
slim-trixie - linux/s390x
Failed to restore:
slim-trixie - linux/ppc64le
Failed to restore:

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:e5927646694538261219b2f91a99c450095b22cc97dbc82149cbe13ee8495def
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:07e05792b5a16af1b6ec2c99a353c09ba19cc8d04ccb3000c141bb4fcc655e87
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:2accb77df35000a8cdb433f6201d5becb992978333816698018c665bd2e779b1
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:a82fcad7c98868b8804083eb312b5ffe0ae1c6b63faae947523fc83ec113254a
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:f3c9d72f0f48d6822cb46a47295a1748e7fc807cee5bf74b7a48a9eb7e3aa739
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:f2b031a7acd5d9e405cf3b7df1d35fd0331de542f03650b018a880b93e683a80
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:35167d5b06e95d6f699b33c261fab36bdb35cf6ae0e67f32d4c70386ae9863a0
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:047a22f85cd4692494b6ee45ed3e8e2c62e37e17c90ec8fcde045866ebc54e21
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:85fb5376cdf19fe543802728a39efe943fefe1037e9ebccb083d32887fe8a934
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:d7fb66711209614238f15a6f311d77c47cf68639df26939bc14042396743078c
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:7967ac1ee0f68018af33046d864d074ac93b64af7975e10a9c97a4a186dacd9b
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:6ae47f38685bccdf70644e70b855fc379adaf423ef9be6802fb31d9933b06ff8
digests-bookworm-linux-386 Expired
244 Bytes
sha256:b945371489f7be0799f69bc18280281d9ca9bf883c74d8fa902f90561bf52e62
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:f0ddef699e454ef14310be30b9b516d904b60648d47577eef7a731523574efaf
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:5d4a87287c8a54f7f8963b1490dec39c3c5202ebac6f3890712530ab0a3abc93
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:eaa1e4d94cea49793927fd0c9ebdff49c85b958d77eb1cb282f169c65252b2ee
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:43c55dc97cf25b503e304bf6359e40fd99650eb70ec65d1c31fd6db272fbc95c
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:1ff622b3a3c298b3faa09e289f441787dcbc8854a3163cc82904e6f6df0e8a79
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:7841ab03060ba54f29898068c5742d321441797a015f68418a7ad7ecd9c1697b
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:070572788df3f379cfce7e5a01df66de450113371b98e83ed12cb9690c79d644
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:e398ac36119bb3f10baf9558e42fa241c75e194c53001a38f7bd3c26ca665e0b
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:144a904218189b59f732e5d87de6619ce6ae10fb968f2331348e55ce2864cbcb
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:eca1ed06887d988fe40a0235ed993b0a7b91daf25d527304b924bf707bc354c1
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:28396f9a75598ba9f0b4971e52c4263504155ec03a2be0255699cac1b670b7ab
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:31bd306d7acf4b26ecb2eeb230ff596f490e05ddc910369e455582f1918e99f8
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:dab244c83a1c87606f66b566f8ddd16615c8611d80f37669c4bc178b606464ea
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:a68fe9e122132d2f78097dc6aa95a2d5336369c252badcbb6c07ec595398fbcc
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:75058d9f89e4815c2d5fd268ccc6884af7a7d85383e6bbc041c54f20138dfa85
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:99d7a12e55909c906455cd9d43669d129c5ade7705d79009f806bfeac9fb17fa
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:7f99ff5c2e99f78c997d3f926273a71e7c218ec40b7aea8708f7daaeba699623
digests-trixie-linux-386 Expired
244 Bytes
sha256:e939016510315895274a86ae33ef9a4fcea1a22e90a64433eae8540676e435a0
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:41166241f31baaabc3618b63931ea4febd9f7587b4bc75de218aa14bf5d4f75d
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:8d1218c5c9d5cb35549eb5170fd29ebd8494d59b8805ded909cd32800e42721c
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:160e1def591aab9e5104a5ca74ea59aaf937c66cadbcd6baecbea937799ed77f
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:07413738d17e9a71037c1a6912429bbabab91b0e550326216e00a9602b01f3bf
digests-trixie-linux-s390x Expired
244 Bytes
sha256:d5775e4fc79510c4687a4852d13245fc3567e3f1080f8f65da97c0e051116cfe
docker-ruby-nightly~ruby~3U1SDW.dockerbuild
103 KB
sha256:396bfc125b2aff3cee8d07856596320cdbc6c4188fdd2a87ad79dc61cb24505e
docker-ruby-nightly~ruby~4AB8WZ.dockerbuild
99.6 KB
sha256:c5d3823a10900aa8b07cc52391c8d2ba36bd22ed856b78bd431a0efd1439e19d
docker-ruby-nightly~ruby~7ATQ3O.dockerbuild
124 KB
sha256:0e66f0c39cb3c6797493b057afd71c20b31193fc51e566cbf89a922db19209a3
docker-ruby-nightly~ruby~8212K1.dockerbuild
122 KB
sha256:18df3afeaf5aecb272cc27cc14a3c660517805ae1112609f32e0a95fae33300b
docker-ruby-nightly~ruby~86ZG8Y.dockerbuild
157 KB
sha256:d1da9d864fd09057fd5ce7b7e36e3fa810653781fd589284acd6451e59358c49
docker-ruby-nightly~ruby~A9CIAV.dockerbuild
101 KB
sha256:fac8e06a7e7df8914079603abbf0cfe02c028768983ad487e7642625d6f28d88
docker-ruby-nightly~ruby~AO33U0.dockerbuild
136 KB
sha256:4d0a94a381e9b2396cfa6b8bb5caf31dcfbfec23c2447e9c11fccea7a21f45ba
docker-ruby-nightly~ruby~AU2GGS.dockerbuild
122 KB
sha256:3e4a62820b511529fadef846e391352619cb7c2b8adec6aff0542dc3aa72b4eb
docker-ruby-nightly~ruby~DUVVXO.dockerbuild
103 KB
sha256:a0ef39eaba4ff25545a5cabf43d3f003316f134abdd212a919440a20bd04e475
docker-ruby-nightly~ruby~DVNWOP.dockerbuild
121 KB
sha256:7dd5a9a88a76981c0b9ca58d17106e940f0ae47324f1a7197f6484ccdbca3a89
docker-ruby-nightly~ruby~ESYV9H.dockerbuild
100 KB
sha256:ebfa115a89ac8eb3a07792b4f23b27d0c90ef1bea6f584f355bef12b7b7f5f04
docker-ruby-nightly~ruby~FQ0MWZ.dockerbuild
98.4 KB
sha256:7ea2ef336dc575f562166c5a83e7bfcdc552e6c6b9154e2c88592fd6b040357b
docker-ruby-nightly~ruby~FT7DB3.dockerbuild
115 KB
sha256:8030d1faaa1446613985b3887fe99df0836a8c9b606504e765fb4567bb806ce6
docker-ruby-nightly~ruby~HV5LOJ.dockerbuild
102 KB
sha256:52819e73dfb637010577f171234f8f515bb881f9d44ac405245d844f854710d1
docker-ruby-nightly~ruby~IA2WV8.dockerbuild
102 KB
sha256:6d444788f030b0df10638483021f43718b5e893aeba9d8805598012e2811ffb3
docker-ruby-nightly~ruby~ICOM1I.dockerbuild
117 KB
sha256:af3ffd780233b047f590c2ebeb8c21274b7a29713315229cc268941bff1058de
docker-ruby-nightly~ruby~JL09HQ.dockerbuild
103 KB
sha256:681b1b8bbaf172492c28b076038e0c6d1dc1fb564e44b17448a54c475991c16d
docker-ruby-nightly~ruby~JNJQRQ.dockerbuild
102 KB
sha256:2279368ee5626dd65f43662408ad1abcba78b77d7eb1391d917d6c9c07b0ee7d
docker-ruby-nightly~ruby~JZ6CWH.dockerbuild
98 KB
sha256:ed434b00672776e4faba3efca47420ef54694ab236ade7092b40016073465c79
docker-ruby-nightly~ruby~KJEN4W.dockerbuild
103 KB
sha256:b5ce33925417b4b907dd88d6716020461cf10719defe1a59647c848057a323fe
docker-ruby-nightly~ruby~LB2ETO.dockerbuild
123 KB
sha256:1cd5f0848e8e242a0e8c9db8bffcb76ecf6a098d0ef7cb2d8628f4fef1535426
docker-ruby-nightly~ruby~LM9ETJ.dockerbuild
131 KB
sha256:26442a21032ff90d68c3e0b1889f0df324982ffca8fe4bb6cf212fe5aa1beea7
docker-ruby-nightly~ruby~LR121Z.dockerbuild
113 KB
sha256:3ebc5a05806cd14a628d1f87585523f4f6e997a0d9edd4218e72d5a82507dd3a
docker-ruby-nightly~ruby~OTILJJ.dockerbuild
96.6 KB
sha256:a4a0833368603a50ab8d2939b06f5a88404c58a7edb9458c51987f0d367b300e
docker-ruby-nightly~ruby~P4BKRP.dockerbuild
125 KB
sha256:e1e45c2a646f05dbae6d83127946eca8e3bf97984cb5b0c69fad3520432b56e1
docker-ruby-nightly~ruby~PELIWO.dockerbuild
134 KB
sha256:f3d742e8cae18b4cc3adebe93b594d31edf04ec6f1de736fd466cfab831b7427
docker-ruby-nightly~ruby~PNYU1H.dockerbuild
97.2 KB
sha256:d2a7f8c0c1c232f71e3980c667de21dc52f26d68f3f008084973df1d875e2b4a
docker-ruby-nightly~ruby~R4X3I1.dockerbuild
101 KB
sha256:26e8adf92663445fb96084d9d470643790ff980948670d4aca3943400774b05d
docker-ruby-nightly~ruby~SLP8RW.dockerbuild
116 KB
sha256:4d3770da6170c93695e9f8956881d64976a296ad4ba3dae70bba124667da2570
docker-ruby-nightly~ruby~SZQFXG.dockerbuild
130 KB
sha256:27ae4ffa57de0dd8e26a8164849f320ad5662ec657c04da512edf93288ae5cb5
docker-ruby-nightly~ruby~U3CLYW.dockerbuild
58.4 KB
sha256:eb984239effc412607fef213f9e09d174e84cb02a94f3e17ba9c49f716e8f8ba
docker-ruby-nightly~ruby~V65OUR.dockerbuild
101 KB
sha256:41894dbb8b1e5c63a62fc277ed1650a6731832e73c236c0da7805bb7f308ae8e
docker-ruby-nightly~ruby~VMAX87.dockerbuild
102 KB
sha256:9f6a2a898f5223c64f62fcea3a0a6674e2901466588f949ddb92547d7a244dc2
docker-ruby-nightly~ruby~WG6S58.dockerbuild
56.9 KB
sha256:8770085cc7a4171e38acf52bf38a64f0486896c33f111a4fd253abd2d150028b
docker-ruby-nightly~ruby~WMWGGK.dockerbuild
152 KB
sha256:6a36a20c0b711d50fc100ffb699934253a7f9df1543ce0887200ad054136c47f
docker-ruby-nightly~ruby~WP7AC1.dockerbuild
97.1 KB
sha256:947bc243b009cb1bd4e0fbc2457b0a25886708c9e7fef8a5934d59bee11fe4a5
docker-ruby-nightly~ruby~YI5W5T.dockerbuild
101 KB
sha256:aa2704151bbfdf2a06d777995e9b7114de89c20dbe7df895877b72065b358abc
docker-ruby-nightly~ruby~YTFVUS.dockerbuild
102 KB
sha256:f867d2bfed85bc190a4bb74b15fe2ab360db93f5b6a2e4c81d8a982357e22aaf
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:df233dd95fecf93050bce361866bcac6df9027d02d800193cccf99ccf030894d
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:6306a8632fc382cb63936528cc35f3cfc1a85670ffd1616544083c2b8c1bd7a1
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:709e709dcf947579aa9909c8a830d4296d142b17c637fe229b15f8a56fda1652
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:b6ad46c12f5463888a0abb3e608976dffb790a0c1a9f31e1e7ca1a617c858e87
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:87155526a52d237271d22650259754f0ab680398b0034e29aea443a61e3a96e2
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:4121d75fdfdc88dc605d2bd4ef2998f065d51e126b01179d3fe8c59f0a63e811
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:4f3c40115884dff34e89afdfd82d2c4b06f39de4ad4e7089133ffb1b0539acc2
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:343078220567f58be7d0fd63a664d8892f7901104d48e1adcc38848631c37fe6
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:7284a70df99aac55887c9a62e842a3fa7233ec6bedcdcf29e8005b30cb68722e
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:59693c25e0518a113481ec379581769aad984ff09dbdd7076f1e8ab06399f156
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:ff87aafd687fcd608953cb50971f7da9f05150a1b87447face4574aa129cdb9e
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:38cc07cf7fa84062b095e9f91b31151b2c50790b8717f3f1387e5b60f70a0c59
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:5e3ad82772b8c217976280b7560e63b1a2ed973c74fdc1495cb8aed60c71d0c3
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:2f48a9ac37f841eaa43755e9294aaba7b9482f1b5fef714597a69e36acaa18fd
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:748b5971d7d9e707817aa9a43f639ae32a77ec00e15112f468b14b6080f9e789
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:1897404ffb3e9ea393166367938804a1e47349138511be86dae2e37e2c7297a4
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:d07bced4994ed27c86c5e220c226815a571618fd72547d5e09a734b606e7b7e0
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:48fb6e3d9ae687c15c111dc50d473a835bd86e72c41cffe55e8982f32a6811bd
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:329cb9c02f4447b27e64cde95b1469aa2bbcb3f8389b718bf05cad31fe3cdbca
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:d17084e08ae6982ee1777561e65afe3eb197881cf44cd514e9a80d00d5951b0d
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:d6b9a7ae5ca9b71480ccbc834efe0901e13f4b1a014b33903c8e4b958611c3b6
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:2dc7bb35c0fc18726ad73b7564f5c9b9d265b902e4ad01c12f49653cf6d18545
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:3ae6eef0e80910baa61a04489b71a4a005e03cbeca540b81e4f2e96ab17e0d2f
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:2dda189b8150701c02d295841984b8f30e768ef3de9dae29f14b9cac46653b5b
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:2bdb216d4f90aa2831cf4e994ad612861ea5a9e3206612b13416cbdc9211c0ec
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:d42aecfa3478f265f57e30b650013fdf54aa1be6bea7aecba1b6f6ac6662d300
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:d3834d9a4a2f849fce79773202fa10acaa3365ca4b4c87b719fd5408720ca3ea
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:cb37f1b43b97f24e80e1227049ff6bd890f735ffc01f65bc02f28e8411c8c88a
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:7ebfaf72f932279b5b289b6309f4fb8acf474b6cb39c0bef1c82ee0f7867d02b
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:b64c1d66bfc66c4e1e2bcc6a1e9e9e6e1a0823833e73ff5f9236fc5ca33bf794
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:716cc42bb9c490de23625d39aac7f3c6f6a039dce4f5f97bd0a55231a3175606
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:6e610e84b317866eb5c3cf650aca98e33da2b54725a22d33062b928ea392a4b6
outcome-trixie-linux-386 Expired
193 Bytes
sha256:97609cbfa76649516d678e764378152c9a906c736446bce0c5d8a8d2a9274c1f
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:f5f5490cc084c9c127047350faaf9b19439bf44d3543fc95df56fb09707e4e74
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:11054b8383ea50d90a97c951bd3b1a4ef3041e30a33527fecd01beef2fdda792
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:1de6c9379ff0ff927745e4ad2423b9ebca3c809917c1f425cd61c23deb4addae
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:eaacf1cfa79753a82b060acdb93b6eacf4bef04206b885e0ccff71dd8fecd56b
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:106cedf6506fa19aaf6199b71fb05fc7e0c15bbe7e0559d5aeae4ef01791e5f7
snapshot-master Expired
17.5 MB
sha256:533958b83679bf4eeecddbff4234a4d7a68a80e073a376600dfc22806106161f