Skip to content

Docker Build

Docker Build #899

Triggered via schedule July 6, 2026 21:19
Status Failure
Total duration 2h 31m 38s
Artifacts 113

nightly.yml

on: schedule
Set up matrix
1m 1s
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-trixie - linux/amd64
Failed to restore:
trixie - linux/amd64
Failed to restore:
bookworm - linux/386
Failed to restore:
slim-trixie - linux/386
Failed to restore:
alpine3.22 - linux/386
Failed to restore:
alpine3.23 - linux/amd64
Failed to restore:
slim-bookworm - linux/386
Failed to restore:
bookworm - linux/amd64
Failed to restore:
alpine3.22 - linux/arm/v6
Failed to restore:
alpine3.23 - linux/arm/v6
Failed to restore:
bookworm - linux/s390x
Failed to restore:
trixie - linux/s390x
Failed to restore:
alpine3.22 - linux/ppc64le
Failed to restore:
slim-bookworm - linux/mips64le
Failed to restore:
alpine3.22 - linux/s390x
Failed to restore:
alpine3.22 - linux/amd64
Failed to restore:
trixie - linux/ppc64le
Failed to restore:
slim-trixie - linux/s390x
Failed to restore:
trixie - linux/386
Failed to restore:
alpine3.23 - linux/s390x
Failed to restore:
trixie - linux/arm64/v8
Failed to restore:
bookworm - linux/ppc64le
Failed to restore:
alpine3.23 - linux/386
Failed to restore:
slim-bookworm - linux/amd64
Failed to restore:
bookworm - linux/arm64/v8
Failed to restore:
alpine3.23 - linux/arm64/v8
Failed to restore:
slim-bookworm - linux/ppc64le
Failed to restore:
slim-bookworm - linux/arm64/v8
Failed to restore:
slim-trixie - linux/ppc64le
Failed to restore:
alpine3.22 - linux/riscv64
Failed to restore:
alpine3.23 - linux/ppc64le
Failed to restore:
trixie - linux/riscv64
Failed to restore:
slim-trixie - linux/arm64/v8
Failed to restore:
alpine3.23 - linux/riscv64
Failed to restore:
slim-bookworm - linux/s390x
Failed to restore:
alpine3.22 - linux/arm64/v8
Failed to restore:
bookworm - linux/mips64le
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:ab6e3d1a394906dadf6b0432b307eb9ee7a47b1152572e3c1fa45a607a0ea0b1
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:cbaf1a3f90527ba34e7e41982397bd21e1a5701fa75ac188e9d1f434f8ce62dd
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:02cd0abe7ecf0c7ea94f8442abe377b6daecbdc1849238746ec58e06b70765b7
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:2dc276dff14f01c3b2f73ddbfdb44ec6832b8e79f77c9ce165848531a6093f4e
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:1d611a6c8d4e035ac275946d187e6493b157172637a7f20e749eb4515a3be297
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:e33a110a207f1e547b9b3586d1313164a2e5b02ddcc195dba477e7bb5b161415
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:bf0bfff9a1a963f87ce4b827a9bcc3809dc1652dc4c17a9ae0cefd049b7fff3e
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:533d34872bf0cdb11f934b9fbb813ec270034fb4d67a2c03fe16f08ede71cd45
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:5a227760007161044bcf529adc98fc017c23102c6da154b215eafc5e8a8fbf05
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:66e35e9ed42a71f24f786de165e2fa544e832fc103a68d4bb2ca8e841116bbe6
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:39b085c04feae6ccf0ed5641cdfc5b81d70ed5bd22dd5a444f13493e4d499b22
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:79056e700801b489ecc8add5852bd091e12f99f130ff11b01d3ff0ce71de0154
digests-bookworm-linux-386 Expired
244 Bytes
sha256:e2f1c111801fb66dbd3cb332dde105dbe8452ff58dadcc549b95403c16111ca7
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:91440950219db4ada68f9cd53300bbcc403f49eddb4e185a0bd0e2909b4946cb
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:0df4c78c04c2422dd0ca258961e92f235c3d72b835272376dcacac3ffa198723
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:777265d6b03bf09226efb37cbb56fa950d4f93343f2cffef63100dee5a9eecda
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:42cef1bee0d0a1a0cd2a8bdc9e5f83dcede97ad6ed5e687ecddc0b0f17c0fddc
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:1c4198e8291e56a61ad12d741e5fa2b5677fda37d2d09509dc9ed313bd235028
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:2d0023478152794c13032e7043bfe7ae1734e3b799a2411778959d2b53a2871b
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:5221ad578bec868f882049bf99e60e92f42866273a2ffe01e9637c1010a7796a
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:ddf318311fd525da01ab3fa7e9597b613875f72767cdb24646629cbe76970fe3
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:95f2b068d84286765338cceaa78518b4afd36c6cd6fe27ebc782cf7040f09113
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:6a07151dbe06a7f401fcd70eb094cbf24e224d587ee5301e0892ded96f8dba5c
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:06f744e2886b47c0eb818da28f21acd839f6158e52758ed439b41f355e22d7c3
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:0b60771d6e1a5abe06822eb6adc41453550ba1f4efccd924231caefbeceb48fc
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:ff874391f2e380adadba07e2abecc0bfbbc8472c3b42537d9e5d84487a6c8d09
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:1a50df66eca68474542f1f95f1a9ff6a64acf5b23e61a6a23f3e0b658ffde63d
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:251e9a55d41185a0bd64613a710f2ba62b3367800b05eb4274c910f272a849f3
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:1fccf3a0be4701d3a24037d6ecc53daccda617c902fc85bf38072306cd4ae17c
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:6d8ad93d9dae1e1b2a366fc23ee2899492b28ee11084b6c1cf69140fef6997b3
digests-trixie-linux-386 Expired
244 Bytes
sha256:f7d155420fdbd3597723282404461b3b10b7e842654268fb0a76c638bfdbda5e
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:63ef58fbd36ca54f48c136b7b8dce4baae377128a8d8c137c9f92da731cce0c5
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:a28d42ab4bdbfb2fe3f1323fa867e055e10627bca61abe1f1a091adfad971b2d
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:7fb9028db37ca200be9ee347ac3b014eee30d0e688fc41a4831063240389c9ed
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:d75b8207f964fc85d02acc682460cf056bbd5863618f331d4cb1c19f3e1b93db
digests-trixie-linux-s390x Expired
244 Bytes
sha256:2e1c8d9cbcdb44908a01d238dae9b56ee87439d487e7fdd14d618237c4df84e8
docker-ruby-nightly~ruby~06O2OL.dockerbuild
124 KB
sha256:412180fcc0cd134adc6340b668ad132a381aed2b0471ec19f378d33be8449a90
docker-ruby-nightly~ruby~2QA9MI.dockerbuild
112 KB
sha256:bc92bc8a19ff95fc6ef4fc32fff8db44ee007395a112e76b4c7a88a7c0bfd852
docker-ruby-nightly~ruby~39BEX1.dockerbuild
98.1 KB
sha256:046d7fedfdf6a89eacf4e055568ff8402967b317287c11b130d4e1345d122c25
docker-ruby-nightly~ruby~3F7U4W.dockerbuild
137 KB
sha256:f17f5ee89f502f944a74ef8ae2ec865c528463d69491fce58d61efdb29d55b8f
docker-ruby-nightly~ruby~47OO36.dockerbuild
101 KB
sha256:aa69531d41d0e04b6107ed6fcc405c0fdea7dc88a1ed2343c19cb31a76ee9562
docker-ruby-nightly~ruby~4H8WSN.dockerbuild
99.9 KB
sha256:cdc4864481835a53d607dfd66766ce34ebb6624180603bf6effc39fd0d780eeb
docker-ruby-nightly~ruby~7BRLJ3.dockerbuild
121 KB
sha256:6ec6856120166f8e257d77b0ad6bceb027a64d5ade02f952922adf3ef53d721e
docker-ruby-nightly~ruby~872U3U.dockerbuild
60.3 KB
sha256:6d26b54da663bd764772d79998b84c85d942410de23cff57aff02eafe0b8f3e1
docker-ruby-nightly~ruby~8UBERZ.dockerbuild
103 KB
sha256:5fd1173663c12b14e6f77391e458e61d07c001064e33fc6d93adcf8ebad8a67f
docker-ruby-nightly~ruby~BS60SQ.dockerbuild
111 KB
sha256:f0e0104a61c4af777c2530063c951935b151abe098a5b15c837ad297ad51c4e4
docker-ruby-nightly~ruby~BWL8I8.dockerbuild
60.6 KB
sha256:28b03492eb22448f6559f58210b33d87d5664e46fd6d6c1e15f9db08d31cf327
docker-ruby-nightly~ruby~IEHPD8.dockerbuild
96.4 KB
sha256:df59ef09470d320914acbe2765298015305e389a02b8430601c7bf19b1b81af4
docker-ruby-nightly~ruby~IZN2UI.dockerbuild
120 KB
sha256:ba17aac2c807621368c66ef03235c55a011f0203352532d91139b6606a711ec4
docker-ruby-nightly~ruby~KJ9WB7.dockerbuild
100 KB
sha256:1dfa081925a823cbbc5fbbcf31b4bcd59fa05c3bfde569e56f8b5bf14f39121d
docker-ruby-nightly~ruby~L2QVTD.dockerbuild
101 KB
sha256:3ec06ce1f8d830f620ee5696668662077e26520627fb5d073840f28a56bf8f5f
docker-ruby-nightly~ruby~LBWAYN.dockerbuild
102 KB
sha256:d2c52966252e375ed2e11a370c806a05a02e26e666a4aae2956aac12780a4c88
docker-ruby-nightly~ruby~LMDTOU.dockerbuild
101 KB
sha256:91e16ca156da38c86f0f4e2ca7bc62a8dafe3cc246e2ed6fcfa6eb1b5c6e9c63
docker-ruby-nightly~ruby~LNKTFQ.dockerbuild
103 KB
sha256:d2acf90f191060b9feeb262b690fb3307638001c88404a112fc2b56586ad62a9
docker-ruby-nightly~ruby~LYL8IX.dockerbuild
103 KB
sha256:e6f8129722cd5bffb0ef907f99c6b41bb5af6b9b119f41e31f8196bda8569c1e
docker-ruby-nightly~ruby~MNXIIO.dockerbuild
152 KB
sha256:2cf1de52fda6e93ed60cf6a648b3683481f48ae95c9e022f0900341681f549e9
docker-ruby-nightly~ruby~O82FDW.dockerbuild
122 KB
sha256:f4754ecdcba646c5681e2cd9a29cbce731d44c93ddf3fdf18136147fef2bffc3
docker-ruby-nightly~ruby~Q1OVNZ.dockerbuild
134 KB
sha256:3b9be1a118daaba78d8d8d44902bf80807ff21a77cc8943bdd82c2064eb1b6bd
docker-ruby-nightly~ruby~QNP61O.dockerbuild
96.3 KB
sha256:538fea77cd9efb79bf6b8a4b9a36df5e354664da42f2452c1edb8d0c20e11c64
docker-ruby-nightly~ruby~R1S23L.dockerbuild
101 KB
sha256:11f1f9f29a86a1273a670f3a61e33a2097bcf2bb78d4b7d7d0959686c9187f7f
docker-ruby-nightly~ruby~S77DAG.dockerbuild
159 KB
sha256:24d8a774e5ab5b277390e103d47bdb5f0f3670237015a05310a360691aababe0
docker-ruby-nightly~ruby~SAP5N9.dockerbuild
119 KB
sha256:e00a539b47b63ec53dd06f8101d62626eb646818b560fa2269d527d0be85ed71
docker-ruby-nightly~ruby~U0452A.dockerbuild
123 KB
sha256:c1ccf296b687f760d4df7fe2289e033c0793d3775c6ff4c09e31f3c4bc8daa01
docker-ruby-nightly~ruby~U3OASE.dockerbuild
99.5 KB
sha256:f7601573a808c0cb8605032bef94fa0755494b2ccc7422435cebd80e4323dd83
docker-ruby-nightly~ruby~UE21SA.dockerbuild
98 KB
sha256:7620e65f77d4abbf4a94082c649e88c68d5c068a343c56007666a1329e472311
docker-ruby-nightly~ruby~UORX98.dockerbuild
138 KB
sha256:2cfe39d01f6f8b39295a575e1c10d1bdee616f18d2521e4df4cb0bd86ceb055a
docker-ruby-nightly~ruby~W8DUII.dockerbuild
102 KB
sha256:d0f3152498f4fede3fdc19442763f72b0117c77cfb600273667f61163661f955
docker-ruby-nightly~ruby~WEQMCB.dockerbuild
100 KB
sha256:f0a48f6920646b750333993decbf436f109be4058f9f0da0c6157384c4bd25d9
docker-ruby-nightly~ruby~XB0M96.dockerbuild
112 KB
sha256:845cec2afdfc41e21724000d8dd734f5656b65e5600a4fdc8bd2140d2a71612a
docker-ruby-nightly~ruby~XHYA9B.dockerbuild
116 KB
sha256:110020c6acbf834ae562e3553629675d770ff78664a158992c8cd363ae464cce
docker-ruby-nightly~ruby~XY64M1.dockerbuild
99.8 KB
sha256:59a0134d96f1b30216527d7f863421816b5a005dcdb87fcd52489da1864d3c2e
docker-ruby-nightly~ruby~YGNBWU.dockerbuild
101 KB
sha256:ec1d9a3f148810e62c2754ab5594e9ee1b2f890a8e42a343605355f8ec3f7d40
docker-ruby-nightly~ruby~Z6ZR7G.dockerbuild
130 KB
sha256:8f18351b64100ca682b65df3d9ec98a10244429caeb7f536539f72ef606ad342
docker-ruby-nightly~ruby~ZRGKSK.dockerbuild
104 KB
sha256:80105bc91e373218147fb9366e3a280a154e0d9a0ed11636a36761e85d484527
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:35987b46c839a0caf30f3c93484eb6adc718620d9686088d96916669318c9872
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:fd0a2c57f355de5d2ca00c50ff228b4e51e5784b7afa2c52ae9e2d4dceeb1d8e
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:5fc75ef8d99420c45aebd5a0881ab452266339e80fe75bec9594fad95b08b467
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:03b16e378df72cc422d6cb8454fceb1c0b50086b177458ab462abfef8caa5c6a
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:78610d51def8940e8c3672f77d51bdbf80f7bfdffb6c628fee1a0850183cfad2
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:8b215cc887a51ad7bdd619069d2c79f8e8bb958cf8366acdc8f8a221bda14564
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:77c4588cfbde8d0316b6f5a0ca6ec7ff6767d107ce217e89f1e97c48b9f77988
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:ea3a0283656576f2fec672cdfee95821d079bfe1e79c6cdf2376385d757e435d
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:e894e78f210a4a65efdd4213bc61b21580eeceb0a68efd42be8eee228bf208bb
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:957b3d30c0894407694e82f28002b325a08699fc630af74e042e315b28b6ec94
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:d4fcbc7936e9abeb85f7f0104499b0815e9237f270d7cc058e56f9a05e5b9343
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:3fa67f08ab941d102e273c914f827eaca1366d1d835906bc7db6ccfe549944ca
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:7a05192ee24edac46306b8eac2dc98cc888a7b0d4ac3ee3356c1d1034f1e8c40
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:1cb02657eeb53ff983d88ff4e4a604515e5d955d7d7fcf858c151948b826d98b
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:0af755dddde867a804b66fa90afdbbbb0456a047dcc3fc446e71381c7e91a8f7
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:5b9dc6d55ed4d26eb6066bf0aeb5e963b030670ba6d39e98927e3e18e278c381
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:68b178865d9c6675961baca806b559f8c1a978d2668caa75a330fd124a98406a
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:d2b241d7a43580bbd07c773e0dc69460d3e59f2ae07f09f0329428e12e8f7199
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:6e477aa290915314e1f45c5d73e3b253089b9e40287e3a55ae0b542352448abb
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:15d47e29160a131a962b9bc1f2fd5bf209521c8f2c3a1812031411ab0011f0e8
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:26619ed5ff174f79cb26974b9c8662f5fd708c88da4e8f70934393e155039d4a
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:7925ee71ca1466a5fc5a8e6f43c132d4894dea62a4d37047925a8627c0ba4296
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:4358032da69ebe7c6526ba3561c9fe28dd8474bf51fd68da524e21d6f36f9c7d
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:5b2fc8726dbc0bc19f7064e83b80b0eb7918e2f91747967a4b9723772be9c330
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:2e46744d86051212a24d86385057e632235b5b6eadb96dc11e308a474a5abb32
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:e77e42e3b213648630ee503f0cc0db074d434c3455310eacc1cb1a1735828649
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:341607ce017afdc52e2d13fde06d39fc92d9bbdbef6ce193c1c42f041a0ab6cd
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:e2a109b675ee1a000a83d0471bb7e752430e2f97abdda6f6ffe0dd1b2ad2d7a8
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:3b09edca7da56f23afb5dc025f112b8d66e8910b952d28d5126df533adf3e5c0
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:e4f6e4c98839d07dd522ebe23414c20a9319179b5eb29aa2bcd1f25a0c1159e0
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:fce8f557657b0df477a1922f5233bf4389ec3334284f7fc1913cbc1e11bb0f7b
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:185c7323cf73f3009ea097c3e0a417beb8e3282bb31c86fc79eaa29c7cf71100
outcome-trixie-linux-386 Expired
193 Bytes
sha256:fe8a737038db28428331ebbd17153b0c3c3136ef5512fefe35d87ce86d04039c
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:a2ea07a5c41a4910d286cc591d448cc6bfbd1a7a5b9a3994483516bcc7efd035
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:0653517058dcfa1eb41d2b2e20f00264bcaeae1637ccb9abeae5e8a3ffc7cd8b
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:70b1182a7e77ff1ee636736d99e99f29548c02d94c5c83e28c699ef8ce790d34
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:2ae36b01330cda7eb314fdaf071558d6fbb22705490bdfb78786d4c9a1c8d82f
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:a034a2885a8b1d0439b1f464123da6d2fa504c5543f58a45eef34711b1755d2e
snapshot-master Expired
17.7 MB
sha256:48db10699a737776ed613cbdae1b50c387452748d4377ffe75cf95be80d8ced1