Docker Build #860
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
|
|
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:
|
|
trixie - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
trixie - linux/amd64
Failed to restore:
|
|
slim-trixie - linux/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/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
alpine3.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-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:
|
|
alpine3.22 - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
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:
|
|
bookworm - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
bookworm - linux/amd64
Failed to restore:
|
|
slim-bookworm - linux/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:
|
|
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:
|
|
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-trixie - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
trixie - linux/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:
|
|
alpine3.23 - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
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.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/riscv64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
|
slim-trixie - linux/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/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/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:
|
|
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:
|
|
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/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:
|
|
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/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/riscv64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
trixie - linux/riscv64
Failed to restore:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:efa15a0c30b2b883db25b9dc8d99b6ef1a05b03bf6401c3d1895368364158d1a
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:9e1e0d86253157ba01215e5cb689374a20c667a50c706a78546f0c6eb66026f3
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:54db6816c1fa18d134d7e895803ecac20a04cd37e0d8c3dd533f5100a444a8f8
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:e9c34e2bd2b27a22185fb786c39862328f52ac4645b3092b8d73e66a42ecd1ea
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:08b400d0d047e5e1aec1db3d821e952bdc172cc94ac2061ef33416fdd6c15134
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:a7b0b1d7d915f70b498830fdd74994778884653dcf339ba91834a489ae588129
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:68ec33f69ff8f2fc1ef63e3ef59188774c95f59e875ed37d75eb90f50405c49d
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:85736d395525e829b956b91dfb89b5e5ef8f97f7ccb884bc6feee81d717d2436
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:c14888456773969763156fd7ec105471c1081a7c4a91349db30ba9603af8a1c3
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:eb37ad54e4f75b824488b3b95ac2b4207990ebd590851dc9e831d1b476c4e3d8
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:7f8e1fc8f26c367b93110a31243127a6d6aa3918277b96c778104f6c9491669f
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:0bb30e7b2791c58d354d3bd5d79b8ad668de1128c03168928b24a6438bb9d83c
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:3205184b0d83bdb31ac68899d4c9ea043bff5ac75566207ef2eda6069fc1bfd9
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:7c7943cd0d04208a0078fe98281ac29c504d7500adb077717079e87fde4efe27
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:a9c37b3902eaa8c47d138df504321e5dffe3b42d924486c7ed8416f30f7870ef
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:2ddc846fd59979e93e037a7b4870001aa66ed40582937b768d77d41a8fece5fb
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:97c1f75f5439a152795031b1b38f7dcc0d948a8ea35809b3083fb2665ea9e4af
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:d7f3abc7d72d335503ef03a6f66f847ce281899eb1c1e08c119fdaae2e66d65c
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:e34158b311f9169f49a61008ce38660f8e1db5bff843b5fe46859a18e0bbe764
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:a5ca05fba27c62a3d01580d98b99e70c735cecef9962abd0bf3a97c0b69dc654
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:c6273203fa63e72ed9fe84400cae20f1114a87d934cb11e9f0a0eb342cea6e2a
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:fd7cb95a8cd8aa742b862729a313da22e460bb1efbe7ca820565a2b2ac522b09
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:dac4afd6a8fe04feb20de00d5c8d4493c075738d01553eb1cb977b7e8115fd22
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:3502e1fcffc47c91e234d68b11850b2f89923910d4002e79d6fcdc1a00e72a6f
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:9fc3d4a54209448a40668f4e859c8082a559ff02da1b39a328c85df564f65c89
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:6ece8ee6a29c5800d77d4676a83346fcf712fc8c50a6df7936386e4974274afa
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:e06127689bea3a4e4886d61864fd7a8882289f786f7996a23b3878157511444d
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:ddffb5b6113889d5890d692ddf1bd196dab266e94115d598fe238f8b5ab09655
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:d9649a5dead0a5cdd6e7fb565e24b69099b0b44df5a86fd52c0eda70d3464743
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:4c5dab7123b64b0516b78fc570681985d58e99841cad12031aebc96f6ff98eb2
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:2005552d4cb8bf67bf1ff87426da45e113f23a3dff127e5e4f7d24b3993e865d
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:4d4d7215a20f1396f4e9339845c809dddaef5b3b547df5e11b08561d78f55648
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:afc78d6705908a25e0b22cba3fc20b5ba3d2bcd08501a4b6602f6dae72f9ad80
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:40f164f80e169b344c1854fe3f46d56bc49c4028389a6fa4f22e0baedffb4440
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:bd6a7d1d291ccf92cdf39569b343399ae5e20117858bd6575448fbc8b767cc7c
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:edcaeb7dfc9bc6262a0f0284553087f1ae9de16dd61b2c8ee3660e3a082ea943
|
|
|
docker-ruby-nightly~ruby~2MT1OA.dockerbuild
|
101 KB |
sha256:8921fa72727f193a79a6e866d550e1b563b27e379a591941f3cab8942b4ff798
|
|
|
docker-ruby-nightly~ruby~3WHSGY.dockerbuild
|
111 KB |
sha256:b29173e490ba7e6396441d2db0417f6aa354614f23fd190de00acf82d0a046b8
|
|
|
docker-ruby-nightly~ruby~9YV0A4.dockerbuild
|
126 KB |
sha256:6c0cea54cb0d1191fbaa55f1cfa045b828c1bb2445b4f446958cda152599a748
|
|
|
docker-ruby-nightly~ruby~DDTJTT.dockerbuild
|
140 KB |
sha256:ecf301c71a96f8fe501bdef6a096487470350f484239d700ba89678716a6e3d7
|
|
|
docker-ruby-nightly~ruby~DMSDJ5.dockerbuild
|
122 KB |
sha256:4e78a5bbb997ac22b75a3e4866a40dc1ff2ae4a55a2f8537c2ce6253941302b6
|
|
|
docker-ruby-nightly~ruby~E0RDL0.dockerbuild
|
95.9 KB |
sha256:b12a74fcfd2591796299537a1c794dfa8291655e35f7cbf14211f1b2ddb201a2
|
|
|
docker-ruby-nightly~ruby~EKVZU7.dockerbuild
|
116 KB |
sha256:932b70d8ba542b1585fcb1de412c8e50dd6a199cdf0662513eaae68e68679728
|
|
|
docker-ruby-nightly~ruby~FML2NN.dockerbuild
|
104 KB |
sha256:46c90459becd73bb79b378b459d3f47ea539a92b6cf44262c1731e709a84ae8a
|
|
|
docker-ruby-nightly~ruby~G6S3XW.dockerbuild
|
105 KB |
sha256:1e38a4fcbf6ca4686315116ca21423cb169e6670860035fafc83d5480fe28c07
|
|
|
docker-ruby-nightly~ruby~HKKB51.dockerbuild
|
121 KB |
sha256:ce9ec483e884a063fde1c036b856c2b515037cd4056bc0bba3d38c530e236471
|
|
|
docker-ruby-nightly~ruby~HXDUJF.dockerbuild
|
130 KB |
sha256:cbc5e42de0c64671f6e0ca67e2596f3c87af7a39294790acabdcfadb415005a5
|
|
|
docker-ruby-nightly~ruby~IMW0SY.dockerbuild
|
113 KB |
sha256:feb689cd4ec027812aee0cf6e35003e43702fb98db8a2b00ae46b05f4de697f9
|
|
|
docker-ruby-nightly~ruby~INEGYF.dockerbuild
|
124 KB |
sha256:2236bebed27f1f4d6e8e45aadafca476a8ca8d9b0da1123b6e27aee87f861ebf
|
|
|
docker-ruby-nightly~ruby~IQT8M5.dockerbuild
|
121 KB |
sha256:597108a19bd121eea4ee6bb7e576ff31f7d3a0737018d022edb5e030ea5d5d6f
|
|
|
docker-ruby-nightly~ruby~JEPXSS.dockerbuild
|
97.5 KB |
sha256:efcb5e60982c39a3a1a01bced98e0ee914027b49a66e6e58377b39624f7b10fb
|
|
|
docker-ruby-nightly~ruby~JMQ9ED.dockerbuild
|
101 KB |
sha256:1e6ac8a4d599602d1b6e12a529ca2c39dc5ddc0c29f9895676b6e9ceb4545d83
|
|
|
docker-ruby-nightly~ruby~JWO61B.dockerbuild
|
105 KB |
sha256:72f4bc009916bac0f4ab3b52abda945b80d434332e932ccda66e271810949681
|
|
|
docker-ruby-nightly~ruby~L96P90.dockerbuild
|
104 KB |
sha256:299ce2fac9d7abeb7bdc116271cc7972f68d914ff1c7a35d452a3b35876e152d
|
|
|
docker-ruby-nightly~ruby~LKHCVR.dockerbuild
|
101 KB |
sha256:fd217fae7a892d728a8cfb56cd407805c41a9d627ac45d592aad237dd0f6fcc7
|
|
|
docker-ruby-nightly~ruby~LKXK4U.dockerbuild
|
101 KB |
sha256:bcbd03211710672b7c8a3ac61b4735412a81527b6066e026d5e79479b90a3814
|
|
|
docker-ruby-nightly~ruby~LSMYSL.dockerbuild
|
99.5 KB |
sha256:6d54477aa6d300eeb4fbc7b93cb12f0cc210d657df6e477683e5912e97940b09
|
|
|
docker-ruby-nightly~ruby~MBJPGG.dockerbuild
|
101 KB |
sha256:3cc84effddc35f1b70554162ff66f64556bfb7f5b0c0a94096eddff308eda340
|
|
|
docker-ruby-nightly~ruby~NIHWPH.dockerbuild
|
99.4 KB |
sha256:6924db1278f24567e51f1d21ad5f77c2d8d0f835dcca1e7f2956216ee4084211
|
|
|
docker-ruby-nightly~ruby~NP82X7.dockerbuild
|
155 KB |
sha256:6ec4283af4dce61c0b62f3e761f67327ff676780394537be8a121a13ee3197c1
|
|
|
docker-ruby-nightly~ruby~O4H4GV.dockerbuild
|
113 KB |
sha256:d74203fcc1926eb1019ef9ad8ca9abad3986e2e15f5332adc11d9de668f12b12
|
|
|
docker-ruby-nightly~ruby~O4LF6H.dockerbuild
|
151 KB |
sha256:7374963df86a4125f346ec1a4521c4364bdbf977863f56a1414ae2b039aab6c2
|
|
|
docker-ruby-nightly~ruby~OTRGG9.dockerbuild
|
103 KB |
sha256:ab91bedafb9b135f693b4033298d9f90e48f2de6c69fa69680a1d92823ea6c91
|
|
|
docker-ruby-nightly~ruby~OZMLFF.dockerbuild
|
137 KB |
sha256:7c5f504c2ef1752b0b6d6c098ce694283ff7e35733d91aee7c3d207ccc448ded
|
|
|
docker-ruby-nightly~ruby~PFEA0Z.dockerbuild
|
99.6 KB |
sha256:14859a2936ccb8df79592d8f9c4015999c4bc6e23f3a87a46b12133b237841c8
|
|
|
docker-ruby-nightly~ruby~POO9NX.dockerbuild
|
103 KB |
sha256:64409a323112eca8718974422cac772f7ec1c0583875ce947e922056405829fd
|
|
|
docker-ruby-nightly~ruby~PR580A.dockerbuild
|
59.8 KB |
sha256:e26220b6eb48576bbbee170af80fa8a37bafb4caa5b2604eeba6f4ec4583a676
|
|
|
docker-ruby-nightly~ruby~T00P8J.dockerbuild
|
100 KB |
sha256:b1711be2d4ed96a54eec3024c88313adf4387f7d9968a3172990f9b9fc87ac7b
|
|
|
docker-ruby-nightly~ruby~TG9AGC.dockerbuild
|
97.9 KB |
sha256:c910607bd9b03829e57733926d7fd81eee20c48be944da3f6670fa6c20aa70f7
|
|
|
docker-ruby-nightly~ruby~URKUOL.dockerbuild
|
59.4 KB |
sha256:ef411b88a891fb19415e4f15cede9bc20afafaff099696798f9383d978fe6c24
|
|
|
docker-ruby-nightly~ruby~WSKAS0.dockerbuild
|
102 KB |
sha256:948b6c9b949f1fbc9fce1aacf6b8f24f3747e13f2b0c021d573285faea8abb42
|
|
|
docker-ruby-nightly~ruby~XL6C27.dockerbuild
|
124 KB |
sha256:832fc4820efac3cecf18c630108bc79b2f8d84bf230d46e4bb1d0466473c98b6
|
|
|
docker-ruby-nightly~ruby~YFOCQT.dockerbuild
|
103 KB |
sha256:fdc151f33d1f4134ba0a90abea99f10496cbb48d3e0021dca411a30223f6ccfe
|
|
|
docker-ruby-nightly~ruby~YYFH1D.dockerbuild
|
125 KB |
sha256:dcd0f19f3cfaa5a5f2de308967d00944fc1e4a838622439bd292b93d1a0dfc25
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:e2912f4928c2247f591a8d09d4a363a80de11c7531eccf6ef97fee5eb6d71458
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:db13cff10b43f7ed81d94faabb8a67b3c97270fc800de58b5bd7ada95f3d2cd6
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:0dd50e91348a9494b2c9a49474194d13628447d65f1bdf6bd502e10ae9f65778
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:ee7ae0adc2357eae806c58377ecc0ff396232b65ce433fa5b77ebe3be36a02da
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:b7834019bc121bacdac40d06c97658a992335a3641c6a9797ba3864d1293cc51
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:fa3bc36449418a7cbce4efb432f355d0de14f839fefed685de62265b70afc7b9
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:4e48064df34cf6764dc358ece59db0682f20ac85f3c0dec7cda9995e6f5e9762
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:7958916d186972a341c51d751ec2761053083ced733f92a2d6582f4a97310904
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:733494c962d0aabd545451d4b26659f9a4433c9c1278708ce2a9501d54a9a1c5
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:013cc76c72fb94c1455a9d904c0ee46309fd2f4e31a32512737a42ee21b9d548
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:6182370ba0f8ed314d6edc4af36a124c42199bf45be647cb9ac3875b4e5b2c49
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:777e0de012054de7f9abc4f42dcf1506a9fb8039cbcd92761ec5fa29bd4874ea
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:1656df87f0994f1583506bf060a95352bfa015f5c667a09e2f4a3b99864d0b65
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:1fea8e7892bc99ebbd841f566582a15a107f94bf99847f2dbca1e324c2e4d701
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:c765b02d2cb1155c4972c44e6d016581695a00e901860641436b384d6cbe9d7f
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:27f2ea742df85778d9a9c881612e72f1fa829ea9296c542053fa5197aafd9b72
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:b1551f87311d65773eddf56ffb7e8231ac5129824817c87285c67c1122d8da51
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:a77b09a07e469d7004a02de1ecdefbbe8ebae46c0d2bf85f6d4fef7539ae7868
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:7231749a84942625f5dfac95a2bfc3f9a90cbea7c46f5af6b660719554a88089
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:a1e9241a36df68dcfd094750c156e506393ae9c171fea8d4c40081f406c66742
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:11f6ed5f092e963d1786df5363e94edd99872f2f85d583179dd119162f9ff279
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:e984c5cf4667a756cbf171ae73e4e09546e04edb0319072cfffbe8ea5664f930
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:99c8b4f2ad1f7cde06df2da5db038251ef3e3d46f3667da83f70cc8842e99a07
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:d93cbbe3c8d16bc6b83a36a8a2746eb13662da08abbc0cc2a764fac88926703b
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:7a11e7363fe6947d94eaa4fa54d19a36816187e895d283c7727676d0a00473dd
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:fb1c80a589840acc55dc508ca982d334900c29ae11e38e4083450b38342a512f
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:cd50e89b3b6efe443a03071c92b9e84a0d64b15a2ae3ca6cb516ad6cc9f4d7df
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:786f4a775f8f95d513987ad1efa38817a404e432f678a5df20936cdf04fd2bd2
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:32ecb79e2932ebf12d100ace932fdf613a90115c57db3e37bdba8b1e2af56228
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:a3aec47dcc31b1d590c572c03504e38e08310a8cedc1974d64d43d35ff6a938f
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:543e3d2780db78ef06dcc8de3a92c0d41c170080e84ea81edc40e9a4d0db5c54
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:8066149cf5d3a1f0c0f6533b9144389e27eeaf13453e8271598af24f6eba3d5e
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:1d81c5d1329f901031288aad1d239e9ddd252f1b1880ab8ac46b94c5640585d9
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:f6c506a12c1095c623af4a9c282064423833cca361d0b8eb606f81fa7ebfe1ea
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:3db77db75ce8ab270d5db2da5d970bb00844deb3172331142d43cb6f6fac6b07
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:e7d5bdb605b278fc83518b4da1cfd2a66d3359817214eb3ea67d5ad09047cb5e
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:c9d6e6c562bc557e95cc44bc353aa08ab302ff3b9891f620fa3b8c7059de875e
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:17cbcbbc5b6307bd3b35f4eb17d31f0671e7b78ddaf01ce8cde2f9e3f134eb52
|
|
|
snapshot-master
Expired
|
17.5 MB |
sha256:595298f4f449d9e0799af1030ac94cb518b216f6131f9fb5ec3bc7d1f2d1ade9
|
|