Skip to content

Docker Build

Docker Build #894

Triggered via schedule July 1, 2026 21:16
Status Failure
Total duration 1h 51m 14s
Artifacts 113

nightly.yml

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

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:6ae5259b430cf5acce09f6c82fc641847230bb6ebbf61eb0149657f8068d8e38
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:af14da2cf158f1f1d0d2361eee8c6b4ebb4a52ef7b511137ac5f77adb065dfb9
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:d0cae11bd4a8f7e96749a647d53faa89e0019e6ce554a384862b9ab3ac780312
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:4a1e5fa0210ebd5e79087a20a0f14db967b2f2f08685c7f4f50657eb874cddb7
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:9e07e52fb43fd9be2e015de1f4f85d7df020f4035181cd548c1c3bfa5fb06e8e
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:e3234a8f8bd590df93cbe16e5dd4724761f20521707ca80f9ebc74c3d421ffd1
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:ce9969294ab7646c0667b35efcb818af3d96d507bb91c6d3c96ab7ce6bd371ad
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:7c6a58f7de8900dad3ed58dd231042d94e2a6a5665131607e93472984b99a4eb
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:357342df35f677729e732b1b0a059bf396a6580c9dca0e808eee4a173d6282b9
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:65a058ae4ea9311148b892e91cd38194c07869561951e45a2407b9dca23fba7a
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:68e5f9c98b648fa00a1fca368bd15fc7e21af3ebb3251732b93d34ed4704d7ac
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:de2a39ddeba8d8756e8b4e86aa2c54a43a774f34bfa49f1cbcb44fe8bd61e6a8
digests-bookworm-linux-386 Expired
244 Bytes
sha256:d52b737cca32bdb3f92d77a00caa16ffbda12fa2049377e16359d74b2e9466cb
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:81c9fa083b8c0e1fa22fb48bff38c58af3c2b1799e0075d725e5b12bb8ac2939
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:b2c25f64f090eb200e50ad0c8eb6ebc77cf2c78539cc24f0c98f1141702eb4ac
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:4ec95a17dd62171e9108c8f7530c4715418f16deaf35fd81ff3b8d0957db8261
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:6d0f0cc0d911c87645be3ae1afed3133e2589435ea1f3f90a6504d8625d5ec31
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:24d91030d66349e73a5d1e2380139af54befcc11a428aabc639753478da54a67
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:9e88ccd5c37bd4f921c76c5a093fee5c429fecb2529ea60cf573b7c21b7b5b29
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:2e66febb8dd81c5a956c1e00e9bd47ae736a88700eff44669e2115d530afe651
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:84c6d3985448061621c32644d5d98ad942cb57ffe0acdbadeaf99dcf7aedfe6b
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:51bb5124793b2bd56355fbe7e151ca5f148ac5899bc92fff3be9cf94d1c45b62
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:3e10f10a51504a1e343cbc6aa729b386f3e582c4efa21d5d358adadaed05ecf0
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:f9d632810a8d29bb656a6753ff274135dc92b1e0cdf41474675d1ac69ac61238
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:3bf64c6d4dd0777c7dc68b34eeae30506169f92ec20bdaef030a8933a4ef0e2d
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:4398bb33e645078801a6629aaddf7b77cfafbff470961aff00449f8ac179d3d7
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:677898402a863c4bb8a49ce881fd5dccf34112bfac6317bcc05eef0265a0fafc
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:11746d2f79bc8d73eb0917f8a33bd0a0d014ce25a2240e4f090a50f5fcf8e28c
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:ceb2781420b56b248cf070ddb676f6d92397c90e01be6ef4c0da3fe874dd0bca
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:6c9a06343eabe4d99f851718525268d0ace95df872656184dc5269509ed718ad
digests-trixie-linux-386 Expired
244 Bytes
sha256:576953dc91358b7927e4c8beb84cc5208784e074b052ad4230202602c30b40c6
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:292dc623892a76c93d4599282ea43edc5506c457f6dce1cd2ab7d586cfb71790
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:04ee08efe0fef74d98c99b643a3925bc7b0f8b631a0035d78f3f29547dc144b7
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:1e00563c21b8a6b97f40dc72d657825b44e40b54e69540f5b87ae8183d9276d2
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:b6b8cc325f247533b2deedb089f8a861123dab8a10ff454679e01a8a8ee4a61c
digests-trixie-linux-s390x Expired
244 Bytes
sha256:7edc56e543ca21d9d17c24ff7550941eab5ea266d7067d17f75dc9f0881926f0
docker-ruby-nightly~ruby~13NKHV.dockerbuild
59.9 KB
sha256:eb9b262991f9e55e5d5a1a8c837b34a3eba7a40e427e76763d885df5f9290e49
docker-ruby-nightly~ruby~2FMGIM.dockerbuild
99.2 KB
sha256:86a8e6d5de8a11505b5d659d6edec926997a7f28d4cd8c7495085e859dec4907
docker-ruby-nightly~ruby~3T1TSW.dockerbuild
102 KB
sha256:edaed0c7f752707ee3d237a2246bb51952c0036cd48f7329da65ff6606afdef0
docker-ruby-nightly~ruby~3YGT97.dockerbuild
95.8 KB
sha256:03c70535a3c61baa01bf24f8634a1c00b70018fb1676622b2482a78f0715f23d
docker-ruby-nightly~ruby~4OEKYR.dockerbuild
102 KB
sha256:f974f154bfa309ced045e4036892709ff1d32200d064b7074caf1f13c904d206
docker-ruby-nightly~ruby~50F1J7.dockerbuild
117 KB
sha256:2ae84d03db023da73d0b0c111c4313a0a533f7787eb4a31bfabfe2359a4e878b
docker-ruby-nightly~ruby~7E5NN6.dockerbuild
59.8 KB
sha256:3ef991cf35c1a9f899c8d90dae96b1b1d97c34a6d973dd92e504efd3828a3d87
docker-ruby-nightly~ruby~8EBGR9.dockerbuild
137 KB
sha256:ea7f2e0bfbe1cd858c6c5de12cb1cdf3ff528ea00ab47baeb298c41ad2b18a4c
docker-ruby-nightly~ruby~9TK2CK.dockerbuild
101 KB
sha256:b3f69d108560cdea2e9be3e49bb5fdbea7e6b9a52bed798ffd69e0014cef88ea
docker-ruby-nightly~ruby~A4IKMJ.dockerbuild
122 KB
sha256:6fbdda4c39fce6245ad8565ce32ad1804ce765f30f9d8c8fde073f9fc624b83d
docker-ruby-nightly~ruby~ACE5X8.dockerbuild
103 KB
sha256:072a616d0fad2cea4a5ce9c22bc5fa349dfdf53746814b754fd4f9205e2f8b47
docker-ruby-nightly~ruby~D1YT9Z.dockerbuild
97.3 KB
sha256:923c0b8c6fe6ab3d6464d7d841e5cdf793d6211bfcaff7c23fc149c85e8476e3
docker-ruby-nightly~ruby~GB284Y.dockerbuild
118 KB
sha256:ff588aac93d58eece976b1a2ac9cdb89c3d5b7fbac546fef0c6f979b584ae1a8
docker-ruby-nightly~ruby~GMAY71.dockerbuild
100 KB
sha256:53b3e53b2fd3745fc423748ec0c757e0eab0db3dd6d428e3264a7d98d25693b2
docker-ruby-nightly~ruby~HJYO5K.dockerbuild
99.1 KB
sha256:bda4855053c14d769e69f454ea478895d3fb1aae3d486d15f4de9310bde1f40f
docker-ruby-nightly~ruby~I4YZ96.dockerbuild
99.5 KB
sha256:7a98d32fac22950ee14b3bdb75e6704f3b1e41a91da3eb2305d64869f08073f4
docker-ruby-nightly~ruby~IGCR0S.dockerbuild
154 KB
sha256:369634c4e9a99ecff95d2cf27c8247a474f1aeb8b69338c62f397bf5ddf1de94
docker-ruby-nightly~ruby~IKAY1A.dockerbuild
113 KB
sha256:5c4a7672f750cf3c29558a3ee73377ccb94ddb7f0c2cf491306b10ff3065e90b
docker-ruby-nightly~ruby~IN9SJP.dockerbuild
120 KB
sha256:a38c159110302e216d8786aa0ebd4e76b531d1100867d88993f3079dffc0ace2
docker-ruby-nightly~ruby~JRURAL.dockerbuild
101 KB
sha256:4fd284fdf86dbc8c62dea56d6a6bdae6c03166c28f904a1918515f5342b4757c
docker-ruby-nightly~ruby~LHQC8B.dockerbuild
115 KB
sha256:3c5607e852d9948daced787babfae200744d7b560830575df303e07c028f22a1
docker-ruby-nightly~ruby~LS56GF.dockerbuild
102 KB
sha256:1e794c1e0633283e01cb91ef3884f31594d6113ccacb60c781179bff4c339b3c
docker-ruby-nightly~ruby~MSEULB.dockerbuild
95.8 KB
sha256:ad9d2f6cd1857b3d8edced07d8244f511da3b711b0eec97cac2e4135b4d0f6b7
docker-ruby-nightly~ruby~N5KEQD.dockerbuild
123 KB
sha256:65f1ca768872f79dc6296d52b218f05943df263979d047a1922dc688007a014f
docker-ruby-nightly~ruby~NE3Z7X.dockerbuild
101 KB
sha256:47f0ee9f5d1da352ded4838ba932e0af6052f75c6fdf25ca7267d9045fc4f7f6
docker-ruby-nightly~ruby~NONAEX.dockerbuild
101 KB
sha256:82c1f0d2bafb3f0572764cfff75ab574f296bf7b93ba4e3a0bf31931d315d8e2
docker-ruby-nightly~ruby~OWJ4MJ.dockerbuild
101 KB
sha256:2d58931ddc3436b561b3f5c284e808ed68e805b13b9e229499a1ee39e8e7fe1f
docker-ruby-nightly~ruby~P7648S.dockerbuild
99.3 KB
sha256:18c4cc46732b83f819e83961fe3d5ec9afb6556c3c0b56e10f635b6d008081f7
docker-ruby-nightly~ruby~PMTEHU.dockerbuild
111 KB
sha256:4a31c44dbc132eaa17e3c80b0649cfc8c02f1c70fb8c70d05977a8f2b35bce2d
docker-ruby-nightly~ruby~QA8ONJ.dockerbuild
134 KB
sha256:7364e831f3c1fe3e807f39bb5d9d780b80e06e3dc05a63d3a3d18a610224bf2d
docker-ruby-nightly~ruby~QXIZMJ.dockerbuild
135 KB
sha256:4f254bb5639d3a2e5413f1fcab9d598e0f560347c1377008fdae38f8a30315e4
docker-ruby-nightly~ruby~SIAPAT.dockerbuild
98 KB
sha256:9fdc75bcd4b24702400f479024eef5f377bf2f0eab0eed2ede60722ff67aaf19
docker-ruby-nightly~ruby~T8A0ZC.dockerbuild
99.1 KB
sha256:be18f154d15caaea162924ba578ae0efc4602946368404b3cef17397661a197b
docker-ruby-nightly~ruby~TJ69AT.dockerbuild
122 KB
sha256:7dd9f7ab7185331d3525b45d3a3fdb74bd5b6d2b630e760cc2b7dc1023af0e1a
docker-ruby-nightly~ruby~VNWXUK.dockerbuild
102 KB
sha256:f45c2821541e6a5bc7bc31f4c0a0bd1421ad6bb148e43c7d81dd8e502a19a2b4
docker-ruby-nightly~ruby~W9NQDO.dockerbuild
129 KB
sha256:0729ae0e0256a92bbadeb18b36d5b419d7892a8d2113ab7e3e7532dafeb8e5f9
docker-ruby-nightly~ruby~YRF7WA.dockerbuild
124 KB
sha256:95d8d934f05ebf085136ea9625b18f922e15752f052d822dcc7c46527211f8fe
docker-ruby-nightly~ruby~Z548WZ.dockerbuild
155 KB
sha256:1e52f775cf119066bec1d30797b957b10dc91b668421a4c63c75e936210d5fcb
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:8b4873ef6005d62f70eb8f69731f7442551af78554f627cd886efc8b610fd604
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:f4e26aae1fdedcf1a3b9d807b324c1d43273fe7a741498abe35d61aa5da24365
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:25defd0e26d3c23f5be5fd35d606d0b27d4bf7d66c02778664a5ee81b2335c40
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:6afa63ea8eccc37a05930e233c1bb3887f77df4844bf6e1866eb22c91c43071e
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:0283a3401b652591e0480d5cf60773da1fef6602b9dc4c3e13730c30578d20e2
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:3191de3caf67ae166f98c84ed5ecdd7f63218f6fb1b0264d85299eb9d1c95fb9
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:839b0ba519a3c80523310b69e5f85c6feaed47065292ddf313821523a5f1344f
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:93dd942fc54d5b509a64d29d618f587a3fb768fd18c7b329121c8dfcf0020d97
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:d21a4d6c026d28345e01051ec19766e227d2bc566481c601d6a0cc27029fcd43
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:f854e86d89f5d5b2c6e70d575cdaf14d26759ab4b97a0e0e7029338384db9949
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:428c38ac28075352aa87b706459449036558945fe057e4c468df91ad13ba63eb
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:62e9cd7d31612a482da20c5e52b7f13231fcf6f4fb1239f187e9482ded3ee874
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:c0ca2026cefaecc5c9a472ba0034ad24f3cd2ee8dd867488c84055a631f2469e
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:e7584deae6c3b48ac4679d3970fc81a2d13a111697aa9442982f5c34d6ba04b0
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:f58d8447f2e461dd2eff570a6e2a47912103ff246b71fcba308888afdfe79e40
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:69c4b7d6eb4e8a7a9739a531931003ca930e71fe1c4412bf33d742c99d8361ec
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:4bd26c8b2f70e61f00aaf7abe6669fb28f28ed9152061c9d0dbd156a1e1c4f61
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:95666a46ba68801804f5604831dc7118523145696d47795a5f4962a823c827b6
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:075d659e37ae732a18917f9ce9a9395e26be6cf738075bf2942dbdaf8e6e121e
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:f2272df574bd46992b0ef664771c878220a5f70bb5aada8ba5c44e8b7ff5be1a
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:b6d0a29f2c048b382a016ea414422278570e1c54a10e3ec806b5b34aebb86eb3
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:2cfaf585f2204ebc19f2d39a2a84cb008a4b4d832b5791401948455900a4f942
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:8050fa16c5cd866eed55e08c4934d9e7efe2140bbba6c8782264f148f505f7e5
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:10d716583e6114a90f2c53f0c011797b4438ffa8b4b4b71efb0285a01f34cd15
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:27f3bc8fcbdf22ea8455acb1d145229674ba4b142d478b37f12622f81ada4fd4
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:5b2e76e4a4d77c8036da406788cec0f79fc8927a97c53e6bba331a27cdd8590e
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:33a9e4e00d039b4ca14afd68b211795012ad998ec945f946fe1d1de4cacd767d
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:7afbbf81bd3a20c660826fe538ac77d38f52335bd74fb0061353985f00964dea
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:5efc306be38be0b1952e064b31f595541678ccc4e8e2650c4367525b35f7bc9a
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:6cbe6f501741c1d30aad507b7f1a5aabf1d65cd58789a520be2b9b11f594ecc9
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:60b0195b6f6f4601bf620674eca0732471006207e369471b0e273b0e269c884c
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:0c2a03168f17955e4ce21fe41429abedacd22ed0e29d42d0f05d57d6e1ada1a1
outcome-trixie-linux-386 Expired
193 Bytes
sha256:a27f4c7173008ec9d0bc94ee48c5a6048e55c9e746342e812c2a1b4e258503d8
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:b1ef33f4f1e0924ae67abd6f73a4d6d7d4218bb827d38a7ca839fd7f31944784
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:8d00ece186c0d4c66a5d68eabc975f9b3fa713cdd906cce40f7783986d985697
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:b007d5a2fc6039f1e1707685c29a09e14c7b552c911be6de046efc6609e0de42
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:dcf5a256e6c72a8c50467862855cc139f0715135325473a5a1bb1c79b72f34f6
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:a7c4895b613f4e8a1dda0f499fd46624ddb76464918e0b899be0aa55e9f0ce63
snapshot-master Expired
17.6 MB
sha256:58ef2be5523bc7b7d7c67ae206ec57b86556066b17b67c095d6931cbde2b16e3