Skip to content

Docker Build

Docker Build #881

Triggered via schedule June 18, 2026 21:55
Status Failure
Total duration 1h 55m 24s
Artifacts 113

nightly.yml

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

Annotations

2 errors and 76 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 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:
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:
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:
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:
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:
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:
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-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/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.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:
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:
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.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:
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.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:
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:
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-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.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/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.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-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/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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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:

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:5e0ff4e1aef0e1642401c2f8fa32bb18d965c76d1df8392445dadfab516a26b6
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:57c0f1741e830b984f7bae9e459d238dde88e5a409903a8f33805dc91cb23f0a
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:db0eb3a06a2abd2bb005ca50022081759f341cb9dc4f4bbc196cc20bfd21c582
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:93bf395a13b1b8618205aa756731290ff2230542068a1b69ae7145abc34ad223
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:7daf4bd3a2e0f1f62ba2f81148b382e69219a3c99d1983dc70171b74a3b2328c
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:47468eb0e01cf15c219f67235fd86a85313946adc1dced84a21b9c7a7a289c02
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:8d7e64eaff667f3a328d3ff06b4e9bc99ae44e5afb8c865b2c3edc18fcf49f1f
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:0b01a790e74912221714a814be57a1657e6dae993d09a67e973f4c0dde35ae0c
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:63f6411e1b22786e4344a0d98903ad82ee58e599bda49d78308caad2bae21f43
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:1267105c50288cb91f4c7b62cb59f1c1ed9031a90a397c6a3ac3ba97bfa1b34c
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:6da9199bcd976d950fac64ebf071515605097e2db4acfc572a224dc441ee5fea
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:8b1b2c7ca602b3d1311abbe87c08d04350b102aed809190c4c7ae90532276d24
digests-bookworm-linux-386 Expired
244 Bytes
sha256:bbdaf0fbe3b1237f792c7871fb73481b375d09ff1848306d04434f566fc6cd55
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:6d46fdcfa64098feefde1f0a432711dc1a3cca462206fb11f50fc2e716338522
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:9c2c54837e4d9bc919e5e057fe0ec665bd7721ecd52f24b675c66b7f9b8806eb
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:50a0248d970e49c5ed6e6e103f126f5baac19c3cc31fcc8d6657942ebb4d15d2
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:9828f821080b41f95f1436f7c9dd9ba211c3bab0274e90d2163792a950cb3a9c
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:ce0a5d4128ee89e225651000571f6726ec9631ed98af7307f6aec848f48a348a
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:27fbd31092a80fb58b8ddd65892a4ee3c9ccd2e9421649e1f96d3fce6fc9056e
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:07cc0d6e0f832f34fce31486bd0eb6440c84443144b033b8416cbc0f960a02f4
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:94fdbe3d75a19172ebdac34248f863d316c9ad3cef0714eff34e98be7a5843b7
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:2acbc7a420f337e552b1c28b80bf373c390c73da5efb83b5b95811379597e465
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:f95161d7ead290d010d2a68f55c3386494abfcad307418713bf6285f2fcfc1f1
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:e6d119bd6ad1113f4e957648b91039e7b9e856f25e70c78d40229360fe5eb82a
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:b45fc555849ed33193c0ab40ed0db69b85bfda8042f401575d30ae4ff702a1cd
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:cb283acef0d395794e58ac553300c1e930651a9dd2990f3df4cd3b342b236bc6
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:92d27bb746b05b30ca3182b223a1d7e56014472475507cafb8d41d763dfde0c7
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:e74d036931ce6d2fd45c0d76c0fe6f2aa651b054e041060b820a76f13be250b7
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:1b4e16d1d105340c33cba6512144ba6f45ab830a7f69091636a229374aaf3c2c
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:c6799bb9cef216bd23d6a6333741b6504bd40d19589a20d217d3e1bd693e538c
digests-trixie-linux-386 Expired
244 Bytes
sha256:0237a682e8b1e80d34774266d3f63dee8ff400e43be194c21dc58adf356dabe7
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:eb68ececfbbc4831d921bd588a6b9c87054ff6f8963b5fae09fdb54e050f6f90
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:2fa456f43c9962235a1ad8cf2e4afb1cdb8f2c381b1fe3223d1aa439c7345acc
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:bb1e04a2f5274883c104c248169e7fb25f1b0eb77adf642fc11ba00cba9b0d9a
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:77318a61f8e0e61103e12e7186d57d2e36cff02cd27b357157ec422555ec46e0
digests-trixie-linux-s390x Expired
244 Bytes
sha256:c9f82b89e79b755ffbcf627bbe30513dd3634aba9d2a7169784aa2a231fd07fa
docker-ruby-nightly~ruby~00ESUP.dockerbuild
60.8 KB
sha256:9bc8d2e973b608cecefec810c41de57a10946e271f1879b6939314a2b06afae5
docker-ruby-nightly~ruby~0QLLGJ.dockerbuild
98.2 KB
sha256:834523976ecf88653ab90b9f79872178ba43ad91895b740b42327e80739ab8b0
docker-ruby-nightly~ruby~4ZYP4Y.dockerbuild
99.4 KB
sha256:4f6443a8b1b73912e5560ab742f867c36aaf80e81bbb4b94fa0049b8981f13b4
docker-ruby-nightly~ruby~54IK9W.dockerbuild
97.4 KB
sha256:b33a7acfabf15d1d7075121904e454589b6c6e3051b21df7b898d5b5ba8f990b
docker-ruby-nightly~ruby~5YS69E.dockerbuild
152 KB
sha256:b052248297bed53eb6bcdc2e87f7b2cbd767aab5350611edf62f9f1781f16ec5
docker-ruby-nightly~ruby~8WYG7S.dockerbuild
111 KB
sha256:ee78d485e6b0f3b0f176c2bb10977eea42c0c830d38d16a2c23e9cfbe74e4c47
docker-ruby-nightly~ruby~92FO99.dockerbuild
125 KB
sha256:26c0e8d66042cd3a8115b204c575b4da6662a9d183c65b3e409b837ec2a2afea
docker-ruby-nightly~ruby~AJ3ZQA.dockerbuild
121 KB
sha256:a99ecc32fcd782f6725e9e2d9d6bb4fd2692bfbc207e7d7d5af28ab7e75d2554
docker-ruby-nightly~ruby~BLBR8D.dockerbuild
102 KB
sha256:b4d8550c54c28fd6ec79bb8ec82a283ead7ebcaa13895a40a5b216a1824253fb
docker-ruby-nightly~ruby~CBSP3H.dockerbuild
116 KB
sha256:7a74bbd6a7195e1324a6e2c7ee2873ab56a525392c572f7bc9f121e4ae710e15
docker-ruby-nightly~ruby~DJSZM8.dockerbuild
122 KB
sha256:106007d04ac7f8ffda2c80df4cbc560d2104f9974958f597a0e5d630be1e4b7b
docker-ruby-nightly~ruby~G0GIIO.dockerbuild
97.5 KB
sha256:929261833a35a99bad2d567b31f8339b9ee1a1475e54d7ece6bc585a5f02b577
docker-ruby-nightly~ruby~G22DAQ.dockerbuild
101 KB
sha256:052d5429378c288dbda200d75f545407b0b7b8e408b55582cccbee68996c42bc
docker-ruby-nightly~ruby~IIJ2IQ.dockerbuild
103 KB
sha256:3665dfd8dddd6d02e6651dcaac7c0774c3dfac0312aba339594949db5708f52e
docker-ruby-nightly~ruby~IOJQ9D.dockerbuild
129 KB
sha256:f6940c1767178d320612145b8192993f4f392e78ec7cf7632b5a0361f6d8360d
docker-ruby-nightly~ruby~IPQMZ1.dockerbuild
101 KB
sha256:54d33340689bcce4636894cae3fcf42828d88f7172297f99f3a7ae284ecc8d0e
docker-ruby-nightly~ruby~IQ09DJ.dockerbuild
102 KB
sha256:f82ddda1c6825704682cea1154897bdb66aef3e2d69c440383ac76596ce04163
docker-ruby-nightly~ruby~IZITMX.dockerbuild
137 KB
sha256:40ead2081fc0a054b0fe95dad93733ca615daf11c8c6c8d93a8018201fec429a
docker-ruby-nightly~ruby~KK26XW.dockerbuild
97.3 KB
sha256:b14047673af9df9c48c67c05b815c95a9faae452cedb2c6f47e0c586e95e0103
docker-ruby-nightly~ruby~KV3XTU.dockerbuild
60.1 KB
sha256:126a51a875e1f67980718be93bafc7d6e1312972083cdcdf0a7da13888fa3d80
docker-ruby-nightly~ruby~L27WG9.dockerbuild
116 KB
sha256:84a8b60fdd1caae5d0a6f660ccaa64c68675caad4a861f9b647c8d05624dc4d5
docker-ruby-nightly~ruby~MJD3XS.dockerbuild
129 KB
sha256:d6f20c46223ce54b3c7283b9e6584e7e4d428e30fb4c91141fd097403d4401e9
docker-ruby-nightly~ruby~MRK109.dockerbuild
102 KB
sha256:11be3bfbe2813dbb1d47b0c7dd7eb2db867a524078e8507261408cf69f886407
docker-ruby-nightly~ruby~NT9MJB.dockerbuild
123 KB
sha256:71d19c89ef5161bd6143d32d1fc3dc2dd8669a85c4bac42d80832114825895b0
docker-ruby-nightly~ruby~O5G05Z.dockerbuild
103 KB
sha256:224295179cc83f469f85d484091590d7c799d9801844cacce88ce551eb87d5d5
docker-ruby-nightly~ruby~OJSTRW.dockerbuild
98 KB
sha256:92aedcaf199ffdcc0ff4de59245423a85071cf2c700ebabb9f6d936a7140a891
docker-ruby-nightly~ruby~P7CYLG.dockerbuild
99.2 KB
sha256:31e5c93bd73db650e5618959c9e2cb2718fcd80266a799b78060e5bbac1bfecb
docker-ruby-nightly~ruby~P7SDKF.dockerbuild
121 KB
sha256:ca30dfabcb23d7ff2246f86106fe3edab79cae31d4022fc6080c8839714d3861
docker-ruby-nightly~ruby~PHQ5DI.dockerbuild
101 KB
sha256:8268abf7f8aa00c4788ed51ee8334c51744ee8208c9f41f77f268f849578acd5
docker-ruby-nightly~ruby~RSJJQU.dockerbuild
115 KB
sha256:b265dd694ab470bbc2c6f2c9cd111c6c0c494a842e54c6b4f674cfc58abfe446
docker-ruby-nightly~ruby~T9O04X.dockerbuild
120 KB
sha256:0e9dc430ad8259b384578426781190cab48b8b71333c6ea7370a2ff9dd01e0d5
docker-ruby-nightly~ruby~ULMEF8.dockerbuild
155 KB
sha256:2495442b41af6e0b248c35a1b769f272695e11091e72764b1f46a4ec83ea4d60
docker-ruby-nightly~ruby~W1D7UT.dockerbuild
105 KB
sha256:2aa9e8635c7d655f6306667cbb98f6c1dbbf2f659c2f05835f5401f8d5a4e3f9
docker-ruby-nightly~ruby~W7N4B8.dockerbuild
101 KB
sha256:c4b25f59ef7c32a30f93db949caa7e01773424e95b35fe87160cf2b8c8f35d92
docker-ruby-nightly~ruby~WVML18.dockerbuild
95.3 KB
sha256:7734db4bae469217e1e70ecccbb11fe71664a3db0fbb0078e5e080df1ea96e98
docker-ruby-nightly~ruby~WZH3VV.dockerbuild
135 KB
sha256:ac9c4dbe8e15bec8fd6a0508b721d57b93cd2d2788bb1033702313f9d5409e19
docker-ruby-nightly~ruby~XPRLNO.dockerbuild
105 KB
sha256:e1cbaa4f0d6e20642a3916fb42e475f2333da67b2a720e746c25833ced30f567
docker-ruby-nightly~ruby~Z9MSDW.dockerbuild
101 KB
sha256:4edac3334ebc883dcb341ddbd6b89f80d8cd706d48d8b6cfcce0a782a5899599
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:cd01502326d91f872b86161b27ef4e4259c654e43ddb7d016d4f7cb374aaa78c
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:3c3f8c94ac5f386b2c4a7d19cf328eddc8fed41779cd57cb4eaf619834face90
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:6443a6ae7e5c382180c048fbb84cc819474784dd215e88d810dac66a9e26d74d
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:ebb6f08bfd6a926fd756570a7b98bbca50fc390a08a6bac2c06095c83a123186
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:c77d5eabb4aa398f7c7114dee40ec28cbf282f1d814ae559355af918ef6be98b
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:54f0c38d1364d3c946f89dda5fb0ebca6d00e56be8531b2faf087361daed6932
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:24e896b2968468056a74a19addfc9c5b9a3c400dfda1c07cb2d43228bbab338c
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:35ff002a4ae609f1669322695c11a7dfe908a90b22b49d3e846b0357ca0d3d08
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:10ef42ba545da43b9021848c67b0a5fb066483bf57ca8319fc8c0e8a7f475212
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:46a768c6836b218fbdbdbc00beb2478866ce827a0cd098cffb7a0304624f0ef1
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:5bf7842b7e4dbea9b2bcf3b29f0bf6b15a9d65bc5f19fb66347a38a2972f0205
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:c4573c8e04eec4710d86bf5362d953a8a08b27a431b0e3f4d6884c0f48fe3225
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:88bf7401f8733370e4f198b879bc4bae32c284a9d809a257b682671d44921cb9
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:71f4b51f07b928996c56c7fc506f985abebabca29407010c1dc7924f1e90216d
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:a49e8f7ead7b4078032bfb95ecb4bb5d656b8d94f5abcddf220a685382f4a45d
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:32ed51f9f55a5869640aa341692a7b898ca27fa9322f945113a1841845473648
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:e918c993f060947100d0156a7b437e4470b90b4ce69fb4a6c14859fbee522fce
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:6d1235c15917aac9792726538cfc9a3ff7261d799b35138b31d07b3fec90b62b
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:bb3839e802d345445de558727681bd3812457b8ce6658a6561d84535ddd81d2f
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:0af51088d0637075595149e43af3d9b7130f39e44e5f27f5a45aba39c70c918a
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:a8678b4ae86e7ebabe4a1182fa5a6884cf7c21d8e10cde71ebe01a5c4567b079
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:1688b27e48811a506660f0c5cf52f6da15939fe59856d72dbd2537b2fda0e060
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:68169ae11b20803926b3f3403b8b7581d4d9dafc163f753032aed1cbfa042b1c
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:8d75fd33d6496a711d35a8de79d8b45e23bc307914ab1ec9ba32b994351a8402
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:24f25110b2399ed363541b7fc3b3fe24e3de5867eda015cf47a96620b1b27cf5
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:c41822d378325292f7266535789fc3ff76918d5195884f449a7ea1231d1fe6b6
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:d5b3bb0f2f7789ed5736e9df3acb71351a328752b3a7acc06685353a1509bcf6
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:351e00007dce6ea10408d788436919ed05cc66e745c8c485019d92e7b5a2d18a
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:d83bc6836755bb780eddf16d4de7f1989f33b0a4915b20f65fc46cf019918a98
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:88d445690d2bacc91969a8cd89b9c59bb8449193ba4f6d4c07a47238811dfe18
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:c7e5ca5694d90a462c7257a66ffe9c468641d46d53e13bb7f99298f82d324021
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:0dd197366ab54ea117531e3eca056992feb5cf348a30e09c4e8c241ace78b68d
outcome-trixie-linux-386 Expired
193 Bytes
sha256:ef4f9a3c570552b3bd97c4c4c8de68b275d8b081561c8dfe9e1b8dd445be916c
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:9a230148c1395adc3db8af94b0192e1420275d38deb5fcddb41387fcd8e8bfe3
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:64785e2db36b5d937d00c355fb191d0c26ddeb0ba2b2893ea851eba81d2d426b
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:be8482cc335763ffba58b6a4eb47cb2f9b4a4f0c45e18d815819781eebceecf6
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:1a36be37e5b5889b50fe285c060e66c0d29f6589c3d0ca55ee01cc5a6d5e5ff2
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:c2e482aba2451820089b61d80e529ee6996a38d47fa455a236442742087c5283
snapshot-master Expired
17.6 MB
sha256:40064bc33671cbdd9191d8e712756dc679d6db959eaec2beaad33cd03da3bdf2