Skip to content

Docker Build

Docker Build #874

Triggered via schedule June 11, 2026 21:52
Status Failure
Total duration 2h 11m 48s
Artifacts 113

nightly.yml

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

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:f17b4f3b66b1ffaf51a0a15b87ce29684d2ba60bd95455f66ce09688c62a1ae4
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:650f6401f5a4d50162384d709a2514ddd98f9347b97af11622d80a8e0b14546d
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:4abd4dcbe6af5f69f81145e5ff211b8d22da11431bbab7ae3fac5c11c1596a20
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:3d86d34bbb28aab92c192143403c0c6f232913af4e9734680524fce484fea423
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:be7817b6446de3c3689296483326d41db61aabbdbd975a802ba0b995851a30e7
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:bda16c58c38f486141884bdab045366bd6f677599faf4d58fa5f9ea1fbd66b8b
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:17973a47670dcfd04693fd5bdff7d13e1d1503a4c75f00a3810718e1ab104576
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:8b996055e5daa63a3c5e6d47ccb1035e32ea7a9f6c919fe4fc3a507797f1bd64
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:1e250d1437f12905542784126ba797e837d18ddd8bae025e2ed35a41a11d4649
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:d07883ab2c9383c70d19d1dacb5105eb5363ca76568e26b50e64ab9c39b9c3da
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:a01c4458e166122ac503923eea7df027b4416b2086f3ce9a41d9c13f0c8f55bc
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:c25a5a96d70a837260ccaa7b0a8daf10b4c6be66a5d5590cbf57080c06149167
digests-bookworm-linux-386 Expired
244 Bytes
sha256:99d2b3d06009eadce162ebd31dd2a39f5058aecbc6fb0ab4b3258cf931438189
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:22ee6c7992fbea9c06a2912d8f1d6c63cd0b13029432d0506d329a4a64b49043
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:b9d1e71a41eb2f83b9a7d4cb36872b3342e6ae56aedf59422a1c2ce1db00dcac
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:37e017c36164a16ea7cebebb39f5601bbfb60e881c56ad86e6e9e3e7af62b92b
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:a3ae96fbf288bd38173f9d362297b923ba9508f3b955b0b2a2ab3bf938568f6a
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:a50988c86d4e5d1ce4c2fd13879417215481b91929af555077b0c7235466e64d
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:d873320cfef64a2f954119a439b6d0062f679d4d4bb44918abe25ce90cda44a8
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:39a6691094b1374c456fd91092ecc1f77c34210f647dbeee04541335118159be
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:e9f5202f1f2d2c9b524528ea1075ffb9c9ea4535bc674d3a57aa111f38687d80
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:f1aced6c3b83b18e392bdc5b05389d01fa8de04472f3c5ecfa7dbb59c22564b2
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:1dd881d043458b52224304403c49455d468b9b229e4ef01dfa7e8b45e97b2e01
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:1fa2000fcdc7fafd6e5c7c5fce3e792594b62138e8ee348b6b2fbead161e2d4c
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:8ad98aff684453ab118c8b344ffdc86a44af4268c19b273ad6bc4b9749833371
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:e4a9f54b846ab76fffe27fc0609e0f2046f9c2399499128e204c490884494fb4
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:d8623bdceac73cd66c9665f4e3127d8628cbe1114d46ee84f99cb7c2140dcc39
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:fc01a35f87f272979b1ea2aa30c3a70ed34ca356dad48cdf1ab8f6ad71e954f7
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:84bf11c735a24b3b775d48306fa93b2e8f6466abf8d4c5fcc3130b2477fc114c
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:5e2a590381972bef9030acf78713a33366baf82c7a05d61770ef4e61d713530d
digests-trixie-linux-386 Expired
244 Bytes
sha256:7eb5a8706ce8208709d3783e5f9a0efd6d17154871c5d484c88f1f8d8762dc50
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:bb41da184c37344c381dc14c8c58c56694cad2bd4568ac960e0571a246c8feb8
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:549cc13c3c250a7cd56dd5d164e83be7e399a4c48c0de28933f816e0afca1320
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:ca04a07c73c8a1866ad5f8a6e9f7595ab835573635abefeb1d207ea98d0eee45
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:6f8a07ff2f37c1aeeb36294b412ac25d0b9bb8713a17a34669ae686d38a83a16
digests-trixie-linux-s390x Expired
244 Bytes
sha256:c50c434ae2da736f1783481208926b5a8e7f729bac10c5bbc433d73e35a32694
docker-ruby-nightly~ruby~0HY94N.dockerbuild
154 KB
sha256:a1a6f3ac40ca0d4027aee2946f2cf35fec36acf6aa8d5ec4ca621d854bccaff5
docker-ruby-nightly~ruby~1J7P8E.dockerbuild
60.3 KB
sha256:b6cedfbc64e0a12558275d5c5b30b89642b88bf6f9bd221b219e792789809deb
docker-ruby-nightly~ruby~21WRV9.dockerbuild
103 KB
sha256:e462ba1d1f9c85de487b110abb91f504a45f8ab3a72c6111c4abb1e99529fd8a
docker-ruby-nightly~ruby~3FO1XD.dockerbuild
121 KB
sha256:b57c73306687419a891a600711221f5b64a361c9f0303676a24ecd923e395d75
docker-ruby-nightly~ruby~3SPHIW.dockerbuild
123 KB
sha256:50b49d8e2e5d930f5e09b0595836415378ddb0e3b507c65c30c5a126b597c7fc
docker-ruby-nightly~ruby~4JDDPJ.dockerbuild
122 KB
sha256:cd0ef91d739cdd566109599f628b1f3defc789e0e3f3938bc734b6b0cf5615dd
docker-ruby-nightly~ruby~4NOTF6.dockerbuild
120 KB
sha256:9296c00a92fb40cdfe25c58707983c5f956db60709e19dd253bbe3db78c58740
docker-ruby-nightly~ruby~5YERXC.dockerbuild
165 KB
sha256:d866422fe2169c5263db65e39a0c14e90579cbb336023d1092b772d5f05b7c7a
docker-ruby-nightly~ruby~5ZGXB0.dockerbuild
102 KB
sha256:98d12f33c7a27160f257bddbf1558fedd0502e119e9b5fc6206f1b54d4e9ba04
docker-ruby-nightly~ruby~8N7Q02.dockerbuild
102 KB
sha256:d344a2e64fadb681c2f3d9f39cecd95a14d624057622a8f32871627370efd111
docker-ruby-nightly~ruby~90XSOV.dockerbuild
114 KB
sha256:2a12b065e380cb8b435e99997ce8939abc1f20f5912f9664ea4e673b48e9db72
docker-ruby-nightly~ruby~ANA6BJ.dockerbuild
101 KB
sha256:dae6870e36ed39acdee8ec1250a3c355b7bb797911bd485b95c5978e453f5326
docker-ruby-nightly~ruby~CCG9R5.dockerbuild
101 KB
sha256:36f3bfbf8a1cb92712fd61495fa8fbf0b31dd236762a01cd56dc1b98c5b21b59
docker-ruby-nightly~ruby~GDMQD4.dockerbuild
105 KB
sha256:9396437c8ae2a98d1485c9827f9d58ce98ec44998697add8d356519188a13ee3
docker-ruby-nightly~ruby~HHGFNS.dockerbuild
102 KB
sha256:a2a3d42a65e76c576c8b635c211d7b77a7560e88203e200399ad2e0a8b3d824a
docker-ruby-nightly~ruby~IVCK2H.dockerbuild
125 KB
sha256:a9ef124b2014d5df225e38ab80c994f7290d468161aa75abfac88041532a993f
docker-ruby-nightly~ruby~IXZG60.dockerbuild
100 KB
sha256:f6d2c2db3b3123b395724046d648c94b6a8ab68e43503e9fb4e0f0eb3aacec4d
docker-ruby-nightly~ruby~JAZ1JB.dockerbuild
98.9 KB
sha256:fe75bc26e3f8da1b2fa4b6890f95f6019a2b67847ab5914a3639a622ae1fb0d9
docker-ruby-nightly~ruby~JLSEHK.dockerbuild
104 KB
sha256:e7a9e5a83b3863e69e5516da4bf66bd706cfe448e1ae85288ffdc41bb356ef41
docker-ruby-nightly~ruby~LBKHOQ.dockerbuild
122 KB
sha256:8867f2c6537c234ae1dc91bdcbd65603ba4022d71a4ba9abad8f600ecbb46540
docker-ruby-nightly~ruby~M8JFN5.dockerbuild
124 KB
sha256:5035808468f2b3db406ff09bd11aaa627f3f8deba8da8e18e1d3335e3aa0fe2f
docker-ruby-nightly~ruby~O9Y7RP.dockerbuild
101 KB
sha256:9ba311ea26d025d4e6549a8e42465b5dd5c9db4e415d4c36c29d95bf2908dfaa
docker-ruby-nightly~ruby~QM8107.dockerbuild
99.1 KB
sha256:52dcf260811b9f7da3523f6361de4622bc5e585684904cc9a785bcd1a513ca12
docker-ruby-nightly~ruby~R9WOS9.dockerbuild
105 KB
sha256:4fd3b7598db1eac91b9580d8cbfcd576f88ac00b9000c3c2a94f5cd68bfe8ab1
docker-ruby-nightly~ruby~S35H77.dockerbuild
111 KB
sha256:8f9552cc1cdac4ac8f428136f47f07903c6473f0ef1f0e2fcb61aba873b2500a
docker-ruby-nightly~ruby~SCD1HN.dockerbuild
140 KB
sha256:cdfc6a3faea74c21a88b531ff7d20df1a8d137e7b36f126ed0962a0bf63ce2ac
docker-ruby-nightly~ruby~T43462.dockerbuild
97.9 KB
sha256:88d91b0935c47736a46990559453487f64a9a4c09d3578465b996e1bc0aa1c72
docker-ruby-nightly~ruby~U5AD9G.dockerbuild
104 KB
sha256:fbbde1ea32d06c2fa9037ae25c6bec0214d676bafd00deded47da7d51320b89b
docker-ruby-nightly~ruby~UACDIS.dockerbuild
96.8 KB
sha256:20f081bcce40a70a2465022d16375ae6c46a155502c6e5b778e1a13a4680758b
docker-ruby-nightly~ruby~UB3N7B.dockerbuild
97.5 KB
sha256:102400fc2c31837ca1e09125f68f7ba3ba9b231fd1736d2117bd01053b768db8
docker-ruby-nightly~ruby~UJ05Q7.dockerbuild
104 KB
sha256:98fff4677cc726cbf8d41dde6dacbb222b45a931923529cf5c93a11722dc159e
docker-ruby-nightly~ruby~UZ8MWI.dockerbuild
104 KB
sha256:bd5e0f32ed5bd1ca501bc5125f42a08ad500ea55585daaf97cb7dbe4be06a8ae
docker-ruby-nightly~ruby~WLHGZL.dockerbuild
101 KB
sha256:77210461bd495aa1bbc3f9ee52bcff563f13125f6fee6145ae094242498c6d7e
docker-ruby-nightly~ruby~X061UG.dockerbuild
60.3 KB
sha256:eec964f626f05cf0ab422ca8100f133deddd1cf20c81ef1d6360757c6b462199
docker-ruby-nightly~ruby~XIDZOJ.dockerbuild
131 KB
sha256:bc8ee5bea8d70ac4c283918f29d0412809eb9f7bd24638deefa347070f6c6cb8
docker-ruby-nightly~ruby~XRTBR1.dockerbuild
136 KB
sha256:80e4d4221edbe87aef2487f6d7eb1038574016ec9944c24def292b8fed6b921b
docker-ruby-nightly~ruby~XWGT0W.dockerbuild
118 KB
sha256:481522cfbb8dfac3ca731667c4bdde25c56d99b9ecd71ab0dede4b3db0decb4d
docker-ruby-nightly~ruby~YWAO9B.dockerbuild
139 KB
sha256:0e3ee96a7359ef9116ef280427bc794b9e16e6610945e12233f99ee18c809c95
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:76ebf8fda06c283878e7fd3a340827a2509d1ecb2f58dbaca10b3c0e90150df1
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:dea5b2cedc10deb69315792b8f7e9d2c024c7da1c6161c5634c17f1fe7c10087
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:041e97171e6ff0a5ba93604b5d0e15fb1e011e24c30543b3afe7bc9ba3966ab7
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:347d4bf2fc9f2a76709e5e244f89d17b4fd654699886330f347f2af75c7ae07c
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:9dffc18f101b19d3b6bab86c155b2b2e534bfc60f0f8a1eed918c77d2e7523dd
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:92f1ea6fb8935eed64e9f23746edf0ee4bf9d1e513ac69a096f2615113d4f354
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:af271d1befde532eb28aad68ffaf76b68c8e872cd4d32bec13f8bc37cf927bc5
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:2994e94b41772027f5e52fdc2347715dd8d2c6df13d91a500dd93fa2296725c3
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:d0da94238f03beddcbfd7d09539b5bc98d4ce93ff2bd5e394aa89bd5de537adc
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:a32799f50f63c5765e0a2130076b50c1cfe2688f4894de168c164f08a11f0e4f
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:5af8f1abb9c78d77faab98aa53f08d54de96a5799a634b826e6e67a315d48b9f
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:aa5b4f0e8670ce1add0fdb6408316807a205bdbd46e6297ad3d43243b6eca43c
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:eada31474b4e76d62f2bb055877de39c90972f8699aca74b4145bc5f93e57a32
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:e53905b4265e243dda069e4996aaf982af143cb06f0d77429860d17e83a00fb5
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:9230e9229f4219d241a6efe2c5a95a05b5cbae0e991922e9e8e57d845fa07d70
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:8ac59110102ba8e0667291886b3486da564fe8b73b849818af27300d0123e306
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:9ccfb7a8e96ca799f17b542e6b9794345094516e9a8e08c7a31c929633712b15
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:858c98b1d2208847a45beded57222030358b2a98e61ef9d8aca9d8b666522b5a
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:6b8e3c191f303b9cb11ad6ec6060aaf6430464a681cb83f4398df7af62a6ee1b
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:ac6dd3123cf5396437f50ca068bf0eee4f6696eb4e3d7184520a6cbabb2d02df
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:8372b42dd0b5a0ea4ae3ce5dac813e39ef27494c0c72c7cdcda598a1bfed7095
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:b52b92b1f813e436fec5dac862ec6c7feea43561408062e41e735ad083485004
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:9da5e6c6feae859220b16e9c323aa30d957fb5db11868e2fdfed44946e824749
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:7a10989d0fa184b5c2f8f53367f7fad71bd5d7ef4706ab9ee195a3f3d45f3e55
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:2a2723a3103d3b139e5cc928dca6aa42ea880bbfc6b35de8d1d8d69a68a3941f
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:a0c62d22e0f8f8352e3b69e657504b93c602f14d3cb0073a5ff7c5569681d363
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:7d6fe0a787e0a65f1e264cc30d289a36ff434b33661e10f12960e3d0f82f176e
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:602c0af906d6d97a58ac53b7bfcb34a0295cab670cea21667602f5934ca23235
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:ecd051000a988885ebb27d9e94dad3cc34ea21864cb07dbd90255b112090ea2d
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:bc981f7ffb734df682aa704cf8ad80c758baaba1e7455013bba4a7fd973219fb
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:fd69ed569bfe7cd8519de1e09cc8effd545502b1a7bc92b3414719a70b0b5668
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:037a48cfc9c608ffd549f6ce8437b080f0c6470e6d850afe7cd87a3029356b52
outcome-trixie-linux-386 Expired
193 Bytes
sha256:38d1e3f00450b6e96e1ade9c21ffe77949c823350560a9b488208a9bb8a0f6cd
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:c007f93a5ecb62aff494a3b0484e07763d72339ebf5e4ae2849b4e5662f8a8e2
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:b1f8d23e8270acd07a2892d71407e38ff8392a898fac3088c42135c01358badc
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:c6610a75d24ac5421bee21ca80aaeca1415b76e9da9090038ba4f028a850f368
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:3bb96468a614c1b2b2e8781956f50667652b1c4b79f84fcd4d5dc1672f15e722
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:53b606e33dedb16268e8a2f1c14d74012e05c14df6afc98a30830acc43169fe4
snapshot-master Expired
17.5 MB
sha256:e22efeae1164b70ece3e2e2d44c9c19e4ead04b61d8c9c0ddb3d78886187ea3b