Skip to content

Docker Build

Docker Build #854

Triggered via schedule May 22, 2026 21:02
Status Failure
Total duration 2h 3m 15s
Artifacts 113

nightly.yml

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

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:5a696957d804ae07827649e899804dee9fdc3b33d1b006c18d87c13c8316ad4a
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:4a0274eef95661ab741c6eaea7447adcc9fe4443cd2c10c7e7f5143e03f9ae45
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:5fccbae933fe1efe08a4336592867bdd200b9dd21efc384c62ed0d3211bbf1c3
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:c79dc85283ec61ffde56f08ad5ce6eda77dbd10a994532ab870ea5bffa8b54a3
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:8941759067c5789b45f015366bc4ed7a20bdae681191ac85da799a0974853678
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:2d5070bcb8e2b1fd818c06c6c7a62689dbec0e923ebe2bbb5c705b5c3af83b70
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:ff0a043dd4710ae6c887a36bdba9bbf27c7167b45ac6156d98261ae4dfd0be82
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:47ddcf6914900d81e34209cf90b57e2ff54fb39d9163fc0060d05384510ff43e
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:b0649ea361085e558b10ee6c25bef3317aaca75f256c11e8ce3f3e52e1bc1718
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:9cdd57e95ae313d9db365f9de4484556481d9a0d0d4964b44a4b8b0663dc1c2b
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:89aac1c76f972752afe86d1831860ca5c40a4222b4716253e6b7526195ed0695
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:aab1114e7cf777238a3fafdce894d7e848c7674642fedf0871088847ab69a876
digests-bookworm-linux-386 Expired
244 Bytes
sha256:37db9ddd81ac883b968215a545b108cba0b3234adb98f071ff76e2a08291b78e
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:73c71dd81ba2fa70df2cef810136f65ebd11544d0eea9d56e0bfd561a8a80a95
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:a440332f6faee05a25d69f1dc471958aabde578e7b4acc6f1178968c01b795bf
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:d53b9623f2a4b0c50fc05429f23deb0f7b17f6943472fbed1fc6de2fb67e5eda
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:acb479d850f44132736a8019314e9d823fe37dec459403246709692687d043f0
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:a9f34b6adae9067a963e3a7d792a207d1b8336d1a892437d9fd8e63950c63cfd
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:2ba460b4899adcb1b948b97f463fa0f43cf98ad19c7d57cb915b9b9c928aaf9e
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:ca554f6c81dd8f1c2bdcdaaf9ccf6a8c6f18dad8f1a7ae03718fb42eaf9fffd5
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:d04a2d874c6f3aa5d5130327b98758058d1f184f5973bfbd81232eadfcbcee69
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:8780f25aacfb32d584b596fdc5d6ef82efb4d66c30ff4f6ff05a7943dbbc46f8
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:289291230ef672a125537fdf79b4895a5f0b6cbfdef54d1701366abc44566934
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:a06f4666c09bfc72fcf3d9a7ea81dc6c73136b44de8cdcd273ad502740bbc48a
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:21c4888ecfde285343cba4366eea4f490a15d9b5d348eb822905d0f79b76417c
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:623e1ec1a1b57898185f698901a8d744f2748e2329023a66d7534c65ae1100a2
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:ef30b6890587bd5c9d800d499eb9d54058b886ad6ba103f1ae79f17ba023e4e9
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:9318d2c7e88b886f49e5c7a179e1dfa33b300495d99c8017e2c8171deef31870
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:6e3a448d07351c11461c9f33471095706a010f8f33ad87684aba2c3564283084
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:51c40f87949c92c29cf8bf36805c2389cf94f684d3aae8ab318ff506362a609b
digests-trixie-linux-386 Expired
244 Bytes
sha256:387f0373b3aa80032c4ce0377d57eb93627e2267bfdec3c94fd34ca5d434ca67
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:d5a0f4ee9132ae50c001970a9de1b05931f9c22903d87060ef290a9a2dbba554
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:58d675952733a69377b8b9369f9cdf172aa9f09dc470605df430bc852469d51e
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:627c2357e602731396c08b88ca3df285468f58f8ad3bde04301536c34d3441bb
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:989be67f14e142b55f7da7664c9c8b3ecfd9a0d184894951f92b044db9ffca94
digests-trixie-linux-s390x Expired
244 Bytes
sha256:fdc4ee1dbd227f519cea74e050f4b6309478265973d48debdfeb7cd4312ba1f7
docker-ruby-nightly~ruby~15YZQI.dockerbuild
61.6 KB
sha256:1a6cf3c2f7872633620ea6e806a85cbc8434c6f20fc84fac5c723a50a39bb069
docker-ruby-nightly~ruby~1LG589.dockerbuild
58.2 KB
sha256:3002a6ebb7514f09a0f429cd50f94a57230a06c94027b401d37476b0534d9a7b
docker-ruby-nightly~ruby~1R4FOA.dockerbuild
124 KB
sha256:d53ed4bde9b7115fcfa78839652b81de2b5ae671e361d27bdfa7794e26b03669
docker-ruby-nightly~ruby~21CBPF.dockerbuild
96.5 KB
sha256:1f15e5d50dc25bcfe87d10014afb5adfa4782595f7e91f4dc3defbac12597dad
docker-ruby-nightly~ruby~2LR11D.dockerbuild
104 KB
sha256:49e72dcddeaede6f6283a867c4d72f61312a9bc4146aa3b1c28535bed7fd03cd
docker-ruby-nightly~ruby~3M0KQV.dockerbuild
96.8 KB
sha256:7ab00d555c4ffeeb8afb67f13c6d4b4f1bd4dafaf0b866f43b1f617435a11f92
docker-ruby-nightly~ruby~4OT7FT.dockerbuild
118 KB
sha256:e4fa768c3f026221488b3cfb08e7806c184417a78baaa8b3879ba5198e8e8722
docker-ruby-nightly~ruby~6F0OUM.dockerbuild
102 KB
sha256:c2ac897b75d6e672ec56e8a5f0b4bae75cc86767e08049ee619bfc8a542c6665
docker-ruby-nightly~ruby~7M3SC7.dockerbuild
139 KB
sha256:9978f65b3cdb664fae7b925aaa147f92981abc2c3248f6193c65fb12a87fe355
docker-ruby-nightly~ruby~9E5G8M.dockerbuild
100 KB
sha256:f34017a07d47b825bd063c492d394f93e8f19256a4e324a6388da2766f0eacea
docker-ruby-nightly~ruby~A9VGF4.dockerbuild
99 KB
sha256:83e4d68655c9d2bf459786e774b0de062adc5695ee2b4cbaaad641be55628d58
docker-ruby-nightly~ruby~AAK7OX.dockerbuild
104 KB
sha256:3d22f8af0db6bfc8baa9053645575ca79acd05698000f5f24951b03bc35bd886
docker-ruby-nightly~ruby~C728UJ.dockerbuild
102 KB
sha256:dad1d05a26fbd47727ed781f5e8b68fa0917b3577e418df45e3341c855156213
docker-ruby-nightly~ruby~E6K7WB.dockerbuild
121 KB
sha256:0bf580d11897a10a8545a7659fe8c72589725efd3da5978dfa08c5b6a1f8e034
docker-ruby-nightly~ruby~FXC7YD.dockerbuild
105 KB
sha256:7bfb5048c7f5fbf77bf8eae47ba873885bad7a8942d4f6612630e0e4b61ef2e4
docker-ruby-nightly~ruby~GZX6Y5.dockerbuild
112 KB
sha256:9401f9cebe55830712f6f6bf47e08a221063d539c6329c636bfa06b3231cd4d3
docker-ruby-nightly~ruby~HRHO0C.dockerbuild
130 KB
sha256:0828fcbd242c23eb3937e109306b98e3fae563d516acbb4788235427afcf9a15
docker-ruby-nightly~ruby~IL1R7V.dockerbuild
104 KB
sha256:cb39a634fbf91143e98545e6679be0932543fec5c7749ab42542527277d8c0ae
docker-ruby-nightly~ruby~JCB3IW.dockerbuild
98.6 KB
sha256:de5fadcb36cf433ed04ea8203a943694b53fef6730cdd2da9555d08f41fe6b5f
docker-ruby-nightly~ruby~K4ATN5.dockerbuild
99.3 KB
sha256:2423338d33053cc319c72d94d5fc24c9f40cec32e74f1061c4d13d3c873c5711
docker-ruby-nightly~ruby~L591D8.dockerbuild
114 KB
sha256:79c79a592a6dbe0f0d118d1b777843e8c3711b24b48d4684400c88f8850f4c7d
docker-ruby-nightly~ruby~O18Q8F.dockerbuild
102 KB
sha256:16550e4db20b50df042e94af7d1cbe442ae8833ae91cee4e05650bd5ee10b019
docker-ruby-nightly~ruby~OY34H3.dockerbuild
127 KB
sha256:3b6f9d951db8ceb70cf35d1ce5d412dba2343930376cce3ca60637c03386fb56
docker-ruby-nightly~ruby~PJ9A06.dockerbuild
105 KB
sha256:5fa7c4df2ae206c80ce8d4140663c33ea1fd2284fc723fe9e6fd68d4d668ccd3
docker-ruby-nightly~ruby~Q71GZE.dockerbuild
100 KB
sha256:f334da2ccaba708deffed073c9010a851979b11e24b72302e49d5b22641635af
docker-ruby-nightly~ruby~QP9GJQ.dockerbuild
125 KB
sha256:f3e4ad445017df3d63f36e53871551cc40b1cc74464c2284e2ab62c68513a109
docker-ruby-nightly~ruby~QPGMQ1.dockerbuild
130 KB
sha256:a8b8a3b1c97f26bdc96f7196f88169df14b23fedee6fbf45c0681a8fdac71488
docker-ruby-nightly~ruby~RKHWZV.dockerbuild
156 KB
sha256:84d65d598e818bc9421ef121ba14d9357f5403dd06f14f609c4cd2e353ee74f1
docker-ruby-nightly~ruby~RL5E6G.dockerbuild
99.2 KB
sha256:020719c9024663ad65f00942712c3041a0029a6a87615e319d28620a8700826c
docker-ruby-nightly~ruby~RN7N1P.dockerbuild
160 KB
sha256:c38ca074d724b8ce1c92bccbce167c6abfd2b3516e9d1617e92a7bd8b21fd8e2
docker-ruby-nightly~ruby~SQPNLE.dockerbuild
103 KB
sha256:f34a74db3089bb9878629aaa2c8304ef70bfab338ed2f885228b3b24c01991d4
docker-ruby-nightly~ruby~TBAJ8Y.dockerbuild
103 KB
sha256:aee891d95e62988d58f96abb1ba7ac1125029d536a2dccebceb421f075855cc8
docker-ruby-nightly~ruby~UNB021.dockerbuild
119 KB
sha256:9bd8353446dc01855ecbe9631baf9d7955907a2ace2ad38d70e1bf42e7afc3cb
docker-ruby-nightly~ruby~URSRE4.dockerbuild
121 KB
sha256:6b1ebbe1c00df9e37c404328cd99da70943fc5ef22d2f5c7c79dda97a7da9bb9
docker-ruby-nightly~ruby~X2SM8P.dockerbuild
125 KB
sha256:ca4a36424e33721dc14af698b60ac4d6e9d879c2e8a46853068e8763f274306a
docker-ruby-nightly~ruby~XO02U8.dockerbuild
137 KB
sha256:26545e89965e550312bd1e4a9e8684e793f4f3454b2c7ba39138f54889e8566f
docker-ruby-nightly~ruby~XZGMFX.dockerbuild
101 KB
sha256:e5ffc50de193547938738513aff2198fa833107d236cfab30715379f4069899f
docker-ruby-nightly~ruby~ZL6DXS.dockerbuild
98.3 KB
sha256:dc0c00869fae13edfcb6e09a2f68912422b1a8abc8fc9ba67170636d745bc885
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:bd0f5add754c171f98d25028f6c7f52d1a0e7e2062fc0a81decabf4340378964
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:27a8a318f11b14e902ffc083c23f40f76c1adda798822f7f0bbecdcf225951b3
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:6f27a7339b92e268129bda646a457bea07a84b639c048701a684bca30751f001
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:e9678deba8b4687ce67b64e41dac754fdaf8b12a11d0a5da0bbc7e950afada07
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:19eac9f2def19a8ca43bc17ef63d477ab402562688b65c9b5ade133e8ee3adad
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:297404a9f72292386d04f705f50da390d7ad86e99b78c487a739bb3c00487278
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:6a0cc8437548add2f0bd02b2f9c57c4db3a21cf454e2bdb57862696870ea0cde
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:07fbce101d8308bcf1ad47c3374f5caeea42e1547d44a257fe5bd3e5c08fd696
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:16c66831cc512262f9ce19376168f438f25a6ca4144e2f6e8466776a7a4c0b1f
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:7de46fefcbfb67418eb97e39c8b0730f7ce4191b3cb9700503aa8482c7a023cf
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:76cca5c6a8f05e31c09d4239ece5ccfe4f506856b17f1195725b34f36b0ff824
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:cf54a43464fec64af924a8636759fcb20ccc5cbf1de7d3f21f069dea4b5022f5
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:60abafce2b69de667b6998ae194900f989bfcb5ca05ad1e3233408ab9a9c9bdc
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:e5d1ee48b21cce2bbc224db445797b14bf985c957af1a5d90d27f7c867e54501
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:3678299024e6b9aefb153b3df3474ff77e8188b0fd4cd4cee7d303f29a941105
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:9f0a2685a9f22126c51e73172f5fd93a04f436d768205df3bc3b0391f491cc8e
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:56be4b40d253175c46faa1d83bfcdbf061e249f59cadd642d454542efce2de29
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:d12a11972ec9e76434f841d80eba87d05380c137cfe5acb3863c8ac730c4de44
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:78f2d6baf576149edf0042226b75a43328768a728722d620b537ce95c2e59549
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:a70886bd5863c6df16eb8f53c2bc732ee27f83124b3e5f34b7f4cecf18f459b4
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:b589662d0a3cecaa85a8653ea231b3f7c846aeed2b4fa201d9cd0c5c7f94626c
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:b9d7ddb98c437f9b1c61bc49685917ffb508466efec5c3e555bdb4f51a3185fe
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:be68df8929a436ae34ecf160063be1f5c3c898c20339179ee89b6bfe137a6467
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:1be081f77e87c355c5cbe7c8634d5dbfec24dfd6c368a3fa5160f009c85caf3c
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:c614906a9d60531025e5fa8b819c7720a070435cc591f17e6813d1585a7ced29
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:eea58bd0375afa3abe104fa65ccf29b1583cca101a16fd3c6cf5695f66900d09
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:89157891855121aa43acb446d31eaddb4471ddddfbfbaf41c2394e0d3a1a03c3
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:77243548bf33bec9df7e2e29f68aa3d97025e964cfbc55a18b8ed08db695d361
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:4284c85797b8efc58311c75a6c05c77ba2a4d66f0ebe0d2d36c18581021f288b
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:9d9242d4a9bfe46c6220cfd3543a29bc790423d01cc8b679450949e96b641a23
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:bd6c30fcb9476f69b679a364387b9dacd01ad185e783074db6d610e1b52aabdd
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:a6740c3922295093dd3b0dde782b0b1ce95a3543c05249906ed9ee3a6e9fd30b
outcome-trixie-linux-386 Expired
193 Bytes
sha256:a0f040120e895f60fdc27a9132b7123d6e6517ac378a4506b27f82220c0cc0d7
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:5f009c3f5d4289dc369a69a8993ad3fb4174bf968a00dfc5ca6fa84778fde925
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:2138ffa8236cf18e708092459dfa1c48fc8cc3607c956256e7ec7dbdff7f28b6
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:5a292e98b60f1bd124609946d7b837071afed53cea81d0249be594cd373fad29
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:da7f288bccdabde82c551a6161d3ca8a66492a123e0712df0319da0411e96e47
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:b3bc90ea104e5c9949efd1676e4b173c1c52c1887a28e088e2fb06e2688e0d4d
snapshot-master Expired
17.5 MB
sha256:a6e9f15e0afc0071cb3e8203ac650d08fa5087f427a9ee716b60013cf445cbf1