Skip to content

Docker Build

Docker Build #876

Triggered via schedule June 13, 2026 21:00
Status Failure
Total duration 1h 43m 1s
Artifacts 113

nightly.yml

on: schedule
Set up matrix
33s
Set up matrix
Matrix: build
Matrix: merge
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 76 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 save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-trixie - linux/amd64
Failed to restore:
slim-bookworm - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-bookworm - linux/386
Failed to restore:
bookworm - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
bookworm - linux/386
Failed to restore:
trixie - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
trixie - linux/386
Failed to restore:
alpine3.22 - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.22 - linux/amd64
Failed to restore:
alpine3.23 - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.23 - linux/amd64
Failed to restore:
alpine3.23 - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.23 - linux/386
Failed to restore:
slim-bookworm - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-bookworm - linux/amd64
Failed to restore:
slim-trixie - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-trixie - linux/386
Failed to restore:
alpine3.23 - linux/arm/v6
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.23 - linux/arm/v6
Failed to restore:
alpine3.23 - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.23 - linux/arm64/v8
Failed to restore:
trixie - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
trixie - linux/amd64
Failed to restore:
bookworm - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
bookworm - linux/s390x
Failed to restore:
slim-bookworm - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-bookworm - linux/s390x
Failed to restore:
trixie - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
trixie - linux/s390x
Failed to restore:
trixie - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
trixie - linux/ppc64le
Failed to restore:
slim-trixie - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-trixie - linux/s390x
Failed to restore:
slim-bookworm - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-bookworm - linux/arm64/v8
Failed to restore:
bookworm - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
bookworm - linux/amd64
Failed to restore:
alpine3.23 - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.23 - linux/ppc64le
Failed to restore:
alpine3.22 - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.22 - linux/386
Failed to restore:
alpine3.23 - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.23 - linux/s390x
Failed to restore:
slim-bookworm - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-bookworm - linux/ppc64le
Failed to restore:
bookworm - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
bookworm - linux/arm64/v8
Failed to restore:
bookworm - linux/mips64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
bookworm - linux/mips64le
Failed to restore:
slim-trixie - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-trixie - linux/arm64/v8
Failed to restore:
trixie - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
trixie - linux/arm64/v8
Failed to restore:
slim-bookworm - linux/mips64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-bookworm - linux/mips64le
Failed to restore:
alpine3.23 - linux/riscv64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.23 - linux/riscv64
Failed to restore:
slim-trixie - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-trixie - linux/ppc64le
Failed to restore:
alpine3.22 - linux/arm/v6
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.22 - linux/arm/v6
Failed to restore:
trixie - linux/riscv64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
trixie - linux/riscv64
Failed to restore:
bookworm - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
bookworm - linux/ppc64le
Failed to restore:
alpine3.22 - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.22 - linux/arm64/v8
Failed to restore:
slim-trixie - linux/riscv64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
slim-trixie - linux/riscv64
Failed to restore:
alpine3.22 - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.22 - linux/s390x
Failed to restore:
alpine3.22 - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.22 - linux/ppc64le
Failed to restore:
alpine3.22 - linux/riscv64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
alpine3.22 - linux/riscv64
Failed to restore:

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:918795fb999783a7580207f9d366379bb7432ff13241c789048d1d13bd7686fd
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:8c197357e84036f335122e0fc96dd6b9e6ae297241ee583807b9c6ae08c43331
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:ad29c570afc45616b65bfee0fdf791c9a727ccfba7a8fd27f849a0d147504b70
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:e2528bed105a208d31dd840192092338f14e952f07db80e49ba242ee803c163f
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:50b0e31eb7e55d533bae2dc959cb09601f9641bbaa904635c6d01aa890c7ad80
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:79979cf03cfe839702f1346633c32bd6848c3968276b0db4f05c5f592b7102b8
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:d5092413f5d20e90fc0e8a0cc78535fc2fd3e0d1945ec8325d93deb019b4d3c3
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:4b70586886a2646f2df266fd2a7e9f775b22496cc24c5183d0539864a0035e86
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:6816e6072748e3c7f4a97670afc368248d1216c687cc61dd9c2147236fd784ba
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:d05fabc6f10bd05d0903c5322e8bc72cd421a86abe1750cfcddefff60a4babe4
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:bc3c4c399514dd0376a25fca63dc95955937967253f4bdc755076fd635ef6107
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:9d80dd58f768c0e60fc4f9a47c0132f983d5572c8bba03e3b1302e0851872d45
digests-bookworm-linux-386 Expired
244 Bytes
sha256:1511f76c1822a3bec8f030f6120afec0ff576c0dfc975224c4ce37bbcb935444
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:aac9d5505e6b7c6ddd7a6dc4673bd3392dc9e1650f31d189995ec12cb259f455
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:1d5331c9a32bcd7082aec0b5d3200acd65b3c33a1e2d67e9d531fdf473e8081f
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:2a690ddac57d355fb6800984e185ad6d193b3b225676b6113c2b9774aed6f8a5
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:17d12884b9ab4cdc3b0ae67cafcaf39e287c309013b740c272a776812287d0bd
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:1ac2b08ab313ad3e9678dab50943406f8d6195f5855efe1c7251e188d9fb9570
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:8d60bed9bd1463d41d44a83c9178e5e5b23ccaa6703666896b390f7d54468874
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:746c98d726047a13fc410bbd8b5909bfde173430198100044121eb5f60abbb4c
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:069418f08734420a83152b0ce4666a84970a40621e2f812710520dd029f2d315
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:3793d59b2f8810121d1dbb68904c3f55ced0d776b11581e9a574a8518c9fdd30
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:c4da99fdb38b1f0eb270c3d05c3109244602a85a9c4f665185efd3bd032ac28b
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:7a3a682b0c9c0b1ca735fd38c76f11fd1e31a968ef615f70b86852f966469097
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:f1a407ccf9d4f4b99f8e59d9b510c354b3bc3f2cc7e53df60897387efa6fd0df
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:3388710dd50823565eefe9d75455ea5e348fa49b7b68cb346dda7df31a8bc3be
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:5e17ee7ac8be81ec63aadf86843dd59bab6891bdb405a5e8162719736a4a116d
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:acb27db91fd455d877a5e8db2b620e077699e3234f834e812888d360bc4e0df3
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:036b7e582fd5b8b1b1cfb62a06c56082d5fd151a0aef6dbd3ccce413effa3d6b
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:d601daed00691dbde7e52fc7d8025052d724ea73fcce453faf0a3fa65fa2e8a7
digests-trixie-linux-386 Expired
244 Bytes
sha256:6d1ae1a96337d38f1dcf8cd6fbe9033875501223322281cb29f32fb98d9d5d09
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:bf96a4a757713ab2e0ffdb8b920f1c2ac55375d1fc25a216b7262fb0da8f5690
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:29b34a5c598ed47f63021ccff404ade061d0a68e5907053afd70abc7f1798e30
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:f2aa2e8869a1ceb6ac940a3834c5a35dcf05d6a002eb70b0532443d0155061d2
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:822d0518de56dcb740937d0deba1cd9a56ee0e9c935eafb191b6948f9940009d
digests-trixie-linux-s390x Expired
244 Bytes
sha256:36e9110d5a6de87dee59f55141e8f1456e7ee6797c3eddcdd47a6f277f36600f
docker-ruby-nightly~ruby~05NWJE.dockerbuild
128 KB
sha256:8ece80d8a5d0c996af4947399735e7fecc3c2d65c675c7cdb9302d9c34faafa4
docker-ruby-nightly~ruby~288ASL.dockerbuild
120 KB
sha256:5ace4eb6c895ab16c4491181d1340ff7d6bc042a46482852c11b0ce6a36db528
docker-ruby-nightly~ruby~2ASS8P.dockerbuild
102 KB
sha256:627b050831739e662ad65fd36414c640e9b7a1ce59a8c5b5a41774e7d4587145
docker-ruby-nightly~ruby~5AJHRA.dockerbuild
99.9 KB
sha256:05deb1abc8b69406fa8b053522e6f11ee6f81fd8cd39a5a695fe8ececcf81cc5
docker-ruby-nightly~ruby~A1KRY5.dockerbuild
125 KB
sha256:ae02cca88403f7f73d805cfc3cb39287e1172746bcd34b4a813227843927e052
docker-ruby-nightly~ruby~ATO0T9.dockerbuild
99.3 KB
sha256:84644ca6a6c7fe2ee7d1432ba8a9bcd472e3b1495f69bac15a96a646bbbbaf13
docker-ruby-nightly~ruby~CBTHC1.dockerbuild
135 KB
sha256:5e3c1dd54386ddfae1e037681a73b90f644ca1d630e6444029e5fd81117c0077
docker-ruby-nightly~ruby~DA6Z6K.dockerbuild
59.9 KB
sha256:47b9c9cffd6199d76f0ba113689f0302ce27da3201da27a03f4f3f7a0af8246f
docker-ruby-nightly~ruby~DHE1Z5.dockerbuild
118 KB
sha256:41052344d8af30b516dc6d3c93d5991937d7e7858ed174d8f07722fdc06cb566
docker-ruby-nightly~ruby~ELQLX6.dockerbuild
97.2 KB
sha256:226e20bf1280fb0f060d5cf7ecf29ccc1f6e808bb1017ed190b6b7849a403f2c
docker-ruby-nightly~ruby~ES5NWA.dockerbuild
102 KB
sha256:641c7633600d86881533e60451e46c61299a6800615d9355ce5227742973ecac
docker-ruby-nightly~ruby~EYMWTG.dockerbuild
103 KB
sha256:b2a77523c683fed4d246640b8691c4810b5a9ac7c4e453e37a9807b8ad7690a0
docker-ruby-nightly~ruby~G2WT3S.dockerbuild
99.3 KB
sha256:b042442e42d3893133f11c818f331eca8aacf55e8ee82dd385d24342675899c0
docker-ruby-nightly~ruby~G61P3C.dockerbuild
103 KB
sha256:f4937d5154e5afcc74888281c1a07dc170826251c90ca8fdddcab95ce0779ae6
docker-ruby-nightly~ruby~GS2T4G.dockerbuild
103 KB
sha256:1d783e040eca2d433bbf045fab7fd2925d03ade81fc5d39594b037efa8d2f190
docker-ruby-nightly~ruby~H0IIRJ.dockerbuild
97 KB
sha256:49a354a980f45f44ce82abcda295acdbf2919395908c10633e1cdc567dd274af
docker-ruby-nightly~ruby~JEE43F.dockerbuild
104 KB
sha256:f58e988388f82b1673edbf607d24d3b27198ca85e391de64e8ed17bb820b78a1
docker-ruby-nightly~ruby~JZ8DFP.dockerbuild
95.3 KB
sha256:b1d987e6487a5b7d671d3203af1dfe99d650e608fa4b866fffde1509f471c95a
docker-ruby-nightly~ruby~K8NHVC.dockerbuild
59.8 KB
sha256:6932b18c7292c3639b48f83e798c41c4bddafc2fc4f506d8ca4165afcceb61ad
docker-ruby-nightly~ruby~KQBSAG.dockerbuild
154 KB
sha256:06a2a70ca08b914dec1de0e2a54097f0c3ad3feabc699e78fcbfddb67d096d3d
docker-ruby-nightly~ruby~M3IWBC.dockerbuild
100 KB
sha256:e158038084fb83e9ad9957872e39ea327a15f8707ea0ee50f3f9244c5b7401ce
docker-ruby-nightly~ruby~N8CSP4.dockerbuild
158 KB
sha256:bde0936998e246de61b0f99b68d895fe66fbcf8b68fedd11615fb5af2fb5ab08
docker-ruby-nightly~ruby~NKPAYT.dockerbuild
123 KB
sha256:22c9e851ecda86e161bb5609ef9ab830342f5b1abdc3fee2880e73c4ee563044
docker-ruby-nightly~ruby~NSRZ7J.dockerbuild
102 KB
sha256:72739b84686c0f396502afbc40577d50af8220eba147eff9eab53bef1ce9673e
docker-ruby-nightly~ruby~OP8TP1.dockerbuild
114 KB
sha256:df1bad578ffaeaee996bab3a36cc220da441142953994b9197a22e30e69218b3
docker-ruby-nightly~ruby~P28SY3.dockerbuild
110 KB
sha256:19e833adf6d49f0b09f73b32925fc040c2d00d66902c7ba4a4096604c4283214
docker-ruby-nightly~ruby~P9N8LI.dockerbuild
99.5 KB
sha256:77317f1c0d7d26aa9b065933dc8cd2ea578cd138eed37009ef1a2708bb2b4907
docker-ruby-nightly~ruby~QYRW6U.dockerbuild
104 KB
sha256:3db082f735c21909f0740fb002e478c96db9f0a6151b112265401f4fb40ea36c
docker-ruby-nightly~ruby~SPYZ9V.dockerbuild
124 KB
sha256:f5c2165f1bae5997c1aa280d09f26e06b1a4db36fa21783691553fe45fe2d991
docker-ruby-nightly~ruby~SR1ERO.dockerbuild
111 KB
sha256:6e4aa92b346a2b2320f85a54fae7e6de4dbd5257abe960f16e38aad86da02b6c
docker-ruby-nightly~ruby~TZ5LZH.dockerbuild
130 KB
sha256:bb0c8e19972a4288999ddc86f6587c71f8cc2dbfce6701296c10dfeda9f827d0
docker-ruby-nightly~ruby~TZEO4J.dockerbuild
103 KB
sha256:858b9e417e63e014935d8d7a2c1edb153058a2915e3d6c1a1d4899d245a8e9c2
docker-ruby-nightly~ruby~UQ3S7J.dockerbuild
100 KB
sha256:9c93782c5e7838642a4a8f1fcac9e2aaed926d4f992da80d16ba20f3608638aa
docker-ruby-nightly~ruby~VFFR40.dockerbuild
103 KB
sha256:853fd2797d351be846acd6807a3b92ed1c63f88fc636afe5b13dd9bb739ac456
docker-ruby-nightly~ruby~W8E4O5.dockerbuild
135 KB
sha256:303e96d5caa95d4e2c4af7a43c513e33a15439381c70ccbe44d3e0c9a2c9995f
docker-ruby-nightly~ruby~WJHCOO.dockerbuild
122 KB
sha256:f1a3363a97206fca083edc3580cca8eacdca3217217c88358ad98a0cb818e83c
docker-ruby-nightly~ruby~XGU026.dockerbuild
98.9 KB
sha256:cb33354b9ff822cab932c0edc308ebf401c665763f5a863e1120956d57d27c41
docker-ruby-nightly~ruby~ZRXEQ3.dockerbuild
122 KB
sha256:405592c5962f38d420593be128afc176fbcd43e155a1f70adb953142cbb00c2a
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:d9f686533defc9bc29f1ba3fd505cebe5a19dc15df3e22ff2db9c6bfcc45e0ec
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:c1ee43ea1f7bb77957fb3b42839ea59fd1bda18645dd5180cd835e4ae8be637f
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:68528cc8bce1db92888c8257209d5c4ac1496ecc6c71ee9d7db9b3e755e9138a
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:e51bc5292fa029a07571d2db806ad4ba75a73507da01c14b60e0b093c8c9b0b3
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:47fcfb257776f638edd6eec8c63757ed8e770f07a986f2a1bfa7f78efbe0f998
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:a724944644800c0844d170b164ac67e25bb7f459eb013fa9dcaf3f4ece9667f7
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:b51d4a40c991252a3078f3f8bd1f95e55d6cde33467608faab1e8ad2ca39178b
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:0011bc12360a88655c1f44b54298840923e2bef4b88653f28c4fcd3ed5b328ad
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:cccf4ee29a3288c4b7cf02c4e9337c34edcd3a894a3620594303fa5e2d7d283d
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:855288c059de16749b6f90179903e660f75bfb0818a4bd838d3dbaf5044eebdc
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:ce859270b66402ede1f735070e5e8cd903bf4eabb33243e477546e16f806abac
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:3f2d4c2769ed00efbc0b82f9280b48552399eed27f37b22c911a29a2101c887a
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:62477d59e65643dc2cee004f2b46723dd9d77bb60f7a48fab32fee07fb4e0118
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:6caadc907251a15b006a98816ba939c0f74be37f9c4992a5a0007d786f327fc9
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:9fd5b23698ed96b6883727ac580471d4ddbf1ea304652ce131ee4b94169ef641
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:42ad1cb331da18cb16e51c0f22897f3d186f904d2edaa760d454b4e00544b9e6
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:7681d47c47567674515eaad0843061400b326bc629e9ee12156e0591515a0d92
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:60c934514b02732df0da4ee0819c06e757119c7412641813a91c4c84e684efbc
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:9037a3dd7f9dc75164e68d374179058e7f062cdf3db49a5dc2a467c6f3661a69
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:38ae66a1ae9a5172d1bc024f563e287d75019ab0e3ed84bec455280949fbf317
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:006d68ada68e5b27e943f4b5900b40c516119fdaed232db47d34641b9713cfaf
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:0a2d4e341735d27cc297bce507b24165e9f668b6e14c1a5a7282c1851bf7d4c5
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:ada925c9999ccdb47f048d369bf16d6cbc28f3a91499f698462d3bc6f403cb97
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:3a66c4b727965f47ae59a738e7d2c3f35cd20829c49064533ca78225f6e62a2b
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:39d1ff60fd2dffa590979da2d2f3a83d43be426843e2c76f32823d77044710b5
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:1ebdbe1e02196614cbb48f0b312c3b080829314b891b6ee5a217ea5567a235dc
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:fe8a83bb12ffbee4ea87b4819964004b0bc2c1ac29380aade38313002bd1e6f8
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:0348fd70b37a05c08bf3f38aa084cb0a6a2d8f6c13b0a868378542a59d3173cc
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:64220b8016a961906d2a7c28ca505b2cf037137b49d66d23f9b29b541f2de309
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:33396f5ef4bd535abc82922f297aebc862ca3e356fcf7047137d7be309da35c3
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:a64033bb9d7cb8eaf3c8224151e7005227d6ffcb576b976f173c529167e075b2
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:08577e5535726d18e87ffbb7e2d0dd35ae51fe5d12be3643b4fb8424e2be28db
outcome-trixie-linux-386 Expired
193 Bytes
sha256:69413811b11a4a7bfcf0284740e23a91456be1e7017a6e6258bd2d0c9faa1e4e
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:9400357d84aa0415de8ea0122cbbb6450e3151abe2a629326c571e760c67b8c2
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:20c748d7093a991d29c0024c794f8bca13f690cc26cb545c2c2d7ae5d89f9d0b
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:c9a132a1a2b2d21fd9e318d6fe530f8e5f63282e68ae9820cf8db8ee59e0c37d
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:f3665585357b55dd1b0e57b9da603f4369751ce93a93ba81ddd929158e63e60f
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:626b3d10434076abe497d934af84c649d126a5868e81743ce17ee6b7e2dad439
snapshot-master Expired
17.5 MB
sha256:7c4c4f3b905a6725dfbf35130345be37af0e31cc9dfd52749d3877b66f44aafa