Skip to content

Docker Build

Docker Build #841

Triggered via schedule May 9, 2026 20:33
Status Failure
Total duration 2h 7m 56s
Artifacts 113

nightly.yml

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

Annotations

2 errors and 38 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
slim-trixie - linux/amd64
Failed to restore:
trixie - linux/386
Failed to restore:
bookworm - linux/amd64
Failed to restore:
slim-bookworm - linux/amd64
Failed to restore:
slim-trixie - linux/386
Failed to restore:
alpine3.22 - linux/amd64
Failed to restore:
alpine3.22 - linux/386
Failed to restore:
alpine3.22 - linux/arm/v6
Failed to restore:
bookworm - linux/386
Failed to restore:
alpine3.23 - linux/amd64
Failed to restore:
bookworm - linux/s390x
Failed to restore:
bookworm - linux/ppc64le
Failed to restore:
trixie - linux/s390x
Failed to restore:
trixie - linux/ppc64le
Failed to restore:
alpine3.23 - linux/386
Failed to restore:
slim-bookworm - linux/ppc64le
Failed to restore:
trixie - linux/amd64
Failed to restore:
slim-bookworm - linux/s390x
Failed to restore:
slim-trixie - linux/s390x
Failed to restore:
slim-bookworm - linux/386
Failed to restore:
slim-bookworm - linux/mips64le
Failed to restore:
slim-trixie - linux/ppc64le
Failed to restore:
alpine3.23 - linux/arm64/v8
Failed to restore:
trixie - linux/arm64/v8
Failed to restore:
alpine3.23 - linux/s390x
Failed to restore:
alpine3.22 - linux/arm64/v8
Failed to restore:
slim-bookworm - linux/arm64/v8
Failed to restore:
slim-trixie - linux/arm64/v8
Failed to restore:
bookworm - linux/arm64/v8
Failed to restore:
alpine3.23 - linux/riscv64
Failed to restore:
alpine3.23 - linux/arm/v6
Failed to restore:
alpine3.23 - linux/ppc64le
Failed to restore:
slim-trixie - linux/riscv64
Failed to restore:
alpine3.22 - linux/s390x
Failed to restore:
bookworm - linux/mips64le
Failed to restore:
alpine3.22 - linux/ppc64le
Failed to restore:
alpine3.22 - linux/riscv64
Failed to restore:
trixie - linux/riscv64
Failed to restore:

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:a83559a72fd56fe110fcd5d9d3a6ffea887318a7c4772e25d7dd627543da1baa
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:82cc816beb9852df31d9b2610a298fd8a64753c71014a8ebb9cb92938a892b77
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:0e8d6e7b5d88cafd7feb1aa35e4aec54728cb0c3cfd0036203eaad4adf31da18
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:1c00faaafb90a760deaf1e260daaf398e87cf5a571c3aeb278020f116ee96f9d
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:e079bb932223e04eddbf9ce50d10ad3ae054d3dd9102734dbba1a6266dea6a1b
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:1b7cbcca80dd1176041d6fc19c9512a2b0f29a46d1344559062ca6abd142c74b
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:900066596f1aa740ce587dfd45313f4a0182aa8e30ea48f2458b30bf762b7aa7
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:0b31e593a2bef2c76d88166e7f2ee5c2c61b4914060a95b53b95e1964b4cfd2b
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:3be396fa33665763c8a353a5cf3381538879ed28b5f9fc1ad9a6373462c8bbef
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:413f607754b3bd09f78c4ca8e12443952c0a9286b63884e0e489b58ce68f5889
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:97b21a7f62d6a97a641c52171fcf5d99c0becabd67dde4b97d8c449ab521e5e1
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:100bb3ec1b8ea88e86d382b13c9aa63973d750679e67fd68f42ff2c911524205
digests-bookworm-linux-386 Expired
244 Bytes
sha256:76f2c0bb9e6ca0ad5e8f1daefbb085ef379d0e713f0a9b06981abd2aef9cab58
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:bb869e4212df9877ee23aa9a9146ba6d1fe988c57eb66182ff25ad16c64d89e0
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:6d03450fe4f18732d07730987aa94a7149e0fae6d5d4f3f09cf456e95eb38666
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:523e6da2125d1a0038393b1c419af4e7f1835675b6519e091ddb1d832fe05e03
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:bc59ce0d9d683f8b368202c1d142ab125a57e4ac960a54a11497f49eb4dc2707
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:32f5f4c16ec14ee7af70dc7f753b44e68b9d09d88764fe742500c09caae69ee6
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:c5b1a9f1db05d54785f88fef0283c8c2481c5110b80af2e0504cca2e4a78de9e
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:1acc37eba282cc6fd88432b2e736dc5e2bbd6e2c54c4d1e257659fec4e234393
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:a0f03bd71b11042a39eac0dbcda29cb19a34abbb824c8fadf40f5abf46e73240
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:6f45ac4f50e38f0f6150d3b2aadc1fd6c8a07c81a6c5f49b8d92dae83986a2fe
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:c469ff5e0b504f537d60cd25121360feab1b34c0ecd0f7c74c4e50573be46e8c
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:4f6f4a184b47559ea667b3f460cd9b6b8ccc9ab550df53a57902b27d41d0c4c4
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:1d2f7c4094d7ac2fec91c481a9bf9a97ce3b7cf5d3582558e18ed3013be4a2cb
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:282ae282a1dd15c18d369a2d1d40aa4d1fd2156be762585be63a95660eec700e
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:404d04626573b1a4570d1808fa9604621245c94525e19cddae1487f3a453b138
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:63a2c7fb7759122fbec31d8f00124614e2ced035e2925c838e5f506278278408
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:7a44612aa463d34af594295f8acb4c1f5c9926411f5cc2d153ebaba4606d39e0
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:45f846c7fc6368af8f995cb4145adcff8b37edbeef910dd86ee767be3854c324
digests-trixie-linux-386 Expired
244 Bytes
sha256:d31e80c3b304d6366d2bab38ced6af592ed6e08e8c5282054c33d2d0321e4914
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:7903262f39b9e371cce1096b0015170674787113295da0bb7aa95bc92160d1b4
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:f28dd110ccecb222352e53ecdd69e49153bd55b4a54f250c80dc46b61b79928e
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:01f5ec7ec9f41b0fea08926662539eedeb5ef2990f3a5a45ce82334461e9aa2b
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:9d117bd703c40a60523937333006bca0504b004d7c613ddcc721a3321e204f69
digests-trixie-linux-s390x Expired
244 Bytes
sha256:92e5cd36117702d836eb6cd4f32486e29617f472b38c92382399f5078eb5bb63
docker-ruby-nightly~ruby~330XIS.dockerbuild
101 KB
sha256:b0fb2d5e40bcbd66b253c691d26a34f088a9778d9c02fe000ae92d8ebc98c26d
docker-ruby-nightly~ruby~6KWZ30.dockerbuild
103 KB
sha256:60bc8db00f811f935bc8d54a2c776a4299d7cbfaafccfbbf0b9c8dafdd6687f9
docker-ruby-nightly~ruby~8AV8EY.dockerbuild
103 KB
sha256:14cdf5dd6ed74f7245f537196c974aa8ec475bd8831e943328fff9640a20dfe4
docker-ruby-nightly~ruby~A4PXPV.dockerbuild
58.1 KB
sha256:d5acf2a259439617a9bf595573aca19fc25230a680feeac95765ea07a3192b31
docker-ruby-nightly~ruby~B18GMW.dockerbuild
131 KB
sha256:22b9f40616a1ab52f98654413085668aef9aaca159c0bcd3c254763b9bec41da
docker-ruby-nightly~ruby~BM6NW3.dockerbuild
98.8 KB
sha256:fc955946750dfcca4f5e6ad63f5cd160d6415415f7f9721c5dab785cdbe83778
docker-ruby-nightly~ruby~CA35T1.dockerbuild
134 KB
sha256:afc78dec9f3fda99c95ec493d9608234680a96becead794df2ab9fecdd43a503
docker-ruby-nightly~ruby~CCK9OT.dockerbuild
135 KB
sha256:144c5a9f5b2805d90cef71b02a71d5c9c286c669bbf9cad89153f548b5405d63
docker-ruby-nightly~ruby~DJ9N08.dockerbuild
96.9 KB
sha256:3a2b8cb6b20e9302df5005c1d2ef858839bc937e6c8704da87234ea43b4ed5a2
docker-ruby-nightly~ruby~EVAN9E.dockerbuild
102 KB
sha256:d73fff870509b14e534476632b9a3cf35f989fa15eaa02fbd012ec5c581e4d88
docker-ruby-nightly~ruby~G5JG2Y.dockerbuild
123 KB
sha256:d5715992044941194c3056f1669f083f57d48f3423cf6bdcbbd392fedf3b67a2
docker-ruby-nightly~ruby~IUQDSH.dockerbuild
112 KB
sha256:8a41e0f0011cc838cf1a4c754d5c19a1d8a8cf7e58b7a4d18128df90dfcf043e
docker-ruby-nightly~ruby~J5TV4S.dockerbuild
101 KB
sha256:5e296444378c0e10d87f4e8b7b21b6c544045b5503c99225680f48f059d1ad30
docker-ruby-nightly~ruby~J7GR72.dockerbuild
119 KB
sha256:31905a200d9158f39ad1288449e6e601ed1b637f76fdb024ca170ce9ff61691f
docker-ruby-nightly~ruby~K4QAGR.dockerbuild
102 KB
sha256:b9afad6b8184208f838d2b9b5a2781634c8884c992eefc7a916408c59b8f1ca2
docker-ruby-nightly~ruby~K8ZK5X.dockerbuild
125 KB
sha256:5410493de4028b99d1423eb559dadb6d92f6a66100df4e92236f169eec488d63
docker-ruby-nightly~ruby~KK41PZ.dockerbuild
125 KB
sha256:0c1e968a12ad4ab0182577a8c7cd7231386c1715e1f2f2a62f3813257cbf41b1
docker-ruby-nightly~ruby~LNSQEF.dockerbuild
119 KB
sha256:f5ced538e7fb835befead51f5e5d64898c8cecb2b7df9527bd8e50e029c7b1a4
docker-ruby-nightly~ruby~LQZ86W.dockerbuild
103 KB
sha256:dbf0eea091692c13b492db0fe74982b94e0c5996164a0485a9ff44e7ec9d925c
docker-ruby-nightly~ruby~OF9HPC.dockerbuild
122 KB
sha256:96f00f2d2f0d347603be45049886c0ce24d5f4097abedcd2791e4b8c98cd1ec9
docker-ruby-nightly~ruby~OZNRJE.dockerbuild
103 KB
sha256:60a59ebd4c049e0b250c8dd80700a3afb8ce1150adee04b54502adbe4e11bb6c
docker-ruby-nightly~ruby~PJD46X.dockerbuild
103 KB
sha256:2993555c88e45099af307791e2f32257218177f14e81ec06a3fe394bc27711e1
docker-ruby-nightly~ruby~PNA20S.dockerbuild
99.4 KB
sha256:d464cb1c2c8e7ef97265a127490d714f10029e3979bb5709cc74b0cdd2e161b1
docker-ruby-nightly~ruby~QFPOV0.dockerbuild
103 KB
sha256:b95265d336b7dc676757c6c1a21fe3fb8e637fd6a36909ecc31323c36d52e5a6
docker-ruby-nightly~ruby~R8X9SG.dockerbuild
104 KB
sha256:1275db4f1ac8dd368466e80c2944039753409a6698f1e25c7fccc43002640ea2
docker-ruby-nightly~ruby~RL5FAK.dockerbuild
156 KB
sha256:688a426f412bf0efca1f76e293d2ac7ce66ce6221a07a1b2e99edaa1edcb113f
docker-ruby-nightly~ruby~SPVN96.dockerbuild
103 KB
sha256:6e40ebbba845032ebd4556aeafc3aa011654474e88c655d2011a12186011266b
docker-ruby-nightly~ruby~V65J2A.dockerbuild
99.4 KB
sha256:0355a567ba219c87d60c83eec0b2f7e5b28d823f8f41d177c43a957b03cda86e
docker-ruby-nightly~ruby~VDVMPX.dockerbuild
102 KB
sha256:fa1f33fc9d2da9805f7a66daf838629c42b4f42c4793fb7626c5dbe62e5f72e4
docker-ruby-nightly~ruby~W3GW1T.dockerbuild
115 KB
sha256:231c7571d8ae354b58e20a2a356b04e62e6dc1e1e1c33d3ec9dc8375dfb28ca0
docker-ruby-nightly~ruby~WV79KE.dockerbuild
57.2 KB
sha256:f443c8318e289bd84be6ad4ec2f025400cab03d857c6de262f8fa8f8c5468b89
docker-ruby-nightly~ruby~WV7DLK.dockerbuild
112 KB
sha256:27d2d14095b1e30c6f0e150d0b46b20b6abff2a88a3a45cfbb1221da4680986e
docker-ruby-nightly~ruby~XK2X0G.dockerbuild
99.6 KB
sha256:3851c1843b42b2ceff8e3bfab65622819377c727af1083f52469b0d81ff5d196
docker-ruby-nightly~ruby~XTBKBP.dockerbuild
99.9 KB
sha256:9070c624ecffd1dfc9783cb579e2c1312b63d2cc5a19e281db08ac460e5cfd58
docker-ruby-nightly~ruby~Y44U3X.dockerbuild
122 KB
sha256:47efba464bfd5092b08d64fc7cbf74a1354cf58f55f6ded48b22fdcbea372c4a
docker-ruby-nightly~ruby~Y7BI54.dockerbuild
129 KB
sha256:8eeb44e32a1c906c8f8cfd519099450f0f57d688b60dedba759a028bb870d205
docker-ruby-nightly~ruby~YM0HIR.dockerbuild
154 KB
sha256:5cf159ca6d86b8dd33b54b28df2c357f5aa8280c64b6bf09e8be1a3ecb37bfbf
docker-ruby-nightly~ruby~ZE4Z0Y.dockerbuild
94.4 KB
sha256:ff58cbef134877e0a5f83300e562e7523047b170f1d7635add02992780df1e07
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:fbdeeb66134f91ccac6c07fcb2a610c79385db6d689b4da12a1129f02999f9fe
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:a786e7c1b603b734a178a9449bf63c2aeaf33efc00cb010ebd4dfa19fbc8cd7f
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:cc1eb2c44b4c7e512bf2ce98d1b1fbca85fc28859ade8fda1b1590d9f4651655
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:95f53158dbc9cf9c43a5f53cb016e788b5258c9e2aeb59ff657497de5c9be9b4
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:255f3408d605b0195e232c31cf7620fce9b593aebde6d384271664c8cf1936ec
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:01ef837c9205d0daf43fb9bc0b4ccf34e87fbb7a934be13267742d711361dcde
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:456fb91c10bc7a6c727ec42b4ba663c856af7c76f50575a2e7f505b781221dde
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:50d06ffa9cc063a12b35e5ed36a0e57165e8b8021bf7daa2b0dc27ef3b3e05aa
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:3820345a8bffe84141452c1c48c4e5dccf715fd8af3d3fb58d0e910012dd0e8f
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:519e49b203cc3ce3c3322f9d58e881a88d33364b69a08609c77a44dafec7ada2
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:7658b8152a607ac245ad99d2619ee243e3445d31b15d8a4422b466d4c9f1e873
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:83c24895e63ac30e4bf211b5892b27e781eb4023ffa4a8944d9394074e5a6576
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:0b0caf8e0560b41d90fe2bdfac8e809df6aecea55bab9f190ffa5f2e83d2e07f
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:abf978049d201e430505044e97bfc31e071c6eb03a4edc5148e6235f70e7dad1
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:3aea66696139e1281c4f61799aae632a0187c56889ff0eee1e5527aa74456aa5
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:24205b960aa829c1a82e59fb6caf4f9ccf957e57e839af47211550e3686832f0
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:ef93e08cc0d442ca788f6677087d23d77e03b76a8474de7d191f9ff5c1ffeb8e
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:8ad2b669a582b04cf4c83e17a1b250088e40d20627739143208503d3fb7b7e4b
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:828754c7ddc4e2962f3d08cf29cee0f532cbb2c3ce598e17040fa20804db916b
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:a015695665d5ebc6f72816485772079e9f065a1904913f9129a504ab6e6bee45
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:c6a0feed8f3ba02e4d3642a42162ff55ae6ef43f5b0898b17dc2feb9e3b37b96
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:7f4176fe6f022c3b8f5387599c6b260c026647522b69adbaba6813e3e16a81b5
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:d34318de37e3e10d789384c3063a571fdc74c7ddf17e2bd102aa9e93828dec7b
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:5d902cdd4416470afc1c923ff3b11a5023069f3acd8f290ea03dfcbf331c65ce
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:abb5fd47cee7dae631df58907b8ba1f9d8b5905f4f303dbb2e2d6cd77c3a60e6
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:f89dbccf6aa597cbdacc253b4b00540bd2f5b7f9fab75c95fe9d0bfe2226d8dc
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:a6534868c668adacab762cbd0035014a4930380225e8d922288cabf9dbe3ce76
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:f09d8e62f8921a6e5f50c149369581d232c44ea5292bb7821d6e77724cdefbf6
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:7fd986b414fb800a1e84c6aa04d21332781bcfa20f84c90ddb1ea351b4d11c74
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:f2ee99662d9cfcc526ff6542b6c1b8191799373c01110c478e71a76393719225
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:0f08726f329d712a8aa9cfc9ad2fbdc46e49a51db79ac4ee343c0c9cdfff23fa
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:2dc4c644dfbdd61b17408f0964790f44db3b4948ed80357397ec8886fb50a239
outcome-trixie-linux-386 Expired
193 Bytes
sha256:1a76da89df5da571df6e92e2d733e4ae5154e52c592198d967d89dbd4085e066
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:7bd5f0afce481c2f840277c4b85dc614cdbd318d9d0e91ac1c2c6f33a0315042
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:cf23e177863e38c44bedeb48ddfe5c4ba75eab456b441789cd8649e8a93895a2
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:151017efe921f09e7dc85ed6bf8de96f276b42bb8193a04ac765e1665ae502dc
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:38314f85aa19d08be058b4fbe84a66d14c05e15bbea61317723e1ddaff927c29
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:7f7c598d2ef6e789315e19879dc1405d5157b95eeeba965237ff1eb0b9e2ec1b
snapshot-master Expired
17.4 MB
sha256:276512f174f5c907f9468e467becad8217596d949dea66d97067505f41e25a1a