Skip to content

Docker Build

Docker Build #879

Triggered via schedule June 16, 2026 22:04
Status Failure
Total duration 2h 23m 53s
Artifacts 113

nightly.yml

on: schedule
Set up matrix
47s
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-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:
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:
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:
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:
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:
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:
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:
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/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-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.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/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-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/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:
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:
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:
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.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/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:
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/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/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:
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/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:
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:
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:
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/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:
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/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:
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:
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/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:

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:45e5d5fbe3dd9311b62500f3128c4cbaa2a638a7b1ef3b7c072ed634342f587b
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:6d50b1952463d6081a9d4d39a7d49f5d6e87230af3a98d442159505c40ef1f91
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:493e496d073304c336ed716b2245bffac922df505c15bb147603f3155ca2a77b
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:354b208df6eba73799ed2b6e86f0cd94078c8ed94e1bdafa2b858a7c3b0df646
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:0e2e846e4a02056deafa92eb61ee684e8b34f2f5b63c71410ceea43899ae1578
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:69ba5a3e1fc3ced6c0cf1d96c3ca4653c199bf7b5a52146d968f2b08e3f2e7c5
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:adfac1e8b36093d3146d58bf6f45fee7b334cdc0611b1ee6d508aa96609ff006
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:fa853c4e4eb571a488fb1322297382c634b9efc5caf8a0b9df78c529f179305b
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:be0bcdf6c7573c05575865cecce15f0e12b3a1ba3ea936586a7baa3a2e7737f9
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:ad8ab23b85bc0bfe1b772a921ddb4b2bcc6b39b86fa97a0206855c02a29cb45d
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:6965f6dd10ad8c7ca5b9ce1f1c726075a16a3bfe80f63a83d4bf957f617788d4
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:4ae395af901d2efb608005c73f2551236e0be7426d6769cff8d1db054942eadf
digests-bookworm-linux-386 Expired
244 Bytes
sha256:cee12fe63ff7295cdb8c2fe8b45dab31b4e4459166279305c47af5f6edc51b72
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:8d03bc13013dfe4b1bd07dc12c9367efdb6584a9e6ef659456b6e43ea8b9f8e9
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:ce8e4e143be2e63fb4a7e8005e71c12090a56cac2a84fe7721df3a58e8726907
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:05af5358b62b182642e68bf90efbdb6e894ca0cc00bc3e5b6cb92872767259d7
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:ccab61dc235b505bbfce304b02a843084c310e0a78d9ceea8cafeb8d1304ddbb
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:71461ba190e86c8276a24c1514a969fe6359778049b064af9c6cec77ef8adbb9
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:ac447d718c58b56e72cc52f00281da11e4745e6eec1311793ba0c163ac99bf3a
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:f9a2d93cab06183f312aee76c2ef833be4fbded5acfeb3d510691f7791ac1d1b
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:814fbeac25025f982ed99f235b6f299e45ba7ba3c2accd0e74e67b50fbe0bf7e
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:9957474921b42b0a5f640756dba9bca6f378a8fab5ddea79a5d5ca81eb851716
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:0cbd232fda504cd52864e5449b24865974acb54c64c33a14784f38d7c84c8448
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:6d18abffe8a0ac29eb8c6a7657a987ab3e0a377cce3573270c5df56815699353
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:cdf4fa15d81d5cca6a02cddcc22677a1c6578f0275a6eb02e3e8a63273af5252
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:7f71914dc7d6695e9f176d2c3a815dc47b474b51391ae3d51a0826b8f0af80a5
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:069fa5e709b5fed7da2b7748020ada167db8ac6e4b0151ac2ed211a63fbb40fd
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:e885c87bba515a580bc886e6e5aafb64374bc6f07a2a06025731c1834813226f
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:43de9798befc295bbf8a159d70bcca2fc3c892a77e39a4a1b552b2db180ee82f
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:69bd8d6c1cd4c90fdfac237f9c7ae088fce2daf5d4606aab092198555c2a593e
digests-trixie-linux-386 Expired
244 Bytes
sha256:226b1baa8a8de5713f325c2e33fba8438a3726ea3316767b8d0be767fed031e2
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:5e72267b66e817edf1cd5f74ff968b8083f190335fdec84880566a64826a7832
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:f91320633d9b2723f74e40576efd92b3d2d95bce0a1f104d02881dc565360545
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:8d8d9cf360dca96a54b868c4f581762704a9bb53a0e47fe8836303ec761ec3a2
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:c44283d4447a8b2461bb7e0c5024136fd0f5664d760c2b3f1814deedd2cbb82c
digests-trixie-linux-s390x Expired
244 Bytes
sha256:43fd62a6e40cc6d7c454426f53c73b77bfe96d3995b426a292ddfd48bea6ef12
docker-ruby-nightly~ruby~4CMXW0.dockerbuild
131 KB
sha256:1e18945dd5603f8a920fc8eedc05ae78d4f0712c62fac5e3d933700b8c4943f2
docker-ruby-nightly~ruby~4NSRBL.dockerbuild
98.9 KB
sha256:14d501ce51ae0650309b6db5618cbb7a7ce4cb0d8f8bde2ff5a86142edb43b09
docker-ruby-nightly~ruby~5YSE6U.dockerbuild
101 KB
sha256:f26aee20165f58474bb08ed76d9ed07dad9a0951f1f87594a6b241ed2025d450
docker-ruby-nightly~ruby~5ZWT4X.dockerbuild
98 KB
sha256:76f05d74a14159d6cc1a3b66fbff3acc7133289b52cede671e59d582fa0772d8
docker-ruby-nightly~ruby~74Q1F4.dockerbuild
101 KB
sha256:8256a24dcd0c21ded79ec5fdadf91aa56fdf083cc0e3e46b9cbe2b10aafae3a3
docker-ruby-nightly~ruby~8VWV1E.dockerbuild
105 KB
sha256:e0754a6a7a99b3dfc61f50ed70488f81dc0c59c14934950c0aa6f57091fdb7ca
docker-ruby-nightly~ruby~9GPHJS.dockerbuild
121 KB
sha256:c5dec3c560f8534911fb511f0936cdcf19d65def159af8d5c5daa7a9ce573df1
docker-ruby-nightly~ruby~B8P4AQ.dockerbuild
113 KB
sha256:290634b1cddb3b80719c516487c0939b2389198402ba8460913bc3b9bd44d2ee
docker-ruby-nightly~ruby~FR301Y.dockerbuild
128 KB
sha256:945654740c5fe9df8cbd6477d3da231d5be2797de23fd0203b3a2267f1b27405
docker-ruby-nightly~ruby~HDIU1T.dockerbuild
99.3 KB
sha256:dd142a65b1c98d2d3ea3365cc8f9ef549a801b3a77fac5c3636ba96eb68de119
docker-ruby-nightly~ruby~IDBPYO.dockerbuild
114 KB
sha256:3566ea84820a7b80a26c9ba57d8de667111fdcb30245ca3ac7d1367773579c85
docker-ruby-nightly~ruby~JA76A1.dockerbuild
97.1 KB
sha256:1f33ff2dc465e361de8429768f76d840637c12602d16b8e591a9277d1a37477e
docker-ruby-nightly~ruby~JBF2PM.dockerbuild
98 KB
sha256:e2e6f6eb7fe06b03dd28f8f1bbacf5aac759014c8c83bc929f3b032e6a6fd75f
docker-ruby-nightly~ruby~JKNMD6.dockerbuild
101 KB
sha256:d0b05e3cd5d8b4037da60b684153b2b78e3f7ab3a04612008156d14ef1bd479a
docker-ruby-nightly~ruby~JZ4KXL.dockerbuild
101 KB
sha256:e468fd01c1871c018cdbe11398c903870c1bf9d6a24502b7b654bf695417274f
docker-ruby-nightly~ruby~KKZXJZ.dockerbuild
117 KB
sha256:736a1f663358a0f0747a48acb8f065dee4afa2d48cc3b95654bbe218840f4d72
docker-ruby-nightly~ruby~KWML52.dockerbuild
133 KB
sha256:3f6a3b5155fbda5278f5d7fd69be3c71e1e59943f5b73be363af85e1800c9155
docker-ruby-nightly~ruby~NCF2TW.dockerbuild
158 KB
sha256:bc5a57ad71e018d18844ca45b022c6ea17edb12a4de52827d57da14c20ff34cd
docker-ruby-nightly~ruby~NEKB9T.dockerbuild
103 KB
sha256:b63765e826a05f0bd77012ab4d7c14f5f0d1bca868552176ab79a2c5b9b99bc1
docker-ruby-nightly~ruby~OF2PD5.dockerbuild
110 KB
sha256:84d42a0b38bccca410d1eab7b2511be01c7bdff9474ed3041b54fd31fb31d57c
docker-ruby-nightly~ruby~OVVSZG.dockerbuild
103 KB
sha256:fa838ecb6f930204962d59e4906fcd72d7f295ba7399c0078cf12004d377f091
docker-ruby-nightly~ruby~P8Q86M.dockerbuild
102 KB
sha256:ec2d440c93a2a16fdddfa53f46b1b624f31ba6c9b144d019c93093b911695029
docker-ruby-nightly~ruby~PEYCP6.dockerbuild
101 KB
sha256:937b86b56b63656e4c23486dbc2205cf83d1bf1d2f1f482848a2ef5257231e2a
docker-ruby-nightly~ruby~Q0JJ5T.dockerbuild
124 KB
sha256:da182a5bddba370ec9b4b9b12fe4685195b1b712ba5d789eff8970f439459abe
docker-ruby-nightly~ruby~Q6FG7N.dockerbuild
154 KB
sha256:a820e77de43844e7b2ea3083d67b73eea1533ecacdf9d6582c9fbc6a95086e22
docker-ruby-nightly~ruby~Q6RSZZ.dockerbuild
59.5 KB
sha256:25661398da28292cb69e993a0da8c3f3b88810fdfc4f7f2cdb6a97a828e22fbf
docker-ruby-nightly~ruby~R1012M.dockerbuild
103 KB
sha256:d6d0bc3395a0c9e5ef369119864de61138f4f5f3daba87e503b3262385d6f653
docker-ruby-nightly~ruby~R5JV0B.dockerbuild
96.7 KB
sha256:ca7f6499d9a53a3fc8a0e2c9c989da33aa3400e3c8f7ac1734eb4895a51cda2b
docker-ruby-nightly~ruby~RKKRJD.dockerbuild
101 KB
sha256:31a96fe30e51390026e4f70cd8de35ecea178e2a7cbb698ee17c1670fd31ff3c
docker-ruby-nightly~ruby~SJK0RI.dockerbuild
102 KB
sha256:1388d39de5d72284768b2af0a8b24555d8a300470ca6f610fd45af3ba0e6fe7e
docker-ruby-nightly~ruby~TO0GO8.dockerbuild
124 KB
sha256:29ff61ae5c78dc407d1e77eb95510a7f0004215b64772d976dad364e4353cf1e
docker-ruby-nightly~ruby~UVZGYL.dockerbuild
99.5 KB
sha256:c2ac9d98f0b851cbf9c81d65e2ce53ef8364c111f89c050fe49bdc9a06ed41e3
docker-ruby-nightly~ruby~VEL1HD.dockerbuild
123 KB
sha256:6bca367f53cdae3be00d526d91ddab0c8f1b140d41b2df216c7024400f9f2bbd
docker-ruby-nightly~ruby~VFWS6M.dockerbuild
101 KB
sha256:1437bbb984bfd611d9b8aee129859d10b64bced5f45288afd6ceb8f6b2a327ad
docker-ruby-nightly~ruby~VZOHAB.dockerbuild
121 KB
sha256:08729ee325a62ef8bbabddf2dfa0412be5c49f40c519e83be550b3a430d135fd
docker-ruby-nightly~ruby~WG17ST.dockerbuild
121 KB
sha256:386e1aaa13625f6ad8978e38d02e5d0d84397892d4409a9e5a72e5566993c97b
docker-ruby-nightly~ruby~Y09FTS.dockerbuild
134 KB
sha256:f371ad8763e60e027bf677f08d58774306149580dd37cb55767c2995e9c06110
docker-ruby-nightly~ruby~YW0GQ4.dockerbuild
59.8 KB
sha256:604a56160c4a3afcfbe3ca2f28286850a707018c1188dc7e68e588539df0a12d
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:e781ed70e2f4529b0fa4b775b0cbbbff2af3108b7b17444c5c61b460ea473a54
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:643d367af1ef69cf9a6d7bf69d9ed921bcd9a6bfe20bedd6475e663f275be4ea
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:e0170a7945da3e88e5aafd5206e76d04b2c319b345f14921c39f74f4fe1ab1d2
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:d51782fa0400bbe2725c39daf44240d351965928a58710d63d065484084324ed
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:06afcc360d64c54ec48da8d21e8f2108365d5801e3c256f9fda3b8a430f12495
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:f7f070c86addbb0051f9d20bac9243e76a824f962edefcf394d488d0db175294
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:02c2736ebd5d3adfff00c30066e957b3d056b265b0659232fc4f1d85e94a7c09
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:c40e49b718d8a59acc9d12c654c3f8b1dc8e4a8e166e6b0c7544980487ed30eb
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:88eae68fc5de9cd4118d0dbbc4312abbfd40abcc79ade873965ec57a94fd27d1
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:2a763a857c1ef7f918f32145aaccf72ee81024d229a231a16f5ee97f26f33bbe
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:270c2218e3f87dc6ee33f600ca222a733be77f3fb7a8c881173d83c7f02dfb74
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:1c348c580a654b094726e8dff91b694fb83a88b9028be2e6118e705453167084
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:5de65ee1550afd5b2f61846bc1add15b5e633dfa8dadd8b7326ab41f7e433c45
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:1bc521ab75da02debeec0ce6eb4242f4e41f86019a2e5c8092458f078c540414
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:9586024a8603c50a83a52362ab133e4c66bf165adbd9f2628f9d7711410e82f4
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:e397eb67ff0e1b0a4f53cd3d3477901d4e8c6662769cf12fd3e5121e48ff1358
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:5729afa551b3ab1c7c2be4535ca8af57304779f8541d9813cfc395ab8ce12d88
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:d2676fff0d8c2552c58ac2de939e9fdbdf5ed7fa8678a3dfcc703fbb331c4367
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:d1741372d81b86e6b1561a1df08e811afdeeee805bf47b450689adf30b8785f9
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:d9916acd98190b4f9a393d121935f5c81eccb7cd14ecd2f649aeafb9925f379e
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:aa997a9f46413fdfd244b1ff3e453c9b74b0237e66331dd663c7b1aac009d780
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:21f29b829c821570e79c75787c95a603b1957a874a8e2910472d569363936c8d
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:78fa484c2a1ea3d2634814103d93ca7eb308a6a73e85f4d3953d537bae8b6a3f
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:19129a5806782a1dfa2090b634ea8182e934ceff46662e28f319d562c42b7637
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:b7946f33abb1782d017670ed5ee77ac08be2f97d297ae86f44395ece7d2a4fb7
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:9033254cc043c81ba8f2082cf8a079b7f77fb29e719d6c817b6ee85fe3dae74d
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:833f99f8e84eb30f174c4665fefac0f850a393449a807e16b63ba0124c45ae18
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:a8ea61ca4b64c3f2efdf50bb23870f795403bfcfaf205e8451b480d60c6f1653
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:c89687a689dda48a492728db8e44b72d09cc79509d88905b7f469e4e08891150
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:9cf7fd7e454a7b5f93d62ca754ded4cf4bb74b7d28c392cf6b88ed623b0766a7
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:cd9224c0ed7fd54f3591359ff66158aafc27947bc1fab7a26a6f8a46c0a3769b
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:056f7c5946b36117e3c999e0b40047c15a8dde29684c6dcf350a8a10ac426b54
outcome-trixie-linux-386 Expired
193 Bytes
sha256:1e221423e8358fa47d28463dab4e4224f1c69c17efdcdb39379e424aff0d598f
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:b34a5dd52061723e4ebab15ce4daf9cfb43721eb8ed0aed10eb0792444ad594a
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:b9df31d81e3c0b04c61bf0d7aa0626848e5ea6a87a845e66c4ec9270d761a5a2
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:6d2e69f6083852acce1e60a45c635deee64d345797accac09b34386596ecf556
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:024ac72d0923cb2b1ae6801f0f8f64d92f4e5ece154d3453d38bf797c7cd50fe
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:610ce79e058d80c6f402718202b3268a2b4b109e98ce966b201f9741eb6e688b
snapshot-master Expired
17.6 MB
sha256:744fbc3277f66214107032b0f1e623c273604542b187869a9f74932799f1ec7a