Skip to content

Docker Build

Docker Build #850

Triggered via schedule May 18, 2026 21:00
Status Failure
Total duration 2h 16m 53s
Artifacts 113

nightly.yml

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

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:d3ac01d5d34e40e4e839c55656b6910856cdfb235bf3b63045ce16bc4dc2b1ec
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:398e015db2983267ac6a837bbf96909eb1435cc4e7503fbefed5bfb5b95763de
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:5cfe169fcf07df9b0dd0a06d81a74c718549b4cfb692e85314a9b7614206f9b6
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:1ffc7e058ab8844ae5d596c2a339a7e5be608da96b6a592ee2cf8d89d9f3fa79
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:60329bdaaa329e7f8d28c02acc2d9e21a90ecd7a01459118e2e6ce627484bc10
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:fb5f1884b5342a0b9dac80317a90ad0cf948171f2004936ffde2d32ff9dfffff
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:e98d60c02e1857fe3f4ddb3af8e96774513fd4c38da27ebde8cd346d3b326c26
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:7915add6a07fa2751ccbb3a94aef0be0db8f60245e8faf35452bf27e16ca9892
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:042090d914346329eec49389be74510a217937d142c3b3389762840c902a708d
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:d72ba7ea6dccd38a18f04e26bdb425f3c53e811a24d499a6589d96ec6c7b71c1
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:73675f2e060de40426a548092e07139bc99b4e3305ac5ccdf9cb69771b87a5d0
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:81092a1ade4937240e130095497601e327f32af9ee2046687c3bc73e08698106
digests-bookworm-linux-386 Expired
244 Bytes
sha256:5df407e2ba222e8863b520eb62d07b5b1fc7773ac6be6e0c180abb289f1a7437
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:ff9da7b027e3d2e308cd13ae3e1e7b5f10b1855af34b09c30b41b376f47a1a1a
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:5bef2b54656a8ca461c66bcfee0d0d75c6cdc1fa53dda96f0ae4ece812368b31
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:f4a9686ecfcbec84c745f6fe55099582d32b7bc0d5a4673e89d4d06aa3bcc02e
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:db10e7171fe00a853679a10e7c5e0544deedf8d29e5fd10168aa7d0b947cd743
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:dd9c0f7f2c459ff5a12cf60c9f3d13506e9685e2a36a6447fbeec51e1290cdcd
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:09c76c4995e6b6c9a49f754f5cba8458c3e2b20f086d298bed03f40ce0cbbb8b
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:15c924181f8be674f01321c350a864868f2d12308f962b8506061575500e6e2c
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:a7dfe96f584040619fdf3041121e3c81fdfdeacd625d54f13b28dd275bf7b598
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:8acca32ca2911fcafa48d778807bdb9a7304a7a73a74089337c02c60b1cb930c
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:6cff5c29cc5b4c82b7b549870074d2f761e479917411b3d8789162f63147fe37
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:47f8ad98c10923420ec48492793ebb8db228ee2a7ada5e2329dc423a6054d20c
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:56e4155da8b0f8aa9b3b8e3dd550b8323d8e3ed0e166c72167dd63b390471417
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:bdfc897595742a4dfde8d5fc5960b1a048187999a22911c9ed8dc00947d4874f
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:0237370b3710c1aac7945758dafaba7026716b138601607b740a8e968bc34d2b
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:847e71b7fccccefadec8b798e9a85c12d09061fd241c0bce1bac6742e996116f
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:e523c86888aa4a289a039e48ff9d5b633e753a629900cf1042350f955b87aa91
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:3417f13347f938510492754d2d676975021b87808461bbff95aad6a589f5fdea
digests-trixie-linux-386 Expired
244 Bytes
sha256:86d69a4a76e0778c41d26111e5d7547ab36919167a4251da63bfcee71b51194b
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:a0709ab653ecd31b377af40617dfefd3107bf612adbb07d140c5a41eb6b2bd60
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:26a1cf0c242a7e487dfd639175baa18e532df319e7077d03974017421ddf8f84
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:22b1b61aa013c2f676c8ff9f735a434e3345a6b750f672585230486320df14de
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:d8294e174cdb8b19eef95aee9c685a991e07a54ef219835a148bd14ddb1a3ee8
digests-trixie-linux-s390x Expired
244 Bytes
sha256:006407b0b6fe7ff352b630dbaf6f19be8ed747dcd8d0168ea8cd88a655384bb9
docker-ruby-nightly~ruby~0KXRF7.dockerbuild
98.8 KB
sha256:93425b30be12c0a3683978cefde19f468d29b153e8289d3cee1ba0d9254296ff
docker-ruby-nightly~ruby~1ZJOA7.dockerbuild
102 KB
sha256:c901228bae20a78a7f558712dd1540dba66d635f61fad75fbd0eaf3b36e37b3a
docker-ruby-nightly~ruby~2LBPE7.dockerbuild
136 KB
sha256:d9f4cb9dfb733a0cf150de6e8768d90ad35fff46fc822af2608b4f8afe4d9059
docker-ruby-nightly~ruby~31SYT2.dockerbuild
136 KB
sha256:cf6de8bd44fd679277a6e4b6cbcd3ec437de48d883c1fa05d266c1db44eaee4a
docker-ruby-nightly~ruby~3B6XX8.dockerbuild
156 KB
sha256:295f2f81f3b1e733d8dc607f87a3f634137877505cb787a26e3db642fd6e5285
docker-ruby-nightly~ruby~3JJH20.dockerbuild
117 KB
sha256:71499bda3f6b8268b022323529aa860557e2711cd98c0ba6c13b762a0ebd445d
docker-ruby-nightly~ruby~3V1HNE.dockerbuild
101 KB
sha256:32aaffa4daedb69f127478ce1d6d4439f1d7dd5f050996721eabb8e46952ef99
docker-ruby-nightly~ruby~4R2M5H.dockerbuild
126 KB
sha256:fe545a6fc9427a52cda35cf751e2bd4ec186ed50310fe278301c8602dd46fe00
docker-ruby-nightly~ruby~6CCMME.dockerbuild
98.1 KB
sha256:ffa756b6725652c16a9eeb13953417685185f348c3bc45154331cdb497d169db
docker-ruby-nightly~ruby~8QS82P.dockerbuild
101 KB
sha256:76f43975b04588f9bcb0c70bd112e9a237e8e691f35dd3e3091a770e3df4cd29
docker-ruby-nightly~ruby~BF6ZJ9.dockerbuild
101 KB
sha256:69ef0d1e9207c40b3d278eaf9a34ce996f287012525a48db2cb7ad2f9eddfa76
docker-ruby-nightly~ruby~C5570J.dockerbuild
101 KB
sha256:e32f923554e0df314635c37a34897cb3f4bc285ad9da926aeedad1fadd13d33c
docker-ruby-nightly~ruby~D7MOZN.dockerbuild
102 KB
sha256:fd441a1deb73e454ca56e7e4a72a05f49df2842e8155ea9718b1810b898f36ed
docker-ruby-nightly~ruby~DI70DK.dockerbuild
126 KB
sha256:e182964a0bbd6569d4f194709fe1ee99145e68449c315e84f9f516bde9ae47b7
docker-ruby-nightly~ruby~EV79TY.dockerbuild
103 KB
sha256:8fb4f898a90d1b10cdef7ee78618a3d1ff73c771032f4a133a201a256d2b14b6
docker-ruby-nightly~ruby~EZSEGV.dockerbuild
96.5 KB
sha256:29daadd9b02753f280cc6894931c726d15da828fd3d893fa469c7a9ecba9e762
docker-ruby-nightly~ruby~IT83RB.dockerbuild
99.1 KB
sha256:e2a5c89e9dc6d5b6a360a39637af23cb0646a314f7742c937a42d13c6f727b8d
docker-ruby-nightly~ruby~J7J59G.dockerbuild
59.3 KB
sha256:45ee99b2ea815f0ddda6046c7f32b64108edc30fe143d149f6c0c38f10b6fd7c
docker-ruby-nightly~ruby~KCY0GI.dockerbuild
112 KB
sha256:e028e637b4838b95efc95e440f8423efda4c638555686e9ad51ff638c806cab8
docker-ruby-nightly~ruby~KEJ1EW.dockerbuild
113 KB
sha256:662aed0c525de602b3d4fa65352cd3ff13ae3adae33ee8732274331ecb4e8d11
docker-ruby-nightly~ruby~KEY5MF.dockerbuild
104 KB
sha256:630710ac33fb261426582f46a643afcdaf608a918ec45b54985efb27db34db76
docker-ruby-nightly~ruby~KJHBRT.dockerbuild
132 KB
sha256:df867dd52c6621dc3493d8b0d7a5643f4b99e785c598b7567e581d890bfc88f3
docker-ruby-nightly~ruby~M3CFQZ.dockerbuild
101 KB
sha256:d65e99fa8b17eebd6273be251acdbafed6ff48c074021c5e516e187e5ebb626b
docker-ruby-nightly~ruby~MU5HET.dockerbuild
104 KB
sha256:41a27acc07739ca7e7b1030c0cfa633246f767a57090c01ff9aca2dd6e8a736f
docker-ruby-nightly~ruby~MWJSFZ.dockerbuild
101 KB
sha256:6e880be448abdc72f808731f7d9ac2a9efc500a68a92cc7da76f108da8ad3aaf
docker-ruby-nightly~ruby~O25EPU.dockerbuild
100 KB
sha256:36bbc09a30ef09ddd39bc94482d25f198d3395b742e7f447b1a38060d01095ea
docker-ruby-nightly~ruby~PL3FG8.dockerbuild
100 KB
sha256:cb0a82a87714784fae41aac4612910cfee0bb86610be100ebed689b422227a92
docker-ruby-nightly~ruby~PR7T3Z.dockerbuild
161 KB
sha256:0c9b212ce2e9fe0d4a7c520b093b9b1338f6d6e4631b9dfeac1534d630423a4b
docker-ruby-nightly~ruby~QTESDE.dockerbuild
103 KB
sha256:5db9463caf0972a9c875e66880377e1b7a565b44951d7a06c07482b5cf7c466f
docker-ruby-nightly~ruby~RM38VD.dockerbuild
122 KB
sha256:7f00a99a110139773f538b345d1413051509a8eec9a6ad6c79b63c4425ce74ba
docker-ruby-nightly~ruby~SW5XLW.dockerbuild
125 KB
sha256:110a613407d72367099968faf038de04874c81862a5cd7cdeb91dd2330c861b5
docker-ruby-nightly~ruby~SXC72K.dockerbuild
121 KB
sha256:e953c6f259fc13709163fbee99ed89090d0f64e39aadfe31efe3b6b29d02590a
docker-ruby-nightly~ruby~SZ7REB.dockerbuild
136 KB
sha256:814a3d6fef11c5a7b2b25b5bd6530783134dc088833744ade0e221060e5136d6
docker-ruby-nightly~ruby~T51DT6.dockerbuild
122 KB
sha256:0bfa50dae135ca59ab8e1970477e7d944d3efdd20754f34a6a92a01c626dcd1f
docker-ruby-nightly~ruby~TYPE7J.dockerbuild
99.2 KB
sha256:0adcae6bd436b9eaa7f42bf8c0565cc76e2401ceb148ac6cd9b065f54863505f
docker-ruby-nightly~ruby~U37J7G.dockerbuild
99.2 KB
sha256:983ca4cda8fa6cfcee92a3d9dc69ce3fed479e90048da0b7b7f15313e5140289
docker-ruby-nightly~ruby~XLVVJB.dockerbuild
59.4 KB
sha256:9741df243c332ff21a4039e47f199028cf3299f897bf9362fc48a6c3661d487b
docker-ruby-nightly~ruby~Z7KZ5P.dockerbuild
118 KB
sha256:e5210ca5b73cbfc44229956507bbe4323923d79c52fd674be9b9598dfbbbdd0f
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:eb35706e3ee156474aba7cb89b3ae3689089362f0efd8d33679153f00817ed1e
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:9ae56fe6865e4e41aaec5ed10406af981580b92c8de48d5ff6a56f0a7216f01c
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:716720dbe7945021b85faf954e37f01cbde3ea1085d345d2bf27740ba5087549
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:e5edeb901e9f3b787745b555d5e3b4817d422328514b38ae1d5156ddd0231ce8
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:6ffb4fd711dfbb109430d8d60d8f6fbcd09a581e01e6b135890cb5cb26fecf6e
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:c208e60df55d3c10171ad3bc9931213cbf0dccfa8f7a757ad9d8a5f1387a9206
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:997225a529404bfb6f2cb2aab8ea78cf284ed5015902845bc4ae7e685bf13dfb
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:c885ebc2970629935ebdf681d988754d04c86d1a698588642fd0d863342557f7
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:24d08dff11995514fef907572667a02165fdb5e859c8e4c75d7acadc7cc89b70
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:f21f3c56847991ec6a516d35f50eae5b4b89bf46507103dbe6426afbd829f597
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:c3b643a74b532c29aac96d838c4d028edcd1ffc4081a5972f765466886d591ff
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:111305fcd3f883237e53239121ee9f75f686282437c9ad97e453620c151471c8
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:7668e0eb94927866ba0f941bb053c6ceb37dfbc3c6ed9080438425dd1613fe0a
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:1c6355de20144eea104935b27b3105e04f00056f82c5948f54b0af2d395b7dba
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:4ccdf3b39f2b137d677bd81d7ab8cf3e914f68b15b2384eac615fa94ef6944ca
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:bd5ee54ad4d13d02855b06912d586088040fd1a7a887534f3c3f14e7cf3e07e4
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:c263992d0356a95c44fd05b58df0e5d0dab4161ffcb55fc95f2b4198a6c08def
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:9bec783af8ff719a35aa7058dc89d5b119268ff34dd7a39568760f309d0b613b
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:3d0df0b0efdc94124a66eba3bf39c9588af82748019d8fdda264d112fcc16d08
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:f806b5af5055a81fa6a69912bb1eeaf675d6f3c4571f7c59d78caf859fb47799
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:d27818060e25d7b125e1edc7abd94d2b9de059ffad3aa40c654cfebf8b952b3c
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:eb427373fcb8d505bfe81135132e0138fb3f690ab4bd3067599e55dbbdbd2bbb
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:38c27fae355d484b65805b033257a5433abebf0911fd798c982e2faa3da6c6b3
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:cf260eb9f3251d0c6e979fa164375a7c4c02155bbbcd1c3e9f1c017afa63476b
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:9e2c800d809ca3ca2aac9298d8895e38b3274ef5be83060c20ce661b45bf3c8b
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:26cc34d985ef98e75f9079a3d797ad368f3a659e28a682929911a75bc096793d
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:d396498f1d708353a7bd9e4bfe72e0ddbe91f2afae0f93b01a225e43b3a23e21
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:d484659fa624ae96102e1922a44f9959832512b0003668212d18eae3cf403094
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:c21094992ea4946ac5f2e8c5a2ca4c395524a826858a68980fa07aaad307e2ca
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:ce1b743733ccbc7b6be8541b9216ca655933713005e2dc22566942a2fd30696c
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:40efc8e6b9a5411b561076190e42f39b1e066b2e6225685278f0598a243db804
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:80b91593a43263eade04a7972d774f656b6f04389a51f562e9c2413bdd206ca1
outcome-trixie-linux-386 Expired
193 Bytes
sha256:dac2759d214cc9c46076c02c1f6770fbe4fe63eaa579edb4215fab816b68b256
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:9e367cfa54db1e7427c73afd7703092b345cdb1ae1623014a9fdd6b9fcf0542e
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:36cbb0c9e4ffb39fe863fab33ec42aea0a3bc431e2e9b854b197e4f74002ee21
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:429f697492dd363281cb0e2d75feb12e98a41d7c4a21391136aa58e5aeea9a40
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:dcf06ee9381f2471702b17f31c6156f1969aae69e1a9e34856d4b9dc33530492
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:76887d2352a9ed19caf1ead545f0e9bef0fa77e93d5f57df52403160d9f0bfab
snapshot-master Expired
17.5 MB
sha256:25aae902431cbd86ba23d0453c85a7663f8d6755955fb2dafe04942a816b0cea