Docker Build #890
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/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:
|
|
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/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-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:
|
|
trixie - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
trixie - linux/386
Failed to restore:
|
|
slim-trixie - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
slim-trixie - linux/386
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/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:
|
|
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/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.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/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:
|
|
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:
|
|
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-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/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:
|
|
slim-bookworm - linux/mips64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
alpine3.22 - linux/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:
|
|
alpine3.23 - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
slim-bookworm - linux/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-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:
|
|
slim-bookworm - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
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:
|
|
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:
|
|
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:
|
|
trixie - linux/riscv64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
trixie - linux/riscv64
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/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/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:
|
|
bookworm - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
slim-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:a8b35a46650147f57814ecab8d21e26dc03030607edaf6ca092c2f8018718285
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:779bc3e26df19d8884261bff890f3913c940e1e731ffbd8dad4206b0d1c46de2
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:6cebe324e8163f929f03788d1c9ac62be5fcd0e8873bdd6fc18dbf67ccbbb04a
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:1ace2a1b596dfdc7ef6911119642a43a2ce5e3d03f6bcab27321e0993dcaf9b1
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:9980f13392951ed2d31297e98e17640d64a0917d36ad28b0127aaa89a2a8000a
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:6989fd44c33f4f31303dacebe0dffe10d6fe8d907a200d324a5ce31ef5a2658f
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:27a6680288e0095e954008325128f91ef667a0d5f1388d08d7b5b5481af4e493
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:36156a5b618b44e94f1deaa4b25c43084765ad380202ad304e9e79ac35c1de1f
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:573ee2a0a8657d8114436b743aa545fe996be8d186e66ee7d93ecbca2e8e44e3
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:400d012c08806ce7dbe5713e13e6d3f153747933e0420c469347a71fbc83a711
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:3acab55ee9a0a31c1ab21ccd947b2305494f6fec249b8f623f517349dabd9883
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:daead70c70652ce2edf9ecc2abfb4ce87dbe65e9ae02991fca3613fc23404b9b
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:95489e49f887ba7ce0922fd4a482a7e37b56aa642b407d17ce1d4993fec28992
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:f35d34d0af84cd09d29ea81b45e47f1c58b43a9fafae88d1ee6f39c8119fbb5a
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:4569df5290f8c1c2e23ba01ca5bdae256978affd8aa31fc3e359feca115d668b
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:a5f08af69243d65b4d905f4ce45560ce1c187b4e49ea72640f65b9668e60798a
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:16f3ad2230e0b4c4e5c6d549fe447af61a35f93ddb8aec0d6c570470a91be4e5
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:77b0be22b58fc8740422bb1f646ed9d82fba285c459286ce36b4b638fea35f93
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:9a79ea9cc20fd056b280044767f3d59355612359198658be71d9e081c2bc24f2
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:98b6e6da0f5a1004f9b2b1f61b4107a24fc731211223e3da6688b516df11f40f
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:8900759aa60a5c354580234cd6e9406b58692b1642f97aba32e84a8850867c90
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:c920bb10cd02c702f7f981c30ccef3e099fa03d433f3f7c3e6c6247d267ce214
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:6210a5b58e145e66050ef4234c2a1599232ac243c5daba9c4f8d4a3ef8bf7f8c
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:7ee4d63dad7fae680a2044a6ba6c05e6f612bbb25129384d5f24c418bc252547
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:2eb40ba5daa05e91548b0ab748453f53efc02900d8c43b86b909760791f076f4
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:cc6d90c109b9d891f38d36d6356678df893464ef3b9789051236c2175ad0eb7c
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:83780f732c6c708d2272502d1e88308d64cd790195b4d06920307e3dfc1b4309
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:98c78ddb4acd46117e92d1f6877047c6b6dfab5268819888bd2a6f50bea63a25
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:cd3c342cd0b3224bc945bcf68f1f87bd553891db8184f7f346f97c9d2b6fa33b
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:35ad54e37b6bb1605e9087ee33790d5e3d4de6530b32a3a0479c209ef75544b1
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:1c4ed07fd4dbe6327e2fe28166d7f3874b98e08d14fe1d3356a41f33503016da
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:a39845d6fcbc36f56ce6508b52ec3a7c0a78cd20012b59f83ae98764916d322b
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:c500753ede1293edfb38c23af13ae04f1405b2c0e6601748e924c158f89a68c1
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:d5255a2ac6238203feed8e9bf1b86ae3ac6918172bde0e015040f264094a1aea
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:1a45352929af5dacba7b937e408e7c788aa9b4843b886bb3cb132476c3a22b58
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:9247505f0f1e9d115dc64cc20c93fa4c2cb43eacf15cfe0921a374a321da45ec
|
|
|
docker-ruby-nightly~ruby~0PIEQT.dockerbuild
|
103 KB |
sha256:d3d3d5479f8b38b96d8f53c3796b32b54dad1932f009ddf67fc2082ca378f455
|
|
|
docker-ruby-nightly~ruby~0VXTXN.dockerbuild
|
116 KB |
sha256:cb01649b918fbbeee96161da5a62d4d083267e6433f78527be37a961b7979c2b
|
|
|
docker-ruby-nightly~ruby~13PLJ3.dockerbuild
|
99.1 KB |
sha256:531a7b0eb3f55765b471cbf421e1245a2d3865b81788d7b6409196f0b03e2a95
|
|
|
docker-ruby-nightly~ruby~1FCMM2.dockerbuild
|
97.7 KB |
sha256:ce4dd5cd43c28c6b9a2b394632f287ec783df39ea5799113c9cd55df561e20b4
|
|
|
docker-ruby-nightly~ruby~34IB36.dockerbuild
|
101 KB |
sha256:9acdbf013948be3b4a226d6ec65d1fd2390722498bcbdfe1a7a4883b82bd9d3b
|
|
|
docker-ruby-nightly~ruby~8U2SBE.dockerbuild
|
98.6 KB |
sha256:05e9e05e8c55500990845dc2e90d836411b9ccb3660dd3352bbf7fa30ebcdb90
|
|
|
docker-ruby-nightly~ruby~ANBBCT.dockerbuild
|
120 KB |
sha256:280b8ab0d8d3b7005981c5712235f975b5e7eddefa9775bdf0e443494d63ca45
|
|
|
docker-ruby-nightly~ruby~APL4PB.dockerbuild
|
58.5 KB |
sha256:afc6f83c9e87d080f6a02649c39aed834fee901fed379386d371ffb96e578c30
|
|
|
docker-ruby-nightly~ruby~DUI0TV.dockerbuild
|
133 KB |
sha256:7158f89fd39f61ef7bee9854426b65d937ea8a8fbead9c4c258759d364e26a64
|
|
|
docker-ruby-nightly~ruby~H5VMNK.dockerbuild
|
121 KB |
sha256:82d832271029a272faeeb9f74231f7931c9fb553b2f0a975a6bb3f8c3fe7c516
|
|
|
docker-ruby-nightly~ruby~JD1Y2J.dockerbuild
|
101 KB |
sha256:b12d07c82e0845d092e70c2b9fdcbf3fb537a20659b2f75fa8a6760cb13cccf1
|
|
|
docker-ruby-nightly~ruby~KEDGA1.dockerbuild
|
99.7 KB |
sha256:9522d963f4c6e02378fdc2dc2c933bfc13f1aa3067011b4966153cd328b8ff10
|
|
|
docker-ruby-nightly~ruby~KKHXBV.dockerbuild
|
118 KB |
sha256:d488392ae735d70dfc0e56e268efb2976d8f2a130a5d488df66e89f16eb4eac8
|
|
|
docker-ruby-nightly~ruby~KQITE3.dockerbuild
|
103 KB |
sha256:f78e81d45b4f386affc51a7a4618349ffa3830833f404d2d12d8d8e31769aba3
|
|
|
docker-ruby-nightly~ruby~LTCU5U.dockerbuild
|
98.3 KB |
sha256:c37e32962137ec3155e7c3da0fa19a328a831dcbd5d7caabec607a842959dd3c
|
|
|
docker-ruby-nightly~ruby~M4TV19.dockerbuild
|
98.1 KB |
sha256:faf53d535748a574c8c7113cba91a471066f9dadaaa2f3e28dfdd217bb427c4b
|
|
|
docker-ruby-nightly~ruby~MSNT2S.dockerbuild
|
99.8 KB |
sha256:fac390e9adc23c4894c1f52daba07a14f3bde6c8f58b9da67cf009be9a9fb8d1
|
|
|
docker-ruby-nightly~ruby~NY7DT6.dockerbuild
|
110 KB |
sha256:6748fa4bd1ec018498a2b89443d75d5dd352c71cb3569e633d2c91b5693189ee
|
|
|
docker-ruby-nightly~ruby~O1NNGW.dockerbuild
|
102 KB |
sha256:05f96366ab6085a4148263b88ed37d05e8aa102f220ef9786dac8764e261faaa
|
|
|
docker-ruby-nightly~ruby~OJUPF3.dockerbuild
|
96.1 KB |
sha256:ef95578a391c20313927008a682e243bfb802760b8d15295491210a3bcd99f81
|
|
|
docker-ruby-nightly~ruby~OL4M62.dockerbuild
|
102 KB |
sha256:7b63eddbdfbb5c6abbfc03027e86ff70263418e516c618805cb92f55da0c54ed
|
|
|
docker-ruby-nightly~ruby~OQTQTZ.dockerbuild
|
113 KB |
sha256:04b207269457cda67283544ca4f66fe81edaf211a76ed78018bc3a0f4d03f450
|
|
|
docker-ruby-nightly~ruby~PCS4D2.dockerbuild
|
110 KB |
sha256:db486347911ebbc7f229c29ba6a9ea3fe64f8e9afd2b1dccad37660d6f2fec5b
|
|
|
docker-ruby-nightly~ruby~PJSSR3.dockerbuild
|
155 KB |
sha256:d25a6575cf2143841617f6b2e305950ce139735ab1a9df06a1b94e301d0592a8
|
|
|
docker-ruby-nightly~ruby~QQPM1L.dockerbuild
|
102 KB |
sha256:4f74eb6f32d0a1631682ea2fa54f04d535486ce0615d3ed409fcb6d9c59b4765
|
|
|
docker-ruby-nightly~ruby~RNN60S.dockerbuild
|
129 KB |
sha256:5b75e0dd0c61c5f227d4671c9ef845ad2fc1d8e37726a20cac6b9a45ed46ade4
|
|
|
docker-ruby-nightly~ruby~RXMTFP.dockerbuild
|
96 KB |
sha256:01490b256a3f28fc5802c7f2c2620fa20b564acf3d8b556b73e1e2e6aa7705cd
|
|
|
docker-ruby-nightly~ruby~TH66G1.dockerbuild
|
101 KB |
sha256:2e5caf4c40d9b3eedc10a7dda996fc2e6715ecdf25b28944a383e39fbc34f66c
|
|
|
docker-ruby-nightly~ruby~TIS22F.dockerbuild
|
130 KB |
sha256:fcdba1b5925163f8666b1c361e8adae17607d2ae69b0b29968b4c5db8dde6624
|
|
|
docker-ruby-nightly~ruby~TR9KJW.dockerbuild
|
96.6 KB |
sha256:e2b76ff42719eda65c358a74b67bb7fced43271177bb5231cab5f973692491d5
|
|
|
docker-ruby-nightly~ruby~TU1SOH.dockerbuild
|
59.6 KB |
sha256:eaa2f5236ee7f646c8b4b88d138fe26a9489883f9c07e58bb2666698367820b0
|
|
|
docker-ruby-nightly~ruby~V9QUG7.dockerbuild
|
122 KB |
sha256:4159e6b263593d335e1c108ea824f18efaf1b02d8b824acb26c5b6d8e3109b27
|
|
|
docker-ruby-nightly~ruby~VOOFK9.dockerbuild
|
134 KB |
sha256:baf09d027ee19e7ebb35ffa93b2221644009432b710a55efda09fdded45ae048
|
|
|
docker-ruby-nightly~ruby~W845NX.dockerbuild
|
124 KB |
sha256:333170422ae1dc171c1e9fcdb9780634481fd49de88e2d41c471a31de0d5742c
|
|
|
docker-ruby-nightly~ruby~WWBP5Z.dockerbuild
|
103 KB |
sha256:68209f22e9879e767c41a22748b6d65a7b69e3e1f6b16ba9fb3c19b945ff243b
|
|
|
docker-ruby-nightly~ruby~YE5L1Z.dockerbuild
|
103 KB |
sha256:66a3f50f58aad5671cdb1bcf0618a246cfc641b5ce1aa651cca1fb01d76f1488
|
|
|
docker-ruby-nightly~ruby~Z4EC7R.dockerbuild
|
123 KB |
sha256:c6e5779ffaa8ecff89af3bea09ec414c37145f0aa382f70dc0906d2c91b1f58f
|
|
|
docker-ruby-nightly~ruby~Z8X5M7.dockerbuild
|
155 KB |
sha256:f58bac472940e3882f996fce9dc3666eed24320ad79cc9e038a2c8401d0fdd8f
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:8edd472fa2154539c4ac68f700221bee4ef5c0c757cf18af0263e8b964123445
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:5cb8eeeb8739cf08eee9b9cbdb2a489340a7e2db09d7d56e582ec3d0a005abea
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:0e3e39b3b3d8cc0117d3e5094d361ece1f0dbbbaae162d7e338af88c14c464ac
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:af96cd642c1844ce979292ebaff22d16f7d67c9fd1990904c8992bb9ee3c6ef4
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:467ccfe08d0f512b463ae4ed8e184cf1eb1d1e59ef7006409ffded070a8c6637
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:209608fedce43ea06768a320d4b656077500532d31b422fec577555d49f64ec9
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:76497a3deb1f645d7425e8a789e4b3040769f9ce8403cf558ff364deb78727bb
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:dbe5ae47de3e945ce5804aaea0b1e2f8d224ab3547a9735351e7c837421a1b1f
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:a080b88dd07d6cb84bfbec5bcb433664fe7ccf1b7caa3eed8406a628aeaf44c8
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:4f5bdbdd4d96c8ae6426cf0241ffcbffd50fc70b6c5877075159b5b6b1f7cf1f
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:df5fce33ce039496a35a70faa08ca075f7c26b57383e5cefc560db680bf0877e
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:799cc1ec2aa08f4323e80f31d47ea5b562e26b61a53c2360003ba3f1ce16fcbd
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:6879921a3d99dceee6a205a8a7a2c974bb38a0bdf1478a310cd6388a616f99b5
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:12761af81b72e478cf9f38a1ccb036ec9d02b5a7842a3a7629a3fb10c280b2fc
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:baeaf580a4c7e0d67feb7fae7b13e86622f97d430520d0cef133e67ec729bb31
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:ca91ea881ddace0ea38d80781252dd8f78f8ce56af435b700e4332c6687f6b6d
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:b5c50fe73f90293e24d94fdfd2c2c1dff04efa4a2b22a1abe6a8b4315c712e99
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:a734de2eb0dd1b36b71c8f31005fa04e9a249e3da2aa4881dda00ee4b9ad6ae8
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:d14ecd2f3081dfba5d3e229c1fa6159d8922336a317d0eeaa84aa100e755219d
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:85acd8437d0ea1e0dd559fddc00bf0a9ca9bf25293775df1df2685d0620564db
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:0809945ad07b47b172bda76479a23ef3e5b98d230997d56cf46ac1615574aebc
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:012a0aa29c5e21987a56ebf6394721e13175f9750b40d43df9015c243aade6de
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:50e372c669526aca8de5b8f563b90b583043570754ee688ff7647a0e909d83c9
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:fe1b66e7c08b9c553374833d935de6061a410d4169ce5359f972c179da2d0fbc
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:a517441ce9bc48c51f75f47de82f9efcb7613bc306793717e1ddf9c351062bc1
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:3221474b8b5e4f1bcaadbb3a4a3659e35e0599a65052f683a803c09291d46640
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:e8124c3b828b735a0a184a98960beaef8e08d7575bae5ebd1404450367391b47
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:70c22ba8ff9daf4a2aaafb7795c51388f517ebe200b4de5f2447c0b66b67480f
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:78094553fc78af6574c1baa394b0c4150d4b005e7674339a69cf68a7528fce0b
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:85407d55dd684b18c0e69c17fe05e9d65065d6b0064155448c2d2a1388e60c1d
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:ccde8b66d5eb4c2af800390d11ac974148156335826a7c1cbe8aa9515dc3d186
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:c66468098973bcfa2dec54a4c08261bc0e6cf802a3abf08d7b22050ac2fff7df
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:4615d8a48a209cee5c97d2a25446bd65ffd4e8788fb660e1a45b639827121268
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:646ddbc2193d64841985fb8c964889f24c68c8bd4cfae203ab3b3d42ac9c8f78
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:43d1e036ea510733111891108d22d37f1bde7783758c567dd699f4b43ebf3d4f
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:2f3399b61e39ba67d52d66554da86834f799f537e2ce31580cb6e16a2b7b05fa
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:c89676be4f9c37568c4affe2c5a68415345c840167e7b317ba38eb8e9b50b7ea
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:3954bb2dea82a6b6d5a5314de2f95aa019084d4045f8293425382dd9a21c01fa
|
|
|
snapshot-master
Expired
|
17.6 MB |
sha256:050fe4412aad733d191ef0b3d4c00ecae0980053d3869e87198dd649acc08504
|
|