Skip to content

Docker Build

Docker Build #917

Triggered via schedule July 24, 2026 20:53
Status Failure
Total duration 2h 17m 20s
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.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
slim-trixie - linux/amd64
Failed to restore:
slim-bookworm - linux/amd64
Failed to restore:
slim-bookworm - linux/386
Failed to restore:
alpine3.22 - linux/amd64
Failed to restore:
trixie - linux/amd64
Failed to restore:
slim-trixie - linux/386
Failed to restore:
alpine3.23 - linux/arm/v6
Failed to restore:
bookworm - linux/s390x
Failed to restore:
alpine3.22 - linux/s390x
Failed to restore:
slim-trixie - linux/arm64/v8
Failed to restore:
slim-trixie - linux/ppc64le
Failed to restore:
bookworm - linux/mips64le
Failed to restore:
bookworm - linux/amd64
Failed to restore:
trixie - linux/arm64/v8
Failed to restore:
alpine3.23 - linux/ppc64le
Failed to restore:
alpine3.23 - linux/386
Failed to restore:
slim-bookworm - linux/arm64/v8
Failed to restore:
alpine3.22 - linux/386
Failed to restore:
trixie - linux/s390x
Failed to restore:
alpine3.23 - linux/amd64
Failed to restore:
trixie - linux/ppc64le
Failed to restore:
bookworm - linux/ppc64le
Failed to restore:
slim-bookworm - linux/ppc64le
Failed to restore:
bookworm - linux/386
Failed to restore:
trixie - linux/386
Failed to restore:
alpine3.23 - linux/s390x
Failed to restore:
slim-trixie - linux/s390x
Failed to restore:
slim-bookworm - linux/s390x
Failed to restore:
alpine3.22 - linux/arm/v6
Failed to restore:
alpine3.23 - linux/arm64/v8
Failed to restore:
bookworm - linux/arm64/v8
Failed to restore:
alpine3.22 - linux/arm64/v8
Failed to restore:
trixie - linux/riscv64
Failed to restore:
alpine3.22 - linux/ppc64le
Failed to restore:
slim-trixie - linux/riscv64
Failed to restore:
slim-bookworm - linux/mips64le
Failed to restore:
alpine3.23 - linux/riscv64
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:665ca33550c103219cc54aaac70f7700f8b2c0f9c2a8b1e4402760669d101f1a
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:efc4059d22a06c92a6d32287a235e425543dc69f9c2895ecc913775c2175a1c0
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:a55c325a5957c548832ac069cb4f94634077a79df7dee9181e56018c949afe26
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:b4f3ae7ff86e364069fb172dd364e70aa2f1bd55bc52f09074b1be79812c013e
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:398461af3898a77d884487605fe4da56751e322a9220c8c9de63477b03286dcc
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:8e5ee9d9fc708f3635705f944f648b5a8962181e4e391d062e35ee872f5ffaa7
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:6cc71eafccd7194a683ee90c1cc2c268f14dc908bdb752481bd2f16a83184053
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:e1d16240259fa56886cd735b4fa3844522a99670ddd07853306b1cef10e77ca0
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:2af5fe9c207aa41647213bf2956f76e55211e41d8faa67de360a1c597731d5dd
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:db5f74ca8fb6ca8d28d1c556299962857a565e90fef99c2125a9756f2c77268f
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:52eb72ebc50192623cf9b301a5901960c7def31fb72d71ff199caf41e27410c5
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:4ae3c7f941afa852185e490db174e7e50879b6dc89641472e6dd41e15a89040f
digests-bookworm-linux-386 Expired
244 Bytes
sha256:118942548fb375798c2bc46d8b4117843e1c92525a405a487ccfb48f659a5756
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:35e4ea715c39682a0d18468b6fabdfa67666e122703c567bfa1ee20d1f6dc4c6
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:8de91b54ea10f33352ffd61f6a735fef7ae30dee5ab69e0c0f242d5364d10534
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:9dd7b9254d05ee0c60ae38d7f4d32751cbda8230ef59b11e3a2dd2d30e784d13
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:09e995359b76c6f653f7c33d2bc07467f9c5a17cf9b11629d469173db4447c12
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:bcbb451fdd57d3a1e0ef1247b28bc95725aea168ae1b9ad5e48bcea03d817c1c
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:f6d0d32026e4d7b6e75bfdcf3edca5d407d9f3235957c1e159a6431a4c531d27
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:e65dfa1296c118f0670c343e537d9e6e6b11922431243339c6e9dd07e170652d
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:48a8f65c92356e698776cac3273928ad9a9c5ebd4b8850e8b46fe30bf47bc0c4
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:b7f1a444768c27b550fb8c68dfafd208a9d5cb523c1b848050119948b712e6de
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:b6d7978953e74272434a9e47a3262110f1d951a879e637f26bf8bc85178f4e59
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:5fc3cdc17dc93a3fdddc12712cf04863d8b7d823f45ecf7be2ab7d5af5083283
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:f8994884c8860a87222bde504d9d0422737986b8b133caa9e21697fc05d091de
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:3e490dce5b92374093497fc8ddbd2a58c9f516d63d6d778709d5eb46c6ce3f65
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:7dcb120188038b55bc881f23e8c0bb3ca155d6c3dd849d3c69824bff41c7bf79
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:19038cf3476de6c076b41ead4aeba7bf33a7af300c6a233736cf29b6a411f503
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:270048b9263df036e29efeb722492c73d6b411dc37a3807c63cefb3921ab261a
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:1a1fbdb325d4631c5848d8a97b27f1d1e6934e91aae4c9290a88095cef3ff5d2
digests-trixie-linux-386 Expired
244 Bytes
sha256:346ddfa466b27c9edcf7014ad58b5841e71fcb447c68dfdfbc3c13a947538798
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:abf4366076aea1586f703e67c35f134c1bb624b4de821be80f4be45a0c2967a4
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:4076eb96b180c30bf00ab73db5a1622fdbac6068a6fa4a531c8864f5a5ac81d3
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:969bdb820c0061bcc21e47a06531e525455ca61aded8c7a3eefa39a9aa65878b
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:cda5c4ceb7897a4bfe0a57c87afe7039810edd4312b3839c4bd552cce87640b7
digests-trixie-linux-s390x Expired
244 Bytes
sha256:ea4595c135ae3d226355c2048c178330eccce5187bcb10c1a275ab84a50bae49
docker-ruby-nightly~ruby~207MBR.dockerbuild
102 KB
sha256:eb8d60194640f0643910c298436c0e1f7513e2d04d24b5c021b310a3c8a3e7fe
docker-ruby-nightly~ruby~2BN62I.dockerbuild
136 KB
sha256:9bdf3d23b6ac67c856e5cd25c5c05c2ad3a48c37d790641be29d18eda546c699
docker-ruby-nightly~ruby~3TKFG7.dockerbuild
99.1 KB
sha256:af7d2adbfa4f306b5d6a6bf9dceadd40424f16362da261ea97f0ebe7c93e6662
docker-ruby-nightly~ruby~4JEL9V.dockerbuild
103 KB
sha256:72ec4cef27fe8a451377adbb2750a8dbcd0ddc7e862b8eb45ca0ab91ca4001ee
docker-ruby-nightly~ruby~4QFEG1.dockerbuild
101 KB
sha256:f5ad666d0f486456966a4e5c531d08316b6466c4c3fa41817640351fbe252b17
docker-ruby-nightly~ruby~ACLUP6.dockerbuild
130 KB
sha256:514e0fe056575b4681e241f5fb1309377c39e1f42f16cd1e6f601032359e52d7
docker-ruby-nightly~ruby~AKV7J0.dockerbuild
102 KB
sha256:a94ff38bbb8ddaebd6ccd9c2b1f1d14f665a451fe977075b096ae43d7e756bfb
docker-ruby-nightly~ruby~H3JFNJ.dockerbuild
102 KB
sha256:5a78852bc67c2041861e71bb771a56959b92cd77c9371824980f9c4ccf8cfe7c
docker-ruby-nightly~ruby~HBOTEB.dockerbuild
102 KB
sha256:eec8eaf9eb543b180b8f8ba2ff16a4a933fbb4acd8d4709d869411676bd1ae01
docker-ruby-nightly~ruby~HYB0AO.dockerbuild
104 KB
sha256:04c4d6d5791b7636c4241cfb07638902ea365e58d438b78a22a5d3642a4bf96c
docker-ruby-nightly~ruby~I2G7NB.dockerbuild
103 KB
sha256:63627003704f351ab665ffe66a80ee04fd0a9915c1aab5c358985653f74c7228
docker-ruby-nightly~ruby~JET1WK.dockerbuild
156 KB
sha256:6c8bc4e98815557df31eafe37e364d32c0c001d974661256432a7cf8c18d1e41
docker-ruby-nightly~ruby~JGWCJB.dockerbuild
103 KB
sha256:0c8c4ac2598c165a2598eb91b19d11c54eec94cf79ac86a370808e94d11e85f6
docker-ruby-nightly~ruby~JTU33L.dockerbuild
60.4 KB
sha256:8cca84b729c2ab9c988b5240315f3bfb84a964f1aa947dad17dac87e3fab0068
docker-ruby-nightly~ruby~LBD4C6.dockerbuild
59 KB
sha256:24785ee0eed82126f0dba7e270efb3b1564c170d939052be666bbc268bffcd21
docker-ruby-nightly~ruby~LJDPXY.dockerbuild
95.2 KB
sha256:f93936d7f2811e12d40ca9c38643ceaa1efb716e01c2506ba8d9f10dd9045a54
docker-ruby-nightly~ruby~LQZT62.dockerbuild
118 KB
sha256:65e17989f40643d3790b165736f3bec75525e749bf1508172ba6a8cb2426b067
docker-ruby-nightly~ruby~LVVRQW.dockerbuild
122 KB
sha256:4f8320127dfeb652a9b169f3011b0a5ceddfdd003b5c8a7e73d0c23de88741f0
docker-ruby-nightly~ruby~M9PO3O.dockerbuild
103 KB
sha256:4e595de2f82c210ccf9c30f84776abad19b862af8f87b65b64c18b701d342d6a
docker-ruby-nightly~ruby~NPEXQB.dockerbuild
120 KB
sha256:e3e514bb6b2740a6cc660dd4dac881f3af8bebc1d3f4b0ed7ff8e3ca871d73fc
docker-ruby-nightly~ruby~OI5V7R.dockerbuild
116 KB
sha256:42c986a241bf05c8effd8afce79719382568d1326e77958dff1931c0e4b95397
docker-ruby-nightly~ruby~OKV47L.dockerbuild
123 KB
sha256:895d06a810b74a6a68efeea090207c7bca24fcf6ce4c8b0c9ba0d36a9ea28acf
docker-ruby-nightly~ruby~PZIOX8.dockerbuild
95.6 KB
sha256:1dcdc39bc262ff8ccf45f2adbb4fbfafd0937b9709bc6bb16782bd711629e29c
docker-ruby-nightly~ruby~Q2FF88.dockerbuild
112 KB
sha256:9640dfc66af1443334fafffcbc28fe4268ddfea93f41ab6153c04f7859ea7130
docker-ruby-nightly~ruby~QKYNC4.dockerbuild
98.9 KB
sha256:b154d0d18ae50e1c4a516330f121bb0ea4e6902d016b0a09b6199267ed4c54b8
docker-ruby-nightly~ruby~QRG1XB.dockerbuild
94.4 KB
sha256:06e90312c731e3520a8bf0903f1938ee2cd48a382f6ad2aee2f5b405b03971f1
docker-ruby-nightly~ruby~QZH12J.dockerbuild
99.9 KB
sha256:a5484dbef6167aae4e2fbfbe55b138899bc07630eb8164553dba7cd34937ff2c
docker-ruby-nightly~ruby~R1C2YY.dockerbuild
139 KB
sha256:1c9271a9efa2f99d3d00e60231847dffdeee3b700fe7e44554dfb93d6b4981ad
docker-ruby-nightly~ruby~R81L8T.dockerbuild
104 KB
sha256:f053e463663244d3a66b4c879ec8ff7f35519f669f6597967e95163ad1c49963
docker-ruby-nightly~ruby~RCLGPU.dockerbuild
144 KB
sha256:a31fa0de66ce503c3c69181ac952f251707c4d98901aa83ad6468da992d1bd6c
docker-ruby-nightly~ruby~RPMUO4.dockerbuild
101 KB
sha256:40af88470dee954270f409d6437e1a44aa6d1eb6eebe8d8f5b136eaa129987aa
docker-ruby-nightly~ruby~TM05JY.dockerbuild
113 KB
sha256:128ef5156c3baf2af3cba200c052d0615ac55919b62e1561ad02e5ad2b4bb9a8
docker-ruby-nightly~ruby~TSUISP.dockerbuild
100 KB
sha256:c4aa5bcdd65bee5f6537fa4ccb4130734a73a54c39df1c3b47ddd85da2e20437
docker-ruby-nightly~ruby~VQ64XE.dockerbuild
130 KB
sha256:bd160e64db5fcbc28c4a76804116e99eb18c1206594dcb8918af56044abc757a
docker-ruby-nightly~ruby~WJQ62T.dockerbuild
122 KB
sha256:7cb07c9ed5e8a001d6489ddd14a7540cf726c16c0d13071f47dc372b08da6cc4
docker-ruby-nightly~ruby~X5N2M2.dockerbuild
125 KB
sha256:d0f9be55033726aadef60f4d3c41e57147b506738ad5cbf058baf05dd04093bc
docker-ruby-nightly~ruby~XARI09.dockerbuild
99.7 KB
sha256:9a106deb0122f4fa18367b388b89944993451e3eb64725af9e1a72e7729643ba
docker-ruby-nightly~ruby~Z2ZEHG.dockerbuild
114 KB
sha256:5ed7ba6c2e65c4c6c9e2e9f2434f665bc7e7b8c74ba01e1016566114ffba328f
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:e150347775627ab341026f1907a1a6b8bae2452729d281cf8ae553d7082c32bd
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:02f5e916b9ece99ebc84e593da05b8df886f8b31cb8146aeb0f2af771c988538
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:5d28f9fb160228f1fe44499e34004c9b96bce62598c9906f6aaaf30596b204cf
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:ae62786816449b3ccbac0c0815b10c9239a56dc92851eeed9d0352e575cd5e1b
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:a3187067958c854364799e2646157b16af36ca1c29f90d03cf99a9ccd03da802
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:6ba579ed1ab7e8e3a0367e8253587b67013108a69f3da98d6870bdc8a26bfd5b
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:2342818bdee579b56664236eeaaae3da5c259461ee510f81823901b973092f56
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:c6565dc83df63f54c223227b05cf6278f04d1dee2c6011cb01a42465e8fb7dc4
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:f08c3c86975666797e27b28a73b1df36dd2e97eaa80a8c5c9aca6f9f5dadcb4f
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:1b477a915482b9aa60a49480716618ec47549fd7fe609cb2f9faca2daa4e6b3b
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:e144b6d6688c7f5d2bb7a3e8d731917816a927a2b8fa94a34af9080e5fa56854
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:53456ae1eab98218395679072cf0a286833958e4d147234b6aa72d1a96a69740
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:9dc92f3e86b7fee3104fa1dddeed9162d22351da471985350ccbbfbe9e197903
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:c0eb4ec0313129151807eef4f886830e3e29221681304a3c6c5c365a564a3c0d
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:9901cc5ee809d610ab5a40276adcfd12ecc66ed7e073e6d8337372df87d80edf
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:aadfbdfda44fa2d52953141f1c7037c8ecfdd303404fd64954c9c3859391dce1
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:665b414988162eabacd331caa35f3526b24f1c9e64e4742460da22df66c76fb6
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:e74319315c7c2377e04a0ad25ca984efc35138886c451d7c1f23ca985462b2d4
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:5fe0d92c3b9da44567baa007fb4af4a82f410f6d306f3a3124c774c42136b2ed
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:f395586a2772058d1f41a0eedbd4f96de8406346d7f989968058fe79d22320b7
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:580f08455b0a7eac4ae5270ecf8baa3e01e62f4d2aaae7202a89e81b4e0283aa
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:af2934b8e0cc93bae9dd1795e63f54c46964fa8e3c30814068bf3ab269886a3b
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:dbbe49dda99539109ac7c2db6e13652e383ea7ac6186be661e924ef49f5ba1d9
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:d3ac2c6f514daba6e43a9713445411908f21706767e6f82dd1bbac1344ef8b3e
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:1c7e1a55ff72cfde53586b8f25364adaf8418cb650053ea3ef18550ecb61f9fe
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:fbf84bc63d8c114ca91006ce8eadcfe5bc5069cc68b63a7de16ad5931d7dbd7c
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:1cf2a4df58ebaf9f7673c243d58be78b6f332d8987ed13a9537f350220000d9e
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:db7706a3b06b093673438360cb4b6dc615d3106b2192cd9bbe21f5efe67fe532
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:e8c4e7178308826c29c0c8f33db75dc14dba1973f652668894e3f6cf9c7bfacf
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:a53e0781a237f5b5dace256961848b0129ff8fa195aee4bff9b7b2907cbc9d7f
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:9e27d1ef7ec9e3046b550fec54ab192999cdcef573bb55a05690b288f13e167d
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:483ed91818b9e72777f656797cd204110032ba60b5b0b458d300dc63bdb8451d
outcome-trixie-linux-386 Expired
193 Bytes
sha256:db9a5aa4d1fe671146c24cee72b41837ec3bf03669a76cd7debd35b26b51b674
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:07003e467176690053fbbd14afc670048146a07bab1e86e5d6cc32340dcc1c02
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:bbb294e8add9a69193e8e37854d3cc5a01eb1fc24cd0b72be3e2512e419316ad
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:fd9615958dd216e2153e24a5f29dade747ccf564fa8443a629f0c6492511ed96
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:b013e97b46f42325ebfb5aeaf7e7e1933d41dcce7d2842cb141d228d5281d2cd
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:8f80acbd511e6fe40cdbad89bf8a667a9c344dd1e97c8fb341ea74ea27223877
snapshot-master Expired
17.6 MB
sha256:3470902a5c98ee5d31d9baaa0283c556f08aedcd9cea6a0555ea23461aaf8705