Docker Build #884
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
|
|
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:
|
|
alpine3.23 - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
slim-bookworm - linux/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-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:
|
|
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:
|
|
alpine3.23 - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
slim-bookworm - linux/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.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:
|
|
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:
|
|
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:
|
|
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/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:
|
|
trixie - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
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:
|
|
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/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:
|
|
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.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:
|
|
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:
|
|
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:
|
|
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:
|
|
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-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.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:
|
|
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/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/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/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:
|
|
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/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:
|
|
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:
|
|
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.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:
|
|
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:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:1ffaadd2c2919b93666f4b21dd7dfe719e086f6aa4cee17845cc1f167c5c803b
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:dc771e3c490292b00f2e50023e35e8fbc99b570b6d0847f81286fd3088263e73
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:2965d560e5b5d0d5f08b9800e851aa790c24d163c1cbceca9b4b2149e657e2ac
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:7795fa5923bd6e499a4151c1b4d8709da66af73129d9decbbba9437ec459bc2d
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:40caecfbd3f5c4ff05b687841698e9ec9b3260fd3ff885c06dbff6ea73ee43c8
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:c17247a42954a8585ba7166fd17226c318db99bc3794c11d30b660dd7621b16a
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:555a8856cbe27fc442fa3be109e11ca0f8da129dea15f501e64d5831aa679eec
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:b65a42f3c785bb8947f951a6b7e59a90ed3c53c12a03a0ef55b0a67c58cc4b55
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:ddf868a30da52c2c70893412dcb45771c08f0a9366593fe38036851f22561f27
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:8a51e39cfb0cdfeaa358b1e5c39f4f7172b9e5d247c8d51aab6304a78dac86ae
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:eaf2d35757489671984b452e07c1219b67ce3b772630c62bf09581aeb5d0a489
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:8974b1cb0f0360eab789cc32fad2ec21c6552357af43c96d1fe18ec45df57213
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:2cd279149cae6f92fd1b69eeabcc289cd5689625f1f0a6f057d9894fb7f552d6
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:06680160f9effb81a394bc4d5114f07d63e63fbde31bbf38c19ab92f28d97334
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:a481da6b7017adc1ed7c23a6825eea4c523bd0df1ca45f81fd4eae7ae5fd11fb
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:cf6b0aa24bd4c2bd088a3f2f804b651062606a9e38e20663ab1e5d10b5270eea
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:3db6746678b1bf20a152000a429c9592a251d0c11f7b91b029c13ec374901fe1
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:82fd5c941ec051b8bb3e53a5a46eab465e88fa00d8bbd63657715e4e23820d30
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:48edf836ab298b78146ee09f7dd8ff6ed72ebd53a098b57c1643a867597a6283
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:30db4b8647c207de23e88ebda0d650beb739daad7d1ab40b044e70bab575201c
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:b7b20f282b553adf07872b212a798d8c259de08d4859fcbbe8a546d54a2b145b
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:3eb2dcf8d75029f7eeddcbeb47089372cb52b4a98d44597dd0103b5522807116
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:4ca51314335a9c38a10f5e653158723cb75bd97a6bff4539382f6deffac76a1c
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:8ae8d101ac381aab39c93ef06609da006b0810faee444723d198fd04d7ee7eff
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:d683b7ed25d64d070f7a3178127770fba0f643a7d5790dfc1922d71a6e1565aa
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:5a0b9d69d7512b9f29ff75bba667d734294cecaa985e98ffac1ccb854134642e
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:54d5c0ef8c4790764973fa6dc3782a12083ec3b32add16e3962b1fdedb552b66
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:d7a3736e6a40849c756354895ab62ce1c59c021f423e19aa3bce33879ada8402
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:7dc93a47d8b32aa271f8252315e7917506884008faa3eb0368579fb8c6fc97cf
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:6a759a7788e5eff6d2bcbb0adc81828fd0d95560370a2b0df2bd139a1d93e91e
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:af1208f4dbbab6d229b5cc653e5f0e8e1c7eff487f8ffe38e43e144b839f8959
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:185b85ec884379babbaa0c8e9a3d736e60846e112144d4ddd661a3d621ad782a
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:7e1ad3036af8678e5610938deb44afd520a43270b4f5ae5be8cf42b6e2eef86a
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:b8c8e1a9c95c1710521b450483d9e040fcc3387b844bb5a53acc0faf57a78fe1
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:37bee92d1c5059b82fe3a1141521e0933878ff6a59d8ad732c8d9ca7e36f32ba
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:68ba46bb894c4b1c75ee97ddd3b624069474d05baeffd930b51edbef8347f4be
|
|
|
docker-ruby-nightly~ruby~1LSYXL.dockerbuild
|
98.8 KB |
sha256:9285b95aae95d0c2a0d5986117dc5ed1d495520fadd348c3ed609f3c8d0b08a2
|
|
|
docker-ruby-nightly~ruby~2B4QQL.dockerbuild
|
113 KB |
sha256:af08be0e29e4e4fe84ed5b930a7dc837309da1d7f7d3fde0c5915d17d3dbd93a
|
|
|
docker-ruby-nightly~ruby~6BLLG4.dockerbuild
|
101 KB |
sha256:a6fd42798545d9441b000df6440c9d20ad5007d584781eddc07e3eb168083445
|
|
|
docker-ruby-nightly~ruby~6ZI598.dockerbuild
|
120 KB |
sha256:1c6100c72ab1af2b318a690eec8c1e16f0f6831c09925cca256764f3d709fc11
|
|
|
docker-ruby-nightly~ruby~70S2AD.dockerbuild
|
154 KB |
sha256:d376fec4debeb8fc0f12a0253d54b42a5f26aaa2b477b2b9b655c1ed6ad77c01
|
|
|
docker-ruby-nightly~ruby~AJDHWX.dockerbuild
|
109 KB |
sha256:48f6755a182b7d921d670c3dd6547bdbf6b344e2813d851e1a2d870f07312490
|
|
|
docker-ruby-nightly~ruby~C714S4.dockerbuild
|
97.4 KB |
sha256:e4ea7cee76d75a00d4a0093e093464fbd0f57927f74c7bc23b7a7b2c326aac94
|
|
|
docker-ruby-nightly~ruby~CVQVNE.dockerbuild
|
122 KB |
sha256:253ea51d787585ca2df006c43e5360c8c365da98226288878b48fa61aa03a64e
|
|
|
docker-ruby-nightly~ruby~IRJQ7E.dockerbuild
|
97.1 KB |
sha256:762cf689da02607bfacc7100b6b24aefa6c53ce65bfbd6f255adb2656a758e9c
|
|
|
docker-ruby-nightly~ruby~KUY65E.dockerbuild
|
133 KB |
sha256:02ef494bde214cc29b1ab5565fcfcea9bf802d73247376b14d4c8b96734b7053
|
|
|
docker-ruby-nightly~ruby~LL70FT.dockerbuild
|
105 KB |
sha256:2164850e2fb8ce7beec770177330d4a41c22e1f4eba648afbcd1e4f36a4c746e
|
|
|
docker-ruby-nightly~ruby~LWMRIJ.dockerbuild
|
123 KB |
sha256:6e8d0c8b1ca63600f9a7d0880e8e8d8c1ee2ffe8118f478c8269ac0d24f69f57
|
|
|
docker-ruby-nightly~ruby~M0UN15.dockerbuild
|
124 KB |
sha256:0f60596222b7e96b9c2172aa9057c9ffac4731e0b36425b9d5c58a2fb59c3d7c
|
|
|
docker-ruby-nightly~ruby~NP2P0D.dockerbuild
|
98.8 KB |
sha256:27540b353e66c33e3b5d897bc7781c3ff8b0a2aa3b8c7c00e3982f47f3d19490
|
|
|
docker-ruby-nightly~ruby~NVABMM.dockerbuild
|
97.1 KB |
sha256:fa384d382d4ceefcb7c1e3893f05eff75e089c8614ce5503ee7fd8a04a901f9c
|
|
|
docker-ruby-nightly~ruby~O5PIUF.dockerbuild
|
60 KB |
sha256:7180ed03e5c99a65882d3bdbce475d5cb3690e1806429f1fa8739aef247b3443
|
|
|
docker-ruby-nightly~ruby~O5X1AF.dockerbuild
|
128 KB |
sha256:1cc2eec31d07757ab1e9b791af71648f502ca41260cfa56d74375014afec9353
|
|
|
docker-ruby-nightly~ruby~OBJWNL.dockerbuild
|
97.2 KB |
sha256:484580ca976db67a211c8bb55ebf02d7238c5603ec6c4c5fa7ea7822497bfc25
|
|
|
docker-ruby-nightly~ruby~OUUV26.dockerbuild
|
60.6 KB |
sha256:eb4117004ba3f62214ebf5fdd9d00fc53ed7321a504fce75539e64b17d14498e
|
|
|
docker-ruby-nightly~ruby~PVD0JY.dockerbuild
|
102 KB |
sha256:00e3dbe5759289a443804cadbfa5b8b49ee7fb709bec6d65c1d9ee733aae398b
|
|
|
docker-ruby-nightly~ruby~Q2B18P.dockerbuild
|
99.8 KB |
sha256:8e1255a5e8a31a7955b996af8c20c946bdb562e37c5b6192f8a950b0b9c2b23a
|
|
|
docker-ruby-nightly~ruby~R7CLRG.dockerbuild
|
101 KB |
sha256:d79d43aa2887fcd1fa4943d62723227f57f93f07cb1bce3c34a01b192963397d
|
|
|
docker-ruby-nightly~ruby~RCDHCX.dockerbuild
|
103 KB |
sha256:e6567396efd9209a272a822bdc403011870497e6a58564c048738d51468feddc
|
|
|
docker-ruby-nightly~ruby~RK8U61.dockerbuild
|
99.4 KB |
sha256:24c961c6adf7da827fb40451183bce314a817f52abd25e09430408ee34097ff5
|
|
|
docker-ruby-nightly~ruby~RZTM7F.dockerbuild
|
105 KB |
sha256:14a975918ab53614cc4781841c8d46f8849e1f488bc1da022c880f36c0e79634
|
|
|
docker-ruby-nightly~ruby~T3ENI7.dockerbuild
|
101 KB |
sha256:e36c298bec5fa0eb7df77b9ddb211c557ca2377d9c5c8f13b18f7872b6f33f24
|
|
|
docker-ruby-nightly~ruby~TLPNHA.dockerbuild
|
115 KB |
sha256:4f47785a248f3d0cc3e3f683a1f3ac9905c5decbc5b5ce3be873d26f587a5cdc
|
|
|
docker-ruby-nightly~ruby~UBVPIT.dockerbuild
|
124 KB |
sha256:f43b504ef69fa58e56e6f9321caaccabf1d884bee527470b5922cb399e82e660
|
|
|
docker-ruby-nightly~ruby~UCL39W.dockerbuild
|
117 KB |
sha256:8240914efb0e4ab4531100934a13c225081a4db073d5138c44b986876ab7cf00
|
|
|
docker-ruby-nightly~ruby~UUZ1U2.dockerbuild
|
101 KB |
sha256:f56d9c3faea0e7a495d75aed255617376084e5ae51c20b102595f5c801598573
|
|
|
docker-ruby-nightly~ruby~V10CS1.dockerbuild
|
131 KB |
sha256:ac9cc1776c3d8a592996acd730d4198c199865d0af0da4ef0d74a2423394adda
|
|
|
docker-ruby-nightly~ruby~VAOGZD.dockerbuild
|
120 KB |
sha256:62c50e56c2d3c07349fe5fbc90a065c77d2034f98a9cdc8470b3eed1757c874f
|
|
|
docker-ruby-nightly~ruby~VNBI5O.dockerbuild
|
102 KB |
sha256:5a5f988a38c89b57d8c219eabcc2798dd021d41ac40251abce9823fd7c7d33f8
|
|
|
docker-ruby-nightly~ruby~WCRQV6.dockerbuild
|
99.7 KB |
sha256:6e2759775d38c944570ce9dcc98f39c943c0440f01e5dc3dd6803eca9872c211
|
|
|
docker-ruby-nightly~ruby~XLBSFP.dockerbuild
|
136 KB |
sha256:af38f6e8fcae9ce7f13362c54c9e740b4f25a4fa311f3cd9816f5d1c7379476f
|
|
|
docker-ruby-nightly~ruby~Z1FFWM.dockerbuild
|
102 KB |
sha256:e9b457f5773509238799277430285784ab3cc4fa5a9f3f01480287da962bcf4d
|
|
|
docker-ruby-nightly~ruby~Z2UAK1.dockerbuild
|
102 KB |
sha256:70dc12ccbc8b8ce0798819fce7b4a70f1cb8fcb569c5aedf24cfef84f62460f9
|
|
|
docker-ruby-nightly~ruby~ZR1T3O.dockerbuild
|
156 KB |
sha256:a54ed8faf543f2abd9cd99ea4ba3ffbbbc627aa7cd7b5420f86b2fbc3d2de02e
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:c59382493b4ec0c4c0c3ddf93db5fe4fbca5a0fd6867fe1a46fee972fac1f406
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:284d4d6c7c310b58795cf671c04e955322402298e200f7f867e45eaecde3f8b2
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:a93d8d93edc2962e57bc867616fe226dc8793c562819cd9ef6c7ce61a23fbe98
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:a924625285fe8b2fe51a8512a2d0d6c730256e39f243be353fae5b9a5e647b2b
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:7cb6401db64259ac950893613a16ff0f4c47c2aefcb24184a3644f89ac6c23d9
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:afbed7a31405b283ba61c3d79fc032bf7f8159824a1faed32700d70748565b76
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:c0dc6f8817a6f1c5abddd2dc8b16734a59baecb8a1ffde6fa0ef441f701c5eb2
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:553424a0557c2ba38e94a911d837c4f484b6332279888933b652b7f704a5f149
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:86540a967cce7d0b2c8e148e2e4f426552f5d9d5dccab97d6fe27f9262619154
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:0b1114c2c7eb4854fb63c9a3c67f5fa0dddc18edb68b9519782c902670a82215
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:bc1f4a99f12f71d718e0c22af41e3b0e12c80d78a5d82663b38a8683e0b1398c
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:f7ec918e30a42b08ae7a3d1aa9b8b91a8b9402def794da5196f495b24c6a68ea
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:d207114095f38e0e927e9016cacc2a2ae2fdf069cbeffabfeae79acdf31e5d09
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:e7180253b1bbd37a3c7db06771217701d96a031c4973fe874d9da1b8ccd610a6
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:a50332817f943b7f51443e348e30d4de1425ae8a3ea91c63dddbedb4792e750c
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:cec667b9336dd9b4f79b8c7ef7829d56df882a4a9743ce72a053a3ef52973239
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:bf3a8f76d8bcbf37fc98d57c3ba69dbfc57e80989bdd08a0c66d68017e820ae3
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:5f491a754347fc0101e39740f2abf65c4a35b5d2c196bc7ab44c8c9c48111b0d
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:269abd6e54aea3203ecfe6fa2ad2f3d0d84306e6ce195a0cb57cb67691f44e2f
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:f115a3cd5edd742434183052d9c2c8538e1f8585599c77f19d979c6bc0485178
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:c872c2246a197c19376194734fc52abbf867e361ec7dd131248fefb0a61dac04
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:4a8552f186269580dea3b1a05f938f53d9594993bba979690ce8b31cfb1dd86c
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:4657be9b60d6ef0dc3d7e56598ef0544bf484345dc0dbf7bdb0f0c918dafcb04
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:6f8f68dad19665c7389975846a4987e726734ac007909738de5c28cff2a39af6
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:5c7be80446d27106e7795f9eae81ab86e08f9233a31407cc68b0942e075992a9
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:c0a3a79bad86c8a0d10e1edebf2310ddcd14e19f6e16b54352f6018edf562f53
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:da5249f02da317037d9c70b02c9f8f29499c3daa2f91ef7d4fb1984e92c78de4
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:daed50baa6395ebc91ec0da0309a024d178f4146db62dc3bbd82a8a81cc3eb6e
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:04b6d81744be8489835e7330cbcd2ca0c20bfeb26c7eda4a3233c9ce99b22d3d
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:5c8698fd8ec0f6b947ade31ca88251ab4c5e8d5f7a07a0ed2003eb10e0688c1e
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:33adc4227309b5d088ecc53fc2e84a19b3cb7540cf65c9fe962f91d91c62b8e1
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:2e6073657ee879d25107112f642e3020f866d242baa67291093688e633836771
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:27e72c66069eedc122051fd3c8c9a2fce657478bb1cea5b97ed972b6254c703b
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:4e3c52217069b8d974ed410d8fd815bd8a8664459b2bf99f0d2b153417e1b680
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:44cbe9f6f717fc32194cd3846bfc16c86b11986ed48480eb95c7443b617ff124
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:b081087b5493554fbcdfefb6eb80e36d030e23c24a735b794475e271b6a33e45
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:1459cdd5386a180affc26e9a7c7c63397e8d27170f66ff31a490b1fb4b5a5a2a
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:fad0feb943f1d00bf1cf7dad55bede7750b7ff455f40aef5f2a52a8b3e85115c
|
|
|
snapshot-master
Expired
|
17.6 MB |
sha256:584b71f4b803c48f15b2e947a4ebb05bda2048810846edd6d6960c1a3ff42886
|
|