Skip to content

Docker Build

Docker Build #821

Triggered via schedule April 19, 2026 20:25
Status Failure
Total duration 2h 5m 2s
Artifacts 113

nightly.yml

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

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:82ea67b462bb9440ce5ff7c4131249b5fbeb31e4df2f245be94303f80c2a5ee7
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:f484ba36c309cfd0cd924c84abcccdef34f1aad4a15c086d39f9d595a74ab5b7
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:5c6030ab4d204b09f9b86e72f3396b7e1b6211d4b1e246fc036fbb76bda561a9
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:7d6526c671c2ab746d42c21f46be815b974940602d562a3aed6a746d93ad49ee
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:6940c7062ccce6528e69a4204fe6b25269d9700d3704214ee5e1a97958368cfe
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:f70dc369ad68a35947ca260040ab52f16c1420e9b12bd8d6b98b980190fe831e
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:e15eadcce6addc4e61507ad3c5f16682b0aa56ea33088dd9e3428f8a94712b52
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:9348100e1e99238bd643b995163a3a7812eea2e572082d6fe2c9f31eb9d71ee0
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:a9b6f43cb2c51b7a9de1c350245c443db2c10e807e250c824baa822c1e93cfe3
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:f9917a93b04db3efab5767ca3e7b8f159b0579d31fa34bcc4fedebb9dc30ee0b
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:1207c8e5b8c703e002a3d7a1c394fbd47d371cb91e7a313e1c02f9adc2d508b7
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:1c325699bc7e4c69c2bc4c2105b50abf6b02e0fd6127bba16009dbb1f5fab74e
digests-bookworm-linux-386 Expired
244 Bytes
sha256:07cd018aaf88d6b3a418a9162e594cf3115897fa1ab02d99d985b9022a20c14e
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:a527337dcbc213e8bc12a15174da44cd26c65050d5aba17d24d3bbfd86825d78
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:6eaa56def0ef09ad54ac204e48d1e73fe1dc2cbdea32581859042c4754fa31d3
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:63518b218abc76b3bbd99123aa8164b2482be2c0d9275529b1f42362d59b6f8a
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:d07fc9584bbc7927d130df919e10dfcff76f2329497481d7993beec887718b42
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:b645457faec5ae3d7261f46ff07f21a65426aff004d4737e0cb524483de68a7d
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:cc2962ff2d2223b7ae93dec9b3d9ab02dd8cdc258df692a127719a4a9d7f01c0
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:c4501c82a79eee0033897fa0e8456fcb0dff41569ce40069732808187a38ac23
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:162705b82a122793c38f7429667db19b1bacbc6fd15dd560ff7fa356ce84eee9
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:439e143665750dcef07cd139706ed0db65aa1212d405e2b4a6fa9da7126c59ab
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:9fb23e892595302b96928200290bc4017cbf55c9b70c7ac908bda6565c1c4656
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:d7ae40183d8deb55f069d67cc7bd2a197e4bcf2a7732efe58148a918b223ad67
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:acff41098add9e8e58ac19b34080a360170d642a50b948228695eb41b1cc5a9e
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:ba3cb4c40ef98f24094c0974d9ad22c7744d8f741f4565016593163d92b20261
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:f5331b73e40eb2cd14ce5521fc2b666de9b310b67d4d8b4fe72589ceb88750f8
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:1db8b550df2e1ebaf999720c9b2a028cc5ff77d840a171e3ae6e413a6cd83744
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:1343c06b18def57352a836b1db1919545bc896120b6ce8c0f8559492f47abe99
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:e89136d451889e9e2a2c7d79499e2b754d66b1b3dce2bb0b0e3727e211f2a9bd
digests-trixie-linux-386 Expired
244 Bytes
sha256:8e365c4f0bbc97ee733fdba66f6711a24cdc86439345e4505b98356619d07d3d
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:b56e8e53dd169bf964538a5d0a5395428c51666fe5434fd1b4c57071ea7c24ee
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:b669d1c3d6ede735813037e45bffc176e1cca902453118509e722eca86b5b1c0
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:f5d55a3105aa3a5400c18247a88097929fc3ff28d2fefe2fc719bc259cfaa352
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:69bceec6285b78787b81c24ad35d8a896c7f0317dda7ba4959274b88da1574cd
digests-trixie-linux-s390x Expired
244 Bytes
sha256:a22b00f8ec79e8c6d94e52318b21ac62a6f83efae4c5b8011967bfd665dcfc4d
docker-ruby-nightly~ruby~110UKR.dockerbuild
127 KB
sha256:5061ae407f0f3efc9a8a900ebbdc6e2425a84edfd9582532175e16ad1de707be
docker-ruby-nightly~ruby~2YI9GV.dockerbuild
97.5 KB
sha256:03497aa869b7782b20352b65c66160fb195af996603c72911200361255f09967
docker-ruby-nightly~ruby~462NMK.dockerbuild
126 KB
sha256:598e179ad5e533b0a21c533dff1f4a2c8b02ec58b97f5daab37d9b03580c1b35
docker-ruby-nightly~ruby~62YKPJ.dockerbuild
102 KB
sha256:29b721ac2cc967b0c1f440bc0d44d1a904a08fe5bc86eac1dd5c0fa5092abed5
docker-ruby-nightly~ruby~75Y2MQ.dockerbuild
135 KB
sha256:bb6c51654efa956b1868573f8bfeec9c536ff539dd430bcc7f632d697d7b39d9
docker-ruby-nightly~ruby~BBIOKF.dockerbuild
104 KB
sha256:d2ddd93b48d138a0d437ee262322e1768b0962a69a54761b9e224cacb3bd7083
docker-ruby-nightly~ruby~E3PMSP.dockerbuild
103 KB
sha256:7228200cda4b1316dc98e66cd459c3ba3bb0247430007bc149f74208a7f10c52
docker-ruby-nightly~ruby~FA2WS5.dockerbuild
102 KB
sha256:961674e53bf4f25f7d00201e93f3985a8c6aae2216ccc3ec8e0deec53580068c
docker-ruby-nightly~ruby~FJR3CV.dockerbuild
102 KB
sha256:fa7399aebfc373b92c27082cf246240e4fa92c7564169e3a1fea1016fb201712
docker-ruby-nightly~ruby~GIQHVX.dockerbuild
117 KB
sha256:dd473fe3df7fdf348289f2448bf1f33687681539605ccbd90237055368e5938c
docker-ruby-nightly~ruby~GSHGP0.dockerbuild
100 KB
sha256:b6d4cafa66d26b507ab95e9e2d3f3293300605c802d813f629127e44bef3d07b
docker-ruby-nightly~ruby~HJRS40.dockerbuild
122 KB
sha256:736260ddc0d04efbf00ef988666649062c56e7e66f394676618af6e3b58ebf75
docker-ruby-nightly~ruby~ID0NBG.dockerbuild
161 KB
sha256:ef87f7b2d876b98be54c257325b8cc7d32ffe8f2d3a5ce86bcedb3f4a3189124
docker-ruby-nightly~ruby~JGBXHY.dockerbuild
97.5 KB
sha256:76744faa57f29df38a82ddbaf20ec136162701ee8db63a7e429ac62509aa8656
docker-ruby-nightly~ruby~JW74NM.dockerbuild
102 KB
sha256:ab35ac355763af3d284f6d3215299e69be45283c1cd4f4bcbf0b5ceca397234a
docker-ruby-nightly~ruby~K43SGR.dockerbuild
56.7 KB
sha256:94e3f1c8ac4908767a4a1a69e1eac13f17ceeb5ade6c59e0a4ed2633cf1593c6
docker-ruby-nightly~ruby~K5F3MG.dockerbuild
128 KB
sha256:862b56eafcb60ee93ea0207471963f8b0ec023a24254cf2825777956fbb848da
docker-ruby-nightly~ruby~KKKBJ3.dockerbuild
100 KB
sha256:32921599a8725e3cb79ee96d5915bdc2f184fa602e509e0ea54647b05a01f49e
docker-ruby-nightly~ruby~KN6F8O.dockerbuild
134 KB
sha256:543a72adc52e2b89b58494ad7ae657cac3a364c07813a717c20be340be0159ae
docker-ruby-nightly~ruby~KQ9D22.dockerbuild
125 KB
sha256:aaf10f96983558239ca00f7281b40199e76555cda518aa6dde533477588d998a
docker-ruby-nightly~ruby~KUS066.dockerbuild
104 KB
sha256:3a8323b2b2bdf1747ce1780d0adc7794ee99e520091d3950bf5b3ebd950cc719
docker-ruby-nightly~ruby~KZ228Z.dockerbuild
56.1 KB
sha256:fc3302eb41c464d9b6e217080e453c92499f1462cde0f017ccc38e13488e778a
docker-ruby-nightly~ruby~L5XPCC.dockerbuild
133 KB
sha256:6fd785c2f41976dafd57aca5ee45255ab71a2552be4ab23dadb302cc7be29450
docker-ruby-nightly~ruby~LBM3MJ.dockerbuild
102 KB
sha256:b2a0301cd449f8a484dab1046168eb03120671c229d9d491e5f7c8575d7c033d
docker-ruby-nightly~ruby~MQLWY5.dockerbuild
100 KB
sha256:3b68c48c6380e33d76b5d911f2e1800d0b742d6503a0152dd85cba677f939e86
docker-ruby-nightly~ruby~NV3X72.dockerbuild
100 KB
sha256:07d4f9f321f0389dcb045445810efed9c3fd8f82b7b022a21824e7c50901fc11
docker-ruby-nightly~ruby~PKHMH3.dockerbuild
110 KB
sha256:d0582167ea66c37c2a9c16fc5b835229e85a6858cb8ad8cd47e33f4759be4cf3
docker-ruby-nightly~ruby~QKYIVX.dockerbuild
98.3 KB
sha256:22533f3644123a7dbf0f678d0b5bd959659f11bd2ae01d87b95ddf829520ada7
docker-ruby-nightly~ruby~RBA3W1.dockerbuild
97 KB
sha256:44d6206ef285fb69f7a834ea8f21dd55e75f1f93da572a92e6af668117aa7cb6
docker-ruby-nightly~ruby~RSVHUU.dockerbuild
103 KB
sha256:952433e5838f803757ad07b0b7e02ff8f633ae9275d67423df9f8c2571831ad5
docker-ruby-nightly~ruby~SBPCN3.dockerbuild
121 KB
sha256:fe7b6f461c280995b50bf0c0558571ce856d529e2c446051a26770252e90eaf0
docker-ruby-nightly~ruby~SBUCXY.dockerbuild
121 KB
sha256:53e3f48bbf2daa04a8c5c5903a5d06e1df36b4ba228e86faed9ddfc68756b862
docker-ruby-nightly~ruby~SRNSCZ.dockerbuild
101 KB
sha256:9834e4c40baf8e9e412dfec1b1acc4602051bc1a23ca2c892140229dee2cff10
docker-ruby-nightly~ruby~SS7EES.dockerbuild
99.2 KB
sha256:18b575c8b05518c6b0e8ce2f8f5b47bb7fc0322fb85c9b786c2d25a8ec25b12f
docker-ruby-nightly~ruby~V6AGCB.dockerbuild
112 KB
sha256:60365ed647a4aed5055908fea4be3db9b54d6af28540ac84fd59524b88c8480b
docker-ruby-nightly~ruby~XVWNY3.dockerbuild
99.4 KB
sha256:bbb1f14a7cab66807678892e62c9e48902ca26607f27d5e24c75e7c587e2fbd5
docker-ruby-nightly~ruby~YDE1KL.dockerbuild
152 KB
sha256:73dea76c44250182b2c5ec3a971dd2a39a4d00fea37eb3be7c07f89783e04065
docker-ruby-nightly~ruby~ZOQH8O.dockerbuild
119 KB
sha256:00e5f115f0f42b5d85ec81b7b5bc7de70b22a636bc83a178d241399832809a55
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:ce6cc5aceab92829a7b766b2149f46db498d69595d27168bc670a961da99001b
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:20f0c62001de90a1e0a7d7b8f12f12efe8795756aac3089c0c5a963f78614fc6
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:2b073bb15faad1e1302516c4bd7f9d64ff201e9ec5b799ac0800d82e2e95ac40
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:b84907c9d10095d51eb29130c2efa7ab373e91e20efecc3523da788f17560b36
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:f87f6d431c66248e68d2262ae7801324af1adb33f627e0e64da9d8e713d594bf
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:426a63c78350b6d70f224b6373fb6479ddfbdd35928caa4bab3d7c7302ea676c
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:c56126c2b316ab726b98ffb4d5bb93d924d48506fa1fe5ecbc0748cfaba2d5e0
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:eb6f7160c01514c7e1c749bfc946a318261c06aed1c839a27bacae09aa61f055
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:8cf9b05616898eece46d0f6eda54cfa813e7a5eda677efd18ce4b0464096c058
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:80f3ae5f6b8c9d9e45a23ccd51b651011fd4de5910226cf576176c2ed9fed1dd
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:b1ebb092990fb8b61cb906ed22c330f9f4192156cc1d8c960c3ba877f9f3bdc1
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:25deaaaedb19c59a029dddc0cbbc351f3321b1801be2f47a4eb49af0d8b2167d
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:516b63b12f6247ffbe7a3f6af6b1159a5b9f3053d239ff839a9b9b5660807575
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:01039b958a1eb0d6cc8118895a9421dd06fffeede87033a73f8870744cbdd136
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:1a907823711a6de8893951f5c3e9794f016a237cf8e4c36923aaea1fc15cbefa
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:700ab324ec5cdb62168a4e399ff866b2254057f4fe86cd1c38213d35fba84650
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:d66b7725f5135a82ef39739d3744d77ae6b85cdb5bc413db7d6f7dfd174a413d
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:dacf90bc97bd60c23bbdc30d975da27f3d477107b38356d6453f5be5e8bbbfb0
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:d8141d1f77142db9dfe9e345cd12d030c9be2db1af23eb8815c3da7ff777ac1f
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:5f97f8c7b19f18534b02c848972f55ddab5cf7f0d8e8c2c587c3f5dcda478bc9
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:fc1afa4d2a1db948768ce6caaf7e82fdbe5740baddc4baeb37f7c0cb3c8b2bcd
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:fe07581e54ed6eb859fa062b6060cc4b31e15a4b6b2c5a70c2b7accccaf8e9e7
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:602868a13865e1e00c64c4f5f366010564c30c7708d803c04ce665c60f1bf947
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:0202987828bd1c7709ff22ed3e114f0510291e6d951179e87de0dc59d0a9f6c1
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:a7a161b67eedb4bf3a6a9c7f8673b8f37eb050ae6618f6714714c82de08e839c
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:1dd94702d6a9f4509065243958fcab38a5bc7917a24fe84d0aa7786c61d07982
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:dd390e745f5664b9e57a5af829904d059addd00c8bed8e5f564ae1bcbb088354
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:d8225e4cf8b0d0648607662ea8d7b5485ec1e92dffcaf9146b397b1cc3af10ea
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:657e89cae7c127851b3464a34d9ce5d2c49b28d6edded78ef8cc235344381b26
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:e2787b6dcaf8a8a6ddc43d088b8a8a8b1afe2a420914f8b7406a661e4d15d8b6
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:def84c53293f5216300ebb7ebe05b8a96464e3afa3a4a1113ae93229ee976bce
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:95881701942787285cfd6236a2797ff5c69ef9a23152c11a455eef8be36a489f
outcome-trixie-linux-386 Expired
193 Bytes
sha256:0f763bc03834b037e3385d8449a9523beb66ca74f6f8e63c22c835f47a4efc6b
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:3a108080faacb9d57dd4cba76f331382d1ee8b8266a8a5d6ba5c908e3822d2c8
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:b1d915820d3bd0579e462b5dbad03a7b07f78dc678a41fbc310ca7bd56c4f3d0
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:120794476f22d97ad3466f222b25105e9ca1ceca66713f146521b1c57fe0f0d7
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:15834376ce59af653bcf7c007c6f22e02f624cf952796d1198ad8955a0600493
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:91977ca9dec5e1dd011ba1b3c36623f9ec4a894d617f8d4b2e0c843b272f600e
snapshot-master Expired
17.4 MB
sha256:403a830dcf8421ffe562f390a1fb3097f909ac1af1bc1472a812cb46647a2216