Skip to content

Docker Build

Docker Build #900

Triggered via schedule July 7, 2026 21:13
Status Failure
Total duration 2h 4m 1s
Artifacts 113

nightly.yml

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

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:c73f5155487bcab157d1fa5297aee5eca2d450e61f957fae85928852cf43e7d1
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:1b8119f15c5a5c51d6cf8243a2f217c3fa12784ffce731abc2f13e22369a439f
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:b07751539c59220990cc6d07ed71ef2e1e49e120a733c050bc2f3e05244a2d3b
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:0a86548505665b3d97d416f3a3110942c2ed05cd5f8d04c0b157f1f4cb76b28e
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:d690e491ec7446d99e41eb20ee26344ff4c7aed2065cbd6f88b912fbbe66e427
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:3bedbeb65898d8e4a329712c5afd688af11ddc68f64f95ae2715aeb78bc2c25d
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:ea47e842245d28cd1c0794bd1b3715fb869bfc6a2c74996c54858ff01bc93c4d
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:3d91000fd96a7bc5e37d0d6f1c786b6ed9fd70db87c955c8f17d25a5e143aab8
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:46f3da4e6c15abd6d79cca2e80eb4917f2ef79e9fb31cb94ac6a78c35e5cd6d0
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:fb796cb6f7a2e7c4fccd7fa0eef8e869f6f69d549a4af093f92f02299b1f20f7
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:011112554dd5aae2fd81a6d0b349442f97931891dd1e941c893735e9ee76cf3d
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:78d391c5d05f2fe286f75af1f910d30bf4310f4563ed4968618475ec9f8559c8
digests-bookworm-linux-386 Expired
244 Bytes
sha256:3efc747575e60e5fd35aaf4dfeeeaae7bf54f9bc48c9586ac0ce63211e416c9f
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:f6dff7191fdf8638c002d6ed73180ba846264dad6234bbc50d68d7362d0b0558
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:00d3e3438e19609467681b898ae3b49025ee599d3e1b8794136883768221f15b
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:c6c3aed6fd8739fea9508fd3e920ad2044aab052568a3541e13624628d9850df
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:ef1c1252f224d47c2a759b6043e55c2e69cd43d737aed02574fe94bfe9a7c4d9
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:177228f0b070ad6b6bd16a7c17ddebf3c5f878ec86e18c529c929a4a6abd6ec6
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:fc07de1eff10c38cc5d355dc8bca6653f959ff51a6a2831c9cd3949318a5aa80
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:8dfc25d420208f1c577e67c0e6968ad2580070cbd05fbc0add05e66a13101d32
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:054a5db0f0ce627a0c8a4a721b6cf290deb34d265ab03b865e6ea647fb04f39e
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:bed2a803bdcf0ba6b6e8b16ff7c4a9702d8a917536c2e0527df643ff607487eb
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:34b4c23abc1ad64e53da656e63727469a94cbde8e859469ea7a535691a2176d0
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:fb25ced4e460ab4c7387b085250cf479dd23faea904da25f293f5e4011a326a3
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:74b1277a0491de525710796358b73bff946eb9dca14b0af346c593f5f9b24540
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:9464192a115665b3e2a3773b1ca78dc04334db9ccdb9203aa9f0de63d85ee990
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:989ac44e4a5a24826221c8c36553761308e28292eb9907ec84ba1995a927f0d7
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:89e674350b2598bdbf849de57819959327787553af57cc87fcd661cc8b667e73
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:9f22e2aad0673c39dac899b07664c7866bdba7544e47570a53b1e90ac05c545a
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:ea773ee064e334d5e69def01c5f87016fe7128c4320c24db15dc17a5758e2883
digests-trixie-linux-386 Expired
244 Bytes
sha256:411ea3651eaaadecabbaa232b0108365f2705faad84f12c3986df277bc049e39
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:d2df343dc16c020d2c4d6062a35f7060a526f883eeb5e60670d5f811324f1bb5
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:8fe32c054b44af4d9832d84898f44bdb07d0dd1f7e8e0b754945f4303d699c00
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:4fc956f0d924fb95247b2adc709f88d49bc09f08c8ce06a1791a3335daa3b2c4
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:51f7ea99049dede6a56d01e3feb3ca2ab19a96e862ea5ebd4228c362cbdbe45c
digests-trixie-linux-s390x Expired
244 Bytes
sha256:99876995c946c26fbeaff30dee5d237f0421dd092a5bf1b97ed724254e357c3c
docker-ruby-nightly~ruby~0B6JUM.dockerbuild
102 KB
sha256:f5097e54b5ac028ad9e1719de5b981b42251801ab4161b05e9722f0ab72f4e3e
docker-ruby-nightly~ruby~0O6XRG.dockerbuild
120 KB
sha256:f078315daaca5815eae23705efdc72e5f14228df09b70d4fed041200bd3fb92c
docker-ruby-nightly~ruby~1Y9N0T.dockerbuild
102 KB
sha256:b22cdc2ce8bb98b5113c1846146dab10898812241eccfc535b51bf1b9729037f
docker-ruby-nightly~ruby~34666B.dockerbuild
160 KB
sha256:4515af2e11c79f68ed1d4bb96bf134885505eb35579fe4b29eaa690bff8d7bad
docker-ruby-nightly~ruby~4NEBXH.dockerbuild
122 KB
sha256:5bdbbd7bc5fb43f246d23a49e6f77bb27da3bf7f02788f35f027c65347892677
docker-ruby-nightly~ruby~4VUB9K.dockerbuild
97.8 KB
sha256:5ca66608eb8d49e064a1d67a0c77c064f7ce44d77cb45bcfdd8de8307c7a9420
docker-ruby-nightly~ruby~78IST5.dockerbuild
120 KB
sha256:3368e71b0fb43de595a9d671fe09acee095eb7b19762ff6c8ba9d278de7acc29
docker-ruby-nightly~ruby~8CONDP.dockerbuild
98.6 KB
sha256:0c6d3e6611fb48c28378e853ddc076bc242d7ce32ee2520060789c434415248e
docker-ruby-nightly~ruby~BUSOJL.dockerbuild
124 KB
sha256:6120d3e72d63d4b72cec185cf47003ab074710862cfe50ad37b89ecc950cb67b
docker-ruby-nightly~ruby~DHRQQ7.dockerbuild
102 KB
sha256:4ceb5c0010a0e97340d258141e08ec9c271d8dfd2990a7796a7ba8b6deffb280
docker-ruby-nightly~ruby~DIY5QA.dockerbuild
104 KB
sha256:3d0b2aedc46951a6af5aa410976f15df2891491968e29456fadc5e6e1fa6aeb2
docker-ruby-nightly~ruby~F2OWCO.dockerbuild
105 KB
sha256:c8fa867fcdacc159272a77b611d1f61976ac70c7035b7cf0940b5c2be4b10a0e
docker-ruby-nightly~ruby~GSAJR8.dockerbuild
101 KB
sha256:d73991b2fb0401d5287e09030ec273d5a2f10c0c214b684e3d954c340d9f2651
docker-ruby-nightly~ruby~GSFR9R.dockerbuild
129 KB
sha256:f1df6cd5e177999938e9925595744c4987b9c57d8d3310bde6f12c1b15535529
docker-ruby-nightly~ruby~HYFV9H.dockerbuild
102 KB
sha256:168292d11fef619ca2d62f1abf6793d597cd006c705346e80ba67adf20ae1f42
docker-ruby-nightly~ruby~IQKSK9.dockerbuild
100 KB
sha256:0e88762f0a3ba7c2748004dc167412a39e00ff6d9921ca5dc19175408866b3fc
docker-ruby-nightly~ruby~J3YX3N.dockerbuild
59.9 KB
sha256:808e06ff92cd65540398169f7e874950ee4f92352286c5a57afb02ef65ff102e
docker-ruby-nightly~ruby~K1KL6Z.dockerbuild
137 KB
sha256:a6faa268563b36cdf1a523f666245824307d2873bcca4c97fdf9298aece1571d
docker-ruby-nightly~ruby~L3Y3X8.dockerbuild
134 KB
sha256:989b893a6cfdf5748796063058762da2602b712dd9ca156ad66c6e51fd1713fa
docker-ruby-nightly~ruby~L60H4G.dockerbuild
102 KB
sha256:0dda7ce5f1f250df3fddf918dbe5ce8f57f2ea75f8ab963127dbb094c4529e22
docker-ruby-nightly~ruby~LWEC66.dockerbuild
93.2 KB
sha256:68db26f5cc13277133a8b5b7e7bb66e8dce9a6d5adcefb6e0cc302c571d190ac
docker-ruby-nightly~ruby~LY7ZVB.dockerbuild
114 KB
sha256:d31b463f5504584416509f9bbdf213935ff25791f32d28202d529cce1ce369e7
docker-ruby-nightly~ruby~M3R6VC.dockerbuild
103 KB
sha256:9f33fa2b83be46e356df72f46e45d511f77cbe61fbffced2ce051584b2155212
docker-ruby-nightly~ruby~NGHM9X.dockerbuild
123 KB
sha256:c9e2e67f1092ccae1de3b619aa3c7962d0ae6aabb6ea1a1201b7b6ce7c3702ea
docker-ruby-nightly~ruby~NUOQ9Y.dockerbuild
98.3 KB
sha256:dbeebedf048cf2d73ff86a128c863bbe111bcd07c31a7ff9fa9375ddb11404c7
docker-ruby-nightly~ruby~NWAPLE.dockerbuild
151 KB
sha256:93ba788e0fe42117451379f0b914f76456451a8f362100dabda0f24ed065f8a9
docker-ruby-nightly~ruby~OVQAQN.dockerbuild
60.3 KB
sha256:ce5d95b9aef5c15a3cd6434428ffe457d9c71f9dcd10b7e596063f96d6255a16
docker-ruby-nightly~ruby~PDB050.dockerbuild
102 KB
sha256:549c1ce429da7678922deac7bcfc8705f340ac0b8e4f417b0fee110cf46ed5e4
docker-ruby-nightly~ruby~ROFRN5.dockerbuild
116 KB
sha256:eea3a40ed5d2f5719f3a0c6dd00078553b9eed489fdb88ba84545853f54e99f0
docker-ruby-nightly~ruby~RV1KBD.dockerbuild
96.5 KB
sha256:3eb333f79b28d9285372407f1a996118e202ef78fea17281a38b287bb563c4fc
docker-ruby-nightly~ruby~SF9YHR.dockerbuild
130 KB
sha256:3f20bd44a2d46c5740d8b6ce7270a3d0ddd38e3d903cdfe237d12496e3900406
docker-ruby-nightly~ruby~TIISIV.dockerbuild
124 KB
sha256:c5c534e90a2335f8dc3f6f18a07c45151501ce3f6dabbbbf87208ef864b3cd23
docker-ruby-nightly~ruby~TVI3KD.dockerbuild
111 KB
sha256:243d769faee9aaf7fe6c0cc20f2e9ddd4ad9362608f1d4a9bfded1bb8900fd93
docker-ruby-nightly~ruby~TZ6DTH.dockerbuild
117 KB
sha256:7e7f32a9f97935b1ca2f8a05b72f746e6faa125fede28e22e247f4a77cf20c3d
docker-ruby-nightly~ruby~U8STOX.dockerbuild
103 KB
sha256:311a6b798777977aa016b55f6bf81c602f9fd388a663d2b51a789b23662bd644
docker-ruby-nightly~ruby~V52KPL.dockerbuild
101 KB
sha256:bf8fa59aa62d5da928858959e5ff9b1087c99bf444264b3a4d1f6bab1449434e
docker-ruby-nightly~ruby~W4OJD7.dockerbuild
99.7 KB
sha256:49658dfeb83778ca8b0fa09a3066fe8c606bf0f52c022686b01fc004431fe673
docker-ruby-nightly~ruby~WUOQYW.dockerbuild
102 KB
sha256:951b38caf94f5c0a7c7f03b711808b98756e5743d0cbc52a5254c9ac09bc8e4c
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:460aafcfc3ec06d50a80e7084a9b62a2b6804def019cd32278643fac91f2c975
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:2c4984ed5807eb5ca210f78c9ccc6e0822e07c446c196af02ae139e6c1dd774e
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:b4fd7423cf66d20d8f0b8ea9aff1aae05d68169a2111b26eca55fc29d3f2e415
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:25174a1551c4a8b488b6fcff14e8a7b09d9ae269334c17c02334f5e9aeab3a49
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:0caefe29b9422c93cd6ec3f3124cd1166d78b9e0cb1a0509f397c3fc6a332639
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:b6f2b204a4e9486f13f4bfbd913658971bc6a4307c2efa1dd65e133fbbfca14a
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:45d94d98e4f80d2b4ddd9f70609f6ade19ebddc4b0567e011935db49ed36f0f7
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:19d1372958b0310f028eaabf431233380cc7aabd70606668ae2f2047c7923e8d
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:a7d68f11d82d2b7a0600c1da3ba6086bc4caa6507aca2fbb7a9173d29a40f835
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:91a54557a9fd6c28901ae521609dd2d465671c9654681e923e3d322ad06a3e4e
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:026ade2eb90918a05cf44d38e0090ff04cf68086bd7cabe7914f692d43848cd3
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:2de94ad2cab03bb13eb3a9de4590ee0788241c2e39adc37d27ee35fec75d1f69
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:e9dc33a0a80d718fcae813e2bd1d1563fcebf2e374b20269c032d59d21a498b3
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:cd47d281a9219455b441c741e1e03ff7e0e50fc4b1fd98388dda2c95bd4fbb0d
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:7bf50c3d32a0813a368d382b93d91a9f62728e799112357cc723df27b06ebc00
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:63dedb1f16c71b2b2b7acb74ce416a670acca8bc7727ef5e0787a227298ca20b
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:36b9fcfa69b02c707facf19d115da68e5de9da4103915f28e5724f35ad184a4a
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:5d1614a74f7e29f7fa43b341387dab2790545ae966ce0af03ecafc8c870a3288
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:c8f76da460c03ecf7a9d433dd1a0dc07428902e601618f7443269d36c958e0b3
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:6ce061f380f54c641a84e944cf943c00d9681c74f56852229ed1a0e51e116830
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:271fc1925442c98dfd4b6048ae3dc202eae7a1becd57bc0709537e65a5dac77c
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:d477015a3ae1066cd4ae9605169c3bc4c32e97d11b643066e046e6db462ce48d
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:e048e9e6b8ccc917749e0c6393f88840aaa864b96b2a45c06ac3f228d35ab45f
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:8c4a7a3b0a4d503bd4bbd2ce7b1ddf993bdb033b878a91e2bdd91aa261c61aac
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:549a3ccc583ba50759e9b788121ab093f07c81b7a83fe536ac7c84cd4726b68e
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:e47c086e566d0c4cae48b0d3bc12dc0bdd63d10c6af67579f001cb071a62a32d
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:0ca3bcc684d651b0c1e601cd18dae8051ff8f0b5f271144f4221e0302762f476
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:d8894b9518d6254a972a958aa125ef536ccdc188fcd9e6cc268915bc6ba84f1b
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:9edf9521d9d6241dc1565fb177e453b570d72069eed9d179857c351d8311c84a
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:29a6599b35f5177e67609c44e987d7e741f377cd745834d7fbb432de9880eb66
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:4a5fbe99ec8112cf36efae093273d932ffa2e05f9c65165ef513962953bb1b72
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:bced0f96b376cd37e5ff4adccb8e8d46256197914c470a4849a443d964379232
outcome-trixie-linux-386 Expired
193 Bytes
sha256:266fe37d1e2f57883ddd64d12d5d56b7ab2bad623f6a5af60c9c775b46a1d222
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:2c7523366254dfe6d0e01b1adac62caebf51c9b33bbff411b045d66f46e46400
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:5b900ff1f1bff3547311e75ec84668eae7d8b4638d2ec6d3f758662feab9e96e
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:ad716fa4c26082fff4cfa3192d3282e3b8ca3f7c26fa6a3f1aaee0c4e2c8a030
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:1b7ca99a276c4a1c4642ef5df018d09d2d48f91c53326ad1e2078a9dd2e58455
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:187e69630b4dfd57e217721562b614dee1ccc8c72886b40104eb8d2b21805bfe
snapshot-master Expired
17.7 MB
sha256:35b159f8eb67b94e757e7879146d3ed8198918c39137cb76d979e34304e89f71