Skip to content

Docker Build

Docker Build #893

Triggered via schedule June 30, 2026 21:21
Status Failure
Total duration 1h 52m 51s
Artifacts 113

nightly.yml

on: schedule
Set up matrix
20s
Set up matrix
Matrix: build
Matrix: merge
release
8s
release
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
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:
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-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:
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.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:
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/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:
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:
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:
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:
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:
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:
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:
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:
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:
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:
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-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:
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:
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-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.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/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/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:
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:
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:
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.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:
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:
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.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:7a1b79c025e3019e4a9100010b4e97043dfa9ba171a7b31233be54465460a9df
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:ce99b759af34c126fbc40c38e0be1a80a7a9f39913d445ed7c668934c54cdac3
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:48eb0ed5020e788fe6300e07b454a964cfe7b6e5f0865cedfcac08ae0c0f64bf
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:ce87dda02317749f25beac41ba324755ec4be112a4d48090ab92e5f13896f6d1
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:2e29f1482856abfa60d9ab7267363bf04283e79d7bd779201f68a8e6c9e8558b
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:2c6e652cf4501b1a4d55372698d2caba6d9375f1e8620c75625c6e558e9d2754
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:b4bbe5b6c8be17e500eb22d450b374386172203f5b83311e3b08791311493a71
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:08009bd2d9e29d5425b823591533d134cfa144277ed46cc82cf7800bf06dd859
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:7ee6cbd5407783a33db9c26a710a19bc843ff715eef5b66c122813bdccb83795
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:465c499f02a153eb2e07189e331c160e04527ec68453697c33323952bdc7afe7
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:7801287682b6c9c84f1c9498b688000e04ba3d1701bf212ed70ea79dcc3c23cc
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:8b16a04f1c5e0a6fcf4a102644269b3ea48ad2b51184ec9eeab6f4ad004cf60d
digests-bookworm-linux-386 Expired
244 Bytes
sha256:c2a3b0aab504f363f05a6e2b4301e54dc295ff2e113a36dc14792ab6e7db2bdf
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:6d7b515989622d3a6ec20b40b6b66a594489c13c2d103ccf5bc1b380ac7a674f
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:2b07724dcf862629d7460ca95678bd2033358a665ed49f7b70509e6f32a06990
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:cee9860529e97208c814364cef990a0a10f6f5fdbf1c205cf3d2b06f79f45a30
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:acbe6c684ff2987963bbed4c7640d1c384c64f93b2b10d9d99dfb58916d22089
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:852ed3d2f049b89d3239ea49445e2e03f92dc6194b9518c35e4d6f67212f6aba
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:81816848239f9cf635ebb9eb40b305809bb7d49c4ca26b098389dbc9fc9fbeb8
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:7e00625381f88a3eb07115a0989b5ce059aafb080d7c342586d8d8ba70af2756
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:f3d4499dd0ebec85965627d98611bdfba487bf45910a237db800649c88898b7c
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:0df1b2280e2d1299370de56a2aa0f14b552a7b896d20bfae04c95c9eb72848c4
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:b92c0ea9c678ceb3a01915e24728a23e38a578d4c72cc52f7d6ee06d71bce5e9
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:0aeab7b7db2fd2c668f8da46c6b21917beda62acef408f7dae9fc19d066f93ff
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:64f71080de0023578d494af91967834ca966ade9df027b786fc38dd69ed344df
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:97d835e06323f42df59a34011724284b3c434b25dcbae3c669ce0e6c7f51f140
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:2aaea8738074ae05868f03d376089ab1e3dd2cd5c63c47978621c17673bdb44b
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:42c64ab130d4fee180c09d8841d87eaad0e8d79911994bbc318f36cc2aec45f4
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:b0ef20170eec228b233dc0d2a4a90f50bc94ef038f9a437ec1f4c12aa03ad094
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:91147ce7fba7940a6bce9a1296207386242dc99016a09c3661724fbb4685b24f
digests-trixie-linux-386 Expired
244 Bytes
sha256:5554d35e08778152781025c9130f90464314ebec2598fce70e4431023b11974d
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:4df7a3f54d2d8a3208fbe41d639c1c9ca508724a67dec0f42deb5dc849fe5bcd
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:e36477071cde14210ab4e9c5e1b8d5b82a866d8f3cff2fc4b468de8f5cbd1481
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:8127ed36af513fa87b13ce85634ed49ae1a0ceeb4a8b3ae8c4025083973c69e1
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:26d16e06e87a28d1af0aa7925797268d4a11f1a7ab5103f8e3da136eb464e8e6
digests-trixie-linux-s390x Expired
244 Bytes
sha256:abab60cfdc07d63f692df35b83be33c2122b541e9a9cbfa56eead8a812d310ea
docker-ruby-nightly~ruby~01MYO8.dockerbuild
113 KB
sha256:707dc43834aed21150fd5b9d60d05cba2c183892dc34d0968a77444464a570fa
docker-ruby-nightly~ruby~1CGL55.dockerbuild
103 KB
sha256:df7809bc2b67280dd36fc62b665005e6057aeb91d6c0033ad6e3c66371bd5cb7
docker-ruby-nightly~ruby~2JYERC.dockerbuild
124 KB
sha256:7dc166c1fc4ae54c0f85a0e369bcc22736fb94a25500019315ee4fa244b01cc4
docker-ruby-nightly~ruby~6HP3ZQ.dockerbuild
124 KB
sha256:2b423e35c8e11ca8a12fb75de185c9c6502f497f1bdccc5493d6b2de27b56938
docker-ruby-nightly~ruby~99B787.dockerbuild
98.5 KB
sha256:3caf19a0ebed1a5c9574c956f14e52f2a31c709e4987a1a2da9100749aa99530
docker-ruby-nightly~ruby~AE3JD2.dockerbuild
112 KB
sha256:979eec861a84ed25df143c5c472976445d07d74864cec2a1e9559595b71a47d1
docker-ruby-nightly~ruby~CNHM0J.dockerbuild
131 KB
sha256:df2be0099473a461963585fb67dc9c998befe1328125b7794885eb962710d673
docker-ruby-nightly~ruby~D0P2WJ.dockerbuild
96.5 KB
sha256:6e9844774d4b0ba084a2d129b98555f4ec9d77b54a980fee090558dd9e2c0016
docker-ruby-nightly~ruby~D66XG1.dockerbuild
119 KB
sha256:6bc7fc836c95f41acac302eaf55e6b969fd03f1a5ea10b1c8767937ca9bad615
docker-ruby-nightly~ruby~D8YO22.dockerbuild
100 KB
sha256:8b0ff624462ccc93bbffb6545b935dc49b945581c8259ba46508005317da592c
docker-ruby-nightly~ruby~EITV4R.dockerbuild
59.8 KB
sha256:80189672d78acc12b9937e2238065429bd2537bd11b61487a02377794ad570f6
docker-ruby-nightly~ruby~EWDN08.dockerbuild
97.8 KB
sha256:c18246833c8eb9fa243db2f76fa6124c994fba4336d1e8eee439533e561be307
docker-ruby-nightly~ruby~G8MCH7.dockerbuild
115 KB
sha256:a297cb849fdc0ba9a534249286e61b0722cda8de409cf486c12794ed1025a8f8
docker-ruby-nightly~ruby~I19EVF.dockerbuild
118 KB
sha256:2a084f3853be4e85c2a46aedfb9673e2f66986d3316e9c3bfa84e6d2567e10e8
docker-ruby-nightly~ruby~JAVO80.dockerbuild
100 KB
sha256:71c4d2ad6e9c2f5b626574ed335b8cd76e25a0f8459a3c2ebeba0d62ccc1e0e7
docker-ruby-nightly~ruby~JEALFM.dockerbuild
157 KB
sha256:a6a8d6144eb6fb7d028dec1db67dcb2d600c895c74cb76740f4cb987d713c969
docker-ruby-nightly~ruby~K8FIQP.dockerbuild
100 KB
sha256:6cfb208608c22346b5922d80b40497b2835c8c782df96a3fef433c659f922aaa
docker-ruby-nightly~ruby~KDZ5TB.dockerbuild
124 KB
sha256:d2009760d8bb0fea3566c80ee57b8327175b569b9ff21d184cdc8aaa85e592e3
docker-ruby-nightly~ruby~M96EFX.dockerbuild
101 KB
sha256:e1f4c9de687d876fdc622e25e69b481636483a48e96a4fe065daab99fdd3673b
docker-ruby-nightly~ruby~NA418N.dockerbuild
120 KB
sha256:1c297f47b9d3dea9bba45696be5827a9844dd8fa0952b1c609e9c1daa3d22ae3
docker-ruby-nightly~ruby~P33UHY.dockerbuild
101 KB
sha256:160bea71937e41ddd21dec4024386a9abffb307e21b8cd459c81ab6abe773d1f
docker-ruby-nightly~ruby~QYXGNT.dockerbuild
130 KB
sha256:488becc3cf29e630abf2e1812f670922c16e19c9d136c062a7de1f73d1dca5ec
docker-ruby-nightly~ruby~R9A8AR.dockerbuild
127 KB
sha256:ad624e545d46f86441e0a4c63762c195b395d224c20f43c53e926854f6c5ab22
docker-ruby-nightly~ruby~S0EKDP.dockerbuild
60.1 KB
sha256:226a49cf5430649b46f9098c7ed045991b1b561c4b1935c83b45a4574aee9505
docker-ruby-nightly~ruby~SCNXNY.dockerbuild
98.9 KB
sha256:ffe64a16fd4b26c371fa49b46e10c248d6dc8b98146d9ac0a68aa04c85174275
docker-ruby-nightly~ruby~SGOF2X.dockerbuild
102 KB
sha256:e3737343452cf0f167d6f7bc0c9eb7de1dd4843d18364b8a73531a42e9ed4716
docker-ruby-nightly~ruby~SP0K2V.dockerbuild
101 KB
sha256:ceece39dbdf81b0875e662f2ec67c0f6e69cae6fb2ce8361300c5df7330bb898
docker-ruby-nightly~ruby~TVOLZ0.dockerbuild
100 KB
sha256:3181f7ffac1ce94c17163fe4496c79bf9952012c6e14e0e6993fdbc8b0cd5bb7
docker-ruby-nightly~ruby~TXYXP5.dockerbuild
103 KB
sha256:d831e83a249daaaae356887e73032cccbeee2661815737ce0c1862a2e10ecc54
docker-ruby-nightly~ruby~V2X5T3.dockerbuild
140 KB
sha256:92cd7bfbcbc0c12fdb663fa0ceb737e1f51d44af60c81fbd3719c7d676f9021e
docker-ruby-nightly~ruby~V5WI6A.dockerbuild
97.1 KB
sha256:16829b4bfd80eaba5683f30480871773496ee6a2f02b838090a92a08b3bebf51
docker-ruby-nightly~ruby~VLZ3Y9.dockerbuild
121 KB
sha256:3862c47b5ed678a788541ad12f9875f037588a1db2e6a1c76daea6a52fbbef17
docker-ruby-nightly~ruby~W1VWDD.dockerbuild
99.6 KB
sha256:7e2c2489e91d7570123e7f313900234d201c1a68313602cc7862751d21582150
docker-ruby-nightly~ruby~WVC6RQ.dockerbuild
155 KB
sha256:df159808859d7664592c529952d6fc6240c6507721ff5a17d72afd3ae5dd1ec1
docker-ruby-nightly~ruby~X057FP.dockerbuild
100 KB
sha256:2dac93fa102bebb9624e4dcc1e8fa8266711eb437ff11adeaccb47a3afbf1e3b
docker-ruby-nightly~ruby~Y6IT28.dockerbuild
99.4 KB
sha256:319c71430344d792478d391201c0733b1cf50ce33381c67db2e420f6d6241b3e
docker-ruby-nightly~ruby~ZHRA6J.dockerbuild
97.3 KB
sha256:1123c55a84104d8a674fd9d0d4ea63ca7c731ca18dc2063af581ab28c1805e3c
docker-ruby-nightly~ruby~ZS9ICD.dockerbuild
103 KB
sha256:0724310a70730bfd8aa1e5af8d7ee342dd65f2176723dd7b9fd01d59d78f0ebd
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:ab160b446d72f381ae0f9966af7e54061b7a7cb19f35813e8a500438717ce002
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:08db5e5fa79dcb1ab51ca45e0d9d1e796158d70fe5e5f01429b1007bab720786
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:b009e49d690daace79e9a253546d77f773cdb835cd0c3816f769b9ee7df35e0b
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:b42203780e147cfa411fee52d41729a75ef8304a75b0e72468df1ad282d11bb6
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:1b5e8519fc6e4e78b1dc5d984b42c3fc42ea500c52087cf59a659181532c1bc3
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:be3d423249ab243325920716d96458f99d5dfdab4016df5c9b0b904748dc54f2
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:819b29b25fb4984cc908161c799c15eab909038ee9fe52c2c44e5cb119d72229
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:551cea8b9e939c0c3327a8b85ae975e78ffe8a7de2b01aade5aa0e5da222f1b0
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:b2860310a4a13c77c23335c5b2122a58c1871d969ecc6c983e2c6dc18336c35a
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:4c629ad507a66d68855bd5ea9bc9030f99715e579bdf857f3293ad9714045904
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:d50252228f479d4abfc20bf662dabf19701b1712bfc10028a5a073ab6b904777
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:8e83b701bde74dbcbee952435d074234dca9e1416d14e81f5cbe33d2fe554441
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:66c7c85e6bddea45843ad59b434c23ff0cc3916d13a06cf400452ba0c6a03a01
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:930e23c7081d9b4dd89e789f26d3e234c4e65f19e77be262bdd8ebece1d7edab
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:9080fce0fcdb3655c259b6ae7b56f7772f4894fb741929a40b74d82298b1e153
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:766a9421c5c0869d696f7f4628cc88b736a338835fed81cc8f29b4ebc3389d35
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:9e56e7a566e239d61dd7c32f1860274ca7211794acefe98200f20ccb20045a2b
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:09cab07bcb070c05783e7be6bc4c534c281dc4124c2259d39ae305657629aafd
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:723d82bf3320259f1553ca3bfe1f53317225ef0fd4705ce204fcd9d66753fd21
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:1252a62fe30245d478c9fd551ec6d52c3195e58042311d92b41c7046f89b5a1b
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:2ae120f8f477de3f535fbd94bf3d4f80760c5faed6b00eba3927a859eca7857c
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:71bc545ecbd43178ba7a48f083f477d964f22b685f627e660723c5ffbff0fb4b
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:29e42c7816938c52f04379414b8ea2e3b74ac1ff78ba822d0046cb22d59af516
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:6b50aabf0d188e0cd82ba92c0e216406efcb028a4759de3a8420374f913764e1
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:d8e860783e6c3775a58b8c92de0a9d6a4ba7f1f6bf62a3afe6d49a56533cb762
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:bb9e0702fd87bb2e02f20e04b3eae42a02315ede62ee2c477f703dbcca2a051c
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:f226d9d613900e5bdc83491f3eb546210c4c11cfdf886bd4a0ef6478466ec070
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:39ef2de95919283bfed4e7f1cccef7c4ff207ab188874ca1d421acbe54e52f0a
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:96dd8b3a52d3797916379019978213d31f1fb4625a1def51ed24d4f302cbde7b
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:e6a904b34cb7e3e890c6315fec7fd0be5d517f9d9206e0cb6d1064d8e81caba9
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:07b0c2eb7e595488817dad43a8f7e912d1d598ebdab760e16edbf5b5f6c0df21
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:1194a087bfa0152f8cbb796b483192fb9bf5590b5f01e09fe183c29e0b0acfa4
outcome-trixie-linux-386 Expired
193 Bytes
sha256:6420c89c8abb4a34402cde5c7cf9e093d734e1bd19e1b91b3ec5bafb748b64f7
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:85a2ddd9e93b5ca72059e2b61b79a7c1bdb7eaa73a7ca25b64c98ebff74e8c02
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:abf752a3195b57c0fa065b88f051933bb910c9de49d34cb97550168b71737755
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:da9edba4a8110ca71cd8ef818d6c533f37c2b80d212dec511617feb7022bc7f7
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:321cca1cf1fbb74ecabc7e297b2eaa36177d5b2b7aeab681cc1daf1bf0d105d5
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:9a7983574aec3dbd3b5e05a3a50768d4c0f762fa8dee297b1bb6cbac8b72c04f
snapshot-master Expired
17.7 MB
sha256:7580b7c890f5aee052bd1d2a246bcd0a214a291782c92afa8968a9ffae08fb71