Docker Build #829
Annotations
2 errors and 38 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/amd64
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
trixie - linux/386
Failed to restore:
|
|
bookworm - linux/386
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
bookworm - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
trixie - linux/s390x
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
trixie - linux/amd64
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
|
trixie - linux/riscv64
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/riscv64
Failed to restore:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:84b4fdc5d53504796d5ea496f1aff6e7c0b100416a1578947d814040a4f1453a
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:8000e6ca26a3fde750bfdc89081776290f210d37ffcabeac69ff7e03674f6e80
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:dbc2de296439d5e271b0b604ea7a16ac77e824d9af8260d6e786c12cdd6e2d3b
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:ed9e84c8d4fc2c093fe2825726852b0579df5a018bc3c882ef8c56ff46b6246c
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:39d33af6a8ad52825854fbf3cc59d540fa5eb984b61019052220e00705007f5b
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:b5c708e5036e8449befeeb84b416bc2e2475b2f8f41b8577d6ffdcf6c2d28d8e
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:3ddf49e1923311e35eaef285aa1cea88a0ef5408650f874b66e6cb8493a7dabf
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:5fb8b73ccd862da757447cfc31876ac0ac0c1ea3b795a2ffa87271c8b7f2f143
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:0c79708ee529b4843e5b8c3d99c28682702a346b14abbb1ca4c6f8c9708cb422
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:7da8a3fc274eaa3a30afd90b74c0c37b5e6d4c6e212412561b21db74ca3c4a63
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:4ef2dde9505970ba1825b013f9f0c0c96ffc8e0175882dfe4829e3006f6ddd8d
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:dde8e63004b1419c4319dacb6978b620c120dca95909ce3b6e67d83e37496f60
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:6921f609c4fa5275b18757a6476fabb18f8fcf2a1ccb916e885ec054d0d71232
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:27f0501396f4c989a5a0aefcb510a7501579038ead1a29964cbeabf327b9379c
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:87246ca151ddb7f338b61ad60d6aeb76d8dcf021b96ce84a71c21868db912772
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:0dd4aa5020ef52c4fe944259b14f2aee59434071f84bc52543e109800b9dee2a
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:a9d6c893cce6c4187abd52d143229a6e52c7a32369c3b3417a4c8c49854eacae
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:b10974867e968b1f00269cee44970daa0b5da84612fd9e18162f0ad1b20bfbc8
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:2eedcdaa6b25dd5340bac8c51ad316e57ddc1e0bfbd729dc00316f467b63117f
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:ff6c72cc4c1aa07528dc13b97b2e0aacdd9417ec3792a1ff58d7f5e295f95d58
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:01c157832212becc4533c089b963299a88a26594480cc522454092ff8a03ca52
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:7379af1c8f8c51469e7cf278165990dbc6dcfe0b5bd98904f3cc5ac72de4a4d2
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:c91f3f06859edc361849cb35085b6e0d4128ca56909c600c64c5270d59f2e531
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:779466a6694bac2d914b6792cabaafaa9f3d09d600e204cedce18b4f991c2195
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:e4b5538e993d0d5043c5060fbe06114f66e418ef5709672caa0a2e5e771f5a77
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:d1facce4292ccb1567bd5de250303197d3746d5e1f787e1934f0a09a5e939dd8
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:3fb1a813c920eb1a6686598cd3f1ff8ab74ed339ebda774b09ff3d2ce036e86a
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:0e5f8227ea0b11ac0020c3a51e77321ab2b82800d233d4658f3b57eba43f0493
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:453051279eca41f5deadac80986b811ad4de73afc81a87a5ddde3d31b68c77bc
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:7270bf4e16dd0d5b10054e177a4037a3345d8225c092cb9dc053258ea053029a
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:cabae213df0733288c1596d11a5d427e4ee7a8c9255efae0b3ebe793ce1d4981
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:da834e1670f1dfabc0cd57318a35c40011f729e65abd48a63d4574c91a2585e2
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:7bdacf3a7c3827c3a28a5d3399f1d90b093af3129be2be67ac6ce79dd3bd83e4
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:b0f95ec7ca4bffb43beb270aa61985d55316ef4ac099478a3cd32734eb381588
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:1c69d1c212b381c0b832c1769c9799e1f2f6efb16df8f4549389ed3f8d41dc01
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:756252b73deb15b213d0e6d686409c9053268214dc0ae818d8db3c8609b21b9d
|
|
|
docker-ruby-nightly~ruby~16VKAY.dockerbuild
|
126 KB |
sha256:e13c55ed3029cdcd7fda62d309efb8cc298d37560604698642084217dde43ef0
|
|
|
docker-ruby-nightly~ruby~1B8SKU.dockerbuild
|
99.6 KB |
sha256:a0c1b3d0568306756b3fbbfff46499556cda83e7a553bd43382c3bf39c587cd8
|
|
|
docker-ruby-nightly~ruby~2TTEKB.dockerbuild
|
101 KB |
sha256:a43989b9660ab9f7e492b2f8e1d1656f44e8513ce283f877da3bbe0690f87fa4
|
|
|
docker-ruby-nightly~ruby~2VP4O4.dockerbuild
|
103 KB |
sha256:428194c699f33d057ec2425dc90066421a7140e4f89c00497a15f37dadfc1f00
|
|
|
docker-ruby-nightly~ruby~4VEZWP.dockerbuild
|
153 KB |
sha256:10141f2b25abab96b156de0ab64965062d7e8bd47f93b8e719a409abd7b883d0
|
|
|
docker-ruby-nightly~ruby~5COL7X.dockerbuild
|
121 KB |
sha256:2213efa3d1409afd14f40c4bfadcc55a8d56f77690e533e7b557754e354fefd1
|
|
|
docker-ruby-nightly~ruby~5FRYJI.dockerbuild
|
116 KB |
sha256:c40e48085ce2a9c082bb7d1fd7ae52e562fb63066ed84be17c693d8ce875eca0
|
|
|
docker-ruby-nightly~ruby~5ZYQM7.dockerbuild
|
134 KB |
sha256:73162680e71df49836579ce156e0735b84e4c538581a1f07310e0838229743e9
|
|
|
docker-ruby-nightly~ruby~8EEGQF.dockerbuild
|
113 KB |
sha256:a839996b73e02accc90719d287117b5f74fb77b87abf2aac71498d96d463a384
|
|
|
docker-ruby-nightly~ruby~94M7K9.dockerbuild
|
102 KB |
sha256:2d742df379bff744dbdfb62ea1b59b43f107ea26f31d83e213a6d72b8f71854a
|
|
|
docker-ruby-nightly~ruby~BLGSIZ.dockerbuild
|
118 KB |
sha256:c2c2d75c215db761b8cdf49cf5e518d525b55558752f7203ce795a692858305d
|
|
|
docker-ruby-nightly~ruby~CIJE68.dockerbuild
|
96.5 KB |
sha256:8c5bb213f7b5d241d1a569da5f266f11dda45ec4cfb7c1afa333926b1a05cc7e
|
|
|
docker-ruby-nightly~ruby~CNRNIC.dockerbuild
|
125 KB |
sha256:d41c3a9ee36fe6e521ef706301ca88d27573e7163146b6b451c8ecddc33447d9
|
|
|
docker-ruby-nightly~ruby~D3IM35.dockerbuild
|
104 KB |
sha256:f79c7b0e4de4fba7fa35ca829d42bb53975dc38c777aa43394bbbb0505369784
|
|
|
docker-ruby-nightly~ruby~E0S6TL.dockerbuild
|
122 KB |
sha256:ff3758a1cef96ccb0a6e1d348a37268f0b26d76ad5f5707a4a28182bfa30e06b
|
|
|
docker-ruby-nightly~ruby~EPII0C.dockerbuild
|
57.6 KB |
sha256:f55a3facce772d181649f3fc152d322b16e8249376e770e1a32207531050c0c4
|
|
|
docker-ruby-nightly~ruby~FYT9HI.dockerbuild
|
55.6 KB |
sha256:275cd0ce495361edbb9c8f9cd380e1b3f6a690e93bffa33ab0e3807532722a76
|
|
|
docker-ruby-nightly~ruby~I7B8IL.dockerbuild
|
97.9 KB |
sha256:7b4b2c4e4bb23ff3af94e93ebbd9ed92723b62ecf8051ddb391cab596f673353
|
|
|
docker-ruby-nightly~ruby~IBY61K.dockerbuild
|
102 KB |
sha256:7aa2d224aa77092598553710d35641dc4249e5fc003737e3086053ddfae68a5c
|
|
|
docker-ruby-nightly~ruby~IL3KTP.dockerbuild
|
125 KB |
sha256:a2e5adeebb455983b8ee7b8908616160e85f4390f82679c2cd013f14eed4aff6
|
|
|
docker-ruby-nightly~ruby~M7DK1T.dockerbuild
|
99.6 KB |
sha256:1e74945231cdd3fe327a5be99d53940a18bb64e60ad7777716dc3f7aee265dca
|
|
|
docker-ruby-nightly~ruby~NQGS42.dockerbuild
|
137 KB |
sha256:8b23611aebc53a30e51637045a0a822d15d4e06711ecc4d98d083dff80dd0a5e
|
|
|
docker-ruby-nightly~ruby~P0U0CC.dockerbuild
|
101 KB |
sha256:e7aa13c440c088aa1402f5ce65c4e06b9da34b1ebc629e30faedf171446ca0f0
|
|
|
docker-ruby-nightly~ruby~PQYC3O.dockerbuild
|
98.9 KB |
sha256:1f237d2db507cce4882b39240ea57bb58386d975a8224695b208a2102e447321
|
|
|
docker-ruby-nightly~ruby~QRKNVK.dockerbuild
|
98.4 KB |
sha256:6ee2c05f0212b3f02cee3ccc20a3212da4a84d6b4d792001f2cb2636e77f58a7
|
|
|
docker-ruby-nightly~ruby~QTJ11D.dockerbuild
|
99 KB |
sha256:c7218c9cc919d879d6046d230a5a029516ac6c808a797e003716ead4a11a46a4
|
|
|
docker-ruby-nightly~ruby~QZ7IYS.dockerbuild
|
104 KB |
sha256:18126bd663c0b7bd7ac9017f0af3806d2ac9e7b85ae9b885d593246d04f65b47
|
|
|
docker-ruby-nightly~ruby~RHO175.dockerbuild
|
122 KB |
sha256:abd545f54280ca3a3194c78aff5b121c2f6481cda5b2f705a548319adf2f30b8
|
|
|
docker-ruby-nightly~ruby~SQSJFC.dockerbuild
|
159 KB |
sha256:46bdd0b6d3c4b24c09e6efee6efd4356213eb5e8f1d318a5b98b023507e0aac3
|
|
|
docker-ruby-nightly~ruby~SSD97V.dockerbuild
|
128 KB |
sha256:a9d86aa3730190e770eee77709dcecda13b2363ad9f693f3ff16d4cb47079d40
|
|
|
docker-ruby-nightly~ruby~T5E4WZ.dockerbuild
|
103 KB |
sha256:803a476cabc09e8f17346ddb91b7f8a1bc8ea899633714f77dede00fec255707
|
|
|
docker-ruby-nightly~ruby~TX8JVO.dockerbuild
|
103 KB |
sha256:fef4587ba8e9cb32e8f1c52edd4027265d9689cc9a939410b929e645b24bd6f6
|
|
|
docker-ruby-nightly~ruby~UWYRCV.dockerbuild
|
99.4 KB |
sha256:63fd4465e1bb9f8583c96b4780a392f2ebecebf4eeaec336eb3720542a4ed09b
|
|
|
docker-ruby-nightly~ruby~WKMMCG.dockerbuild
|
124 KB |
sha256:79b0286a031d5a477f3308704303d99a2c80aef2a96453a80358912354b2aa28
|
|
|
docker-ruby-nightly~ruby~WZRX40.dockerbuild
|
102 KB |
sha256:ed7bed0b2d9caedaeb51e1ac052e99043ae038a1aa299b2b0c89c61891d10e43
|
|
|
docker-ruby-nightly~ruby~YELCVV.dockerbuild
|
111 KB |
sha256:567af09ba3a009b6c7a3fe40ee01dcfd31caaa72911ce1836835c02c926cc0f6
|
|
|
docker-ruby-nightly~ruby~YYMCGC.dockerbuild
|
102 KB |
sha256:ef27c9e0a1f09d9d0cbc766810688723fbf101b0eb533b6823d30ab5628806e2
|
|
|
docker-ruby-nightly~ruby~ZT8ADY.dockerbuild
|
103 KB |
sha256:1979119f639f34992902908742048a8020fcef2b182f9bc968e40cac9d6e284c
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:f1786e1cb0a6831d5b5eb821b2b24a7547ce50f5363beefd6c31013c9a41b139
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:6828ca7e73fe7a22c1c0f5806658b7733a9e7f9727dcf9064acba335e2a6032e
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:87acb6c945cd9af4525d28801c2e33944a6b81d4925fd876f1a59409c9b1d007
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:60ce82441dcbcb5d06f527ecb31e002e4183d51d9f8d7f8974b2eb1230e546e3
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:6d95543329c965ba0d2783a3dc044f683cab5539bc1db71cf0585b043adfa494
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:a3994f67314d248257e3c8a7b8d97db8f4b536b67370a93f53f0fc62240c3747
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:c201102869ca2b717fca1385bd77191278be0924b55578ab912f4ac430299036
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:820d754323cff91e5e564495e12ebfd8d0113b243e21c6d9a75c224fee7c36c9
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:c40525eed24e02da08313bf9da7efdb5ebd9bc6f1ec36c4a13f84b2da901a799
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:14e714b4654b64cbaac3dee81c1b4b717f56c1ea45684375415d2aece7765548
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:3cec4b86ff04939a09acb9cd9bd220fa8beacfab085069bc67dd7fab62d01fd6
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:fd549ebbff493608b4930008774259674856ca3fccad0ab4daf6fbf92ec69bbd
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:8a332364a3ecaebd3be5de33d062d178b5069e68c19ff571dcfe0f7c547156c8
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:e653d5816364bb8c1c58c3f79d3dd4a4eb4469f0864095d168f1d3bf5a009510
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:a8109f36fe9d596ea2d39a26d946c63780049c063b350e6202d8e9ce24b41d55
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:1575e5c8a652df6fc0bc2ab793f38aaeecedb0d4f3ca01e8f09017e7d5f42da3
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:de947169847e5adb8daca93decc6820e3a17894b5dd474ca39a7d3e91fd6a93d
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:5b2d4c3402fa4344c83957e5dcb5c5a2e697c4033e151760465b8c1dacd0f9ae
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:23b77e90684fff4b4de085367712729abfdd23582734f69a3be12740908f6777
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:3383b78c439d44c06da3023d8993a4de7e15e8cc9a93524b83ca9ec8f7d2ec5a
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:80984469ba63093d5c77d93991b010cb2e87ecb6d0300e3a194a722d8ee3cce9
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:fe637e2a25cfcfa36eafbc34dee98ac7617270944b66d7a594c00a07f1049edf
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:3b480e7ed5c5b51fb653676a8590b668078edb6f6479964a99d8b57b7f92e6ff
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:05ae38c5cf00e257ca236cf3d607fb2cf4a2d2d0171850d733f078ae04dd8961
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:78395e87120e44f660bf52732cf77f4a55d20438d9e71b91e3ad1437daa2916b
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:2ca6fb770224cc86e15cb0ce508ed0b7ac0bdefedb97f21750cf7f0063d6dd1c
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:239e69ceb2620dcda6ba88e866278d03b88e02571fb3e48377c1027a8913b801
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:9255b0c6772315218f11bc6660a5bfb4ffe108f61208dd9da82dcfe69db86e8f
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:7f43df77b9b7d822e43b13634c3afca7620cf03130341e45fd86f1b4f7a8aeb4
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:2a12bfbbf92d8cbff4001db326324a976fae5d665df630b6a2ee9402c84d1039
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:02eb5457dfddee7b114df15109efa1b618b439bf38a74c629f5d1eb50eefd8e4
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:d22d120a7939a3fc69f36e51a3cdc6284aa63fc74427e3883817ff819b4fa058
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:e51baeb2d9cd5be0f167bc63ec29004ccdd516caae73591fba0e61de783ec034
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:962c16e87e34876a2467869e91b1f382ea1ff467122dd985e1fd871c3157cb8d
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:4adddc575528ccf3642c19b8b9b3ebfa09c24675e1ecb85d967320174ec53198
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:4b0fc23f2188852e04c1876578937a5628dd746b540cd6e5003ab3b1175bfaec
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:f49512d1aafcd8666ff2d712891061a50424724e32bebbe3cf87707d3dedc157
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:5d38c3263bc120361e6cc2a7fc7903ff16c9def7d609e9ac055dfcfda9ad8040
|
|
|
snapshot-master
Expired
|
17.4 MB |
sha256:8e803b937458af5bed586abac6f9444ad2f230b835c9cdfcb262e5766e89713b
|
|