Docker Build #877
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
|
|
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:
|
|
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/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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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/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/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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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-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/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:
|
|
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:
|
|
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.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:
|
|
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:
|
|
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.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.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:
|
|
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.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-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/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:
|
|
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/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:
|
|
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:
|
|
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/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:
|
|
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/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.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:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:d475376803a518d99733b41263277bad7d85ee54d3b84f2a67cf437252c393a7
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:538b92b51ad44f0a700d41f90b91053d5a23df612a45cc2996385299359b27e4
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:8ec073cc3296e08978488ec90970dd71370e9ba6e8ceaf930e57138016d9140f
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:8394e498c05a8131802813b9692f9bbea0178378239197673915f36da7341cbb
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:ae97028583d6841a48661ddb9e3a6a5e748cef0acf1063a0fef518043063f539
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:479340ec048b9d1c1d70ce8954b6d49d6856e03552771a2f9ddb61833b616aba
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:286c26f8685e8d12594e8d4040206c81f8791ea162ab53d66c84a23d63e37c2f
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:e7665f74946264e9e08eb3b84259c57293711ce259d6cca8427ee4953ee15315
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:0c802c3a066d9fc5dac9fb3ac69f7992b814bfa93a6c84450e98037132df7c18
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:ec0b686fa7361796e9d1ae232f46aac8a0fc92254bb94360bc1f4e5be25fc1c2
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:6dcf9caf57fe379cbc61190a8922158a90f08d85c82b7bf0c21816aad24319f3
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:6dc3632ad39103fb6919edcae81a8bdc152939be976e4b5791acc7684c2ba592
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:b080d6c032861fbc8fda18cd69a6af824d4de84ba726b4bc5dbd46f2e03cca16
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:d871745e3ac90590e31631966d7207ca241b5fb7dc62b90dd3f005e3f7be1438
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:19bc94ba14033faf20f2d49bb5a62fee084fab935c63986e14ee6bc6f70a5c2e
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:85c9ea0c486212210351e09ae0ae707cb3fc0bb3ee6b847557676ebcd045e524
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:0b68ec89a7bbe0bb40d572ab3f268c8da85ee8c7ff2fe64531c40584d04d78a6
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:b7a2d44074d95011d224feb0c01575b9deb75c0a991f0fe86af14dca914682e7
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:7b70e456ac488c14415608073940273b0b95c62644abcef25cf7608c47875e36
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:938b7be696324ab57be990aa90d7ded0f5194b8d527aabffa38310a2cb9cf6be
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:a28167f2934b1f3e56630ac89880f2287fb4fadfc5fef0804015f3915ebfa44a
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:3f938cb5c93a21c80dd59923dd3c6f3612884e96e7f308b2ad1e07c4ec3df0a8
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:47cc1c815926c8640ba4f26eed4a6ada216f1313b56cd619a90e1b034d5b6940
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:3ea5a55a6ded7cbc389497c0b7af7bd9915dd572632e11594b35ff02ef2c9aa9
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:14d632421bf8abebf6ff23569e63c0b0551935cd844c2ea785555e71e3691d2c
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:0de1e91305d0f34194ff2193c987866093a86462bf534b06647a9fee9b4de4e9
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:d051b8ebd141ef62d8812882d3357a5cde0b6064aca83f4fb80197146fa0ade3
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:d0dd9668dce90a32173fc541e551487e5b3ebc10ed60820e9334ef7b7893cc4a
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:2374e2d98044a4b33a214f0fd2673247068fa274247ae79ed6ff597b1448e32d
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:f341a33f760266f34ca92256f44bcc93fce4da6834c6e3712fc6f4e7530d41e9
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:f80a2883ce355474f37c488ec25c7cb66eca54abd98a6c05a0bc846dea534c3f
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:f267bf0151d5a1a68b7eec549b46ec0b4f7f846109e062330fd716a10eade164
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:557e88cafe4a6bcbfca10d869adace58a59eb2bda409e6771d11b5f43cca2916
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:325b2e664788825f30af595cf6bc4899f8c29a7eac532ff8d6793ada5af2e69f
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:d63f9802d4bb5eaafe185e229d860850e533439df0e718e9e5a12cd9030b7f99
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:88c381a093a3e18c8ad6f35c01b6fd5f0f997572c4116e1e4fc44fa4ceda43ac
|
|
|
docker-ruby-nightly~ruby~00UI7I.dockerbuild
Expired
|
107 KB |
sha256:cce028f0bdc88d56c3dcada47a0a4955bb460fa041ad20f3393ab4cca4c71b88
|
|
|
docker-ruby-nightly~ruby~27U1MX.dockerbuild
Expired
|
143 KB |
sha256:0df9887ca54425638f6b2bb621017ab31c10241018cd6fc91237b2f5152d523d
|
|
|
docker-ruby-nightly~ruby~2LL4QZ.dockerbuild
Expired
|
104 KB |
sha256:1cad6e5d242acc0f241da11441661ef16b92b1af372b30ba637167eae4f10bbd
|
|
|
docker-ruby-nightly~ruby~31LTNM.dockerbuild
Expired
|
125 KB |
sha256:3c9a39040f85bad4ccb73745b2c5f8798bd576df505ee1b439cf08289200fd9e
|
|
|
docker-ruby-nightly~ruby~5MQRVS.dockerbuild
Expired
|
103 KB |
sha256:7df77f4fd03b1f1c8a24c9ea7088c3184cd63334061e50a46ffa9548f391bcc6
|
|
|
docker-ruby-nightly~ruby~66ZQ1I.dockerbuild
Expired
|
107 KB |
sha256:ee7187387b4c5fe8f46ef577edadf9ea8c0aac6e3c8849c6855e79c6212368a7
|
|
|
docker-ruby-nightly~ruby~86QY33.dockerbuild
Expired
|
103 KB |
sha256:f0eea01a6777d28499960585d975c4bfb20d335b7ff2a3b4e5542d5798dd0207
|
|
|
docker-ruby-nightly~ruby~9HEM3Q.dockerbuild
Expired
|
107 KB |
sha256:423874d378ae3fa7274189bdde42474bf5747a14c82023f926f13bee34f029cd
|
|
|
docker-ruby-nightly~ruby~B85UT8.dockerbuild
Expired
|
106 KB |
sha256:b88c2ca624e3d246cdd8605e65d2f6da0f3db7f8f07db3d86428a677b7f41318
|
|
|
docker-ruby-nightly~ruby~DIWQO0.dockerbuild
Expired
|
127 KB |
sha256:3540edd9507c31ba6d80de15cf8b07ef8aa65cce9296c59f73c695e95ca910f9
|
|
|
docker-ruby-nightly~ruby~GZYWOK.dockerbuild
Expired
|
108 KB |
sha256:f97deaa9eed5d8f07e2a779234f9560cfe4afc94a54dd54583bb883a3e087ee1
|
|
|
docker-ruby-nightly~ruby~II9RK5.dockerbuild
Expired
|
63.1 KB |
sha256:60920d218c54f196f4ce3243bd92d6ef10624cb14f0b684ead60a43c020c352d
|
|
|
docker-ruby-nightly~ruby~J5ZYMQ.dockerbuild
Expired
|
157 KB |
sha256:8799584115f2168e5193d3a81cacafda0b6f2c312bf8216bcd80917c4ed6f90a
|
|
|
docker-ruby-nightly~ruby~JBPIV6.dockerbuild
Expired
|
118 KB |
sha256:5e2464e2a93487ee644096f4325bfa8ae2cccaea7793633ca206bd923069a410
|
|
|
docker-ruby-nightly~ruby~JGPQDF.dockerbuild
Expired
|
98.1 KB |
sha256:a02aca79a46e232dcedb557ea3bc0c39048d54183b31b8b46c79bbdbe743eda3
|
|
|
docker-ruby-nightly~ruby~JUYWEF.dockerbuild
Expired
|
125 KB |
sha256:64872b3cc20e75bc8df445de9b78fba905135b5667091b3ddc7fab7d642aba1d
|
|
|
docker-ruby-nightly~ruby~KBG2TJ.dockerbuild
Expired
|
135 KB |
sha256:9a78767202c4c98bd8ece692ebf7dca9f0a8e1627d60db9f7deeae77a902e6d8
|
|
|
docker-ruby-nightly~ruby~KKIRLS.dockerbuild
Expired
|
108 KB |
sha256:dc513511fac9e425aacd1efc5bc935a59ba1159c5a6bc5e7172b9104ed198cc9
|
|
|
docker-ruby-nightly~ruby~KTO85D.dockerbuild
Expired
|
107 KB |
sha256:f6be442cffa1ae5d180021ca0ab7ba8184dbf4bc9476b1f9fd8117eede23fc8d
|
|
|
docker-ruby-nightly~ruby~M87Z5V.dockerbuild
Expired
|
106 KB |
sha256:a6fc4ad580c9e8c93dbfcad911a418ecc44f916b4a132d077eae11be8481e150
|
|
|
docker-ruby-nightly~ruby~NV8MFJ.dockerbuild
Expired
|
125 KB |
sha256:281fe9f7475d10463a47bd4ee5410b5d782c7f679274a329ceec37988343cdbf
|
|
|
docker-ruby-nightly~ruby~OSD2QC.dockerbuild
Expired
|
163 KB |
sha256:5a30054aa569dc91f6e26ccb94be7734a8fc4d173817e7f65284922cc08f85ac
|
|
|
docker-ruby-nightly~ruby~Q5DT83.dockerbuild
Expired
|
107 KB |
sha256:4fb387acbb16e69060e91f109f4721de502d353bbfcd793bbe3ca4d2c3707a5f
|
|
|
docker-ruby-nightly~ruby~Q5RQUD.dockerbuild
Expired
|
115 KB |
sha256:f1caca20a202677ed0d92289134de329ef6b3919dd77b0ef318cc363d9c4e1a6
|
|
|
docker-ruby-nightly~ruby~QGJ20H.dockerbuild
Expired
|
119 KB |
sha256:afaf8ebf89967c074f66a1a674f07c9df225836adcb14b7678756beb6009177f
|
|
|
docker-ruby-nightly~ruby~RDJAX5.dockerbuild
Expired
|
103 KB |
sha256:e75cf55056b00c5e5c8fef46e797e195c61ac6d2d532736ae3b1aaffdf1c8552
|
|
|
docker-ruby-nightly~ruby~RFVAC1.dockerbuild
Expired
|
128 KB |
sha256:4795705888fdc34c7ae373cfdcde11c387356449907148b6499ff0ef7084099e
|
|
|
docker-ruby-nightly~ruby~S3509I.dockerbuild
Expired
|
104 KB |
sha256:3a0bdee648272e49d71a02c92ad69a814717de4bb21ccefc43831aa79092a801
|
|
|
docker-ruby-nightly~ruby~T61LQD.dockerbuild
Expired
|
123 KB |
sha256:8eb4511b700402d20ad04cf07f40fbe6c471d68fbf514a75fdf381065e75dfff
|
|
|
docker-ruby-nightly~ruby~U683TR.dockerbuild
Expired
|
128 KB |
sha256:4a5b067b78093b6accf1fa854f91ee709f4fcf7b2847702372836c3c7a59f4a0
|
|
|
docker-ruby-nightly~ruby~US5C72.dockerbuild
Expired
|
62.1 KB |
sha256:dbdd5872906166737a7e03ac92d2380ea16136b6ed60399d0610c0f50cbd7099
|
|
|
docker-ruby-nightly~ruby~V21J0G.dockerbuild
Expired
|
108 KB |
sha256:f7359a913fde1cc25f889cc4dec2f28064c66f774dcf6a1dab622c77f70e4563
|
|
|
docker-ruby-nightly~ruby~Y3EVUW.dockerbuild
Expired
|
106 KB |
sha256:64a655e0230e0d0eafc8e7114e8af0c921367ff7e5dfdb48521ee9ca840bc99a
|
|
|
docker-ruby-nightly~ruby~Y6RIEF.dockerbuild
Expired
|
138 KB |
sha256:069a5d2a51c0511042177f6d379143951144b6854cab6c1e1b72f94c50ddecfd
|
|
|
docker-ruby-nightly~ruby~YG6HWR.dockerbuild
Expired
|
135 KB |
sha256:61f5123ea6d71bbd168e5053aa25daf035f87974ba50ae63c6e712ace2b25074
|
|
|
docker-ruby-nightly~ruby~YO49RS.dockerbuild
Expired
|
103 KB |
sha256:fee3973d32ad7a6b2e03b8c236f6d2c705789ebb661f7b20e08c4ecb277dc798
|
|
|
docker-ruby-nightly~ruby~YT0YYH.dockerbuild
Expired
|
101 KB |
sha256:87867813b5fdf1f21b06944f8fd5ac107a0351fae88b1c4897a538da2424f6fc
|
|
|
docker-ruby-nightly~ruby~YVRUXG.dockerbuild
Expired
|
104 KB |
sha256:82c3dd441453ae08ab432529e98379eb53fda2b4ef5cd01e6039f9fa47bdd93f
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:aefa2598390e8b4269fec4d6cd20f86d2ed2d4fec994b86fb02c784236d91111
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:09926bf17e8599d97b3748bb06a7cd36f18fffe5cf3bf90077677de0be05fca7
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:3e31e64c97825d72dc7bdc5ef066a9258af88cf7c2a030fb6f1fdab694665eb9
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:5cb117c2974e104983cf249a68e068b7bea66bab3db2aa6d6aeae19d88f55719
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:bd657500e2b34e1fbabcb3933552d52696c97813ad3c338280cc7cb63539ec90
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:a1709449057cde3d6afd564ab3da8476364b494839a22d6bc23aae268613657f
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:d2bfccfc2cca3a63a1783536d11b3c60a0894610acbaf498f3c9d82377ad45be
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:edce733a38cdc738f16e96ed63289c074059b6374556ebc450ad8d1212e75d05
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:cd31beb0d822294a95c8b7b7b8177762f2e951cc495881dd4a639e04ab2edac6
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:5fd7fe9dc45b3261784b31dae2a95f877b56b775064c484c72e99477c63c91fa
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:1de160b2fd71027e6ed2f755c4bcad5cf77fc8fc11b0e448c0019e603157c818
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:344989ab27dd1b60a9cdb6d194f8ee8910f9a5af6f7e399ff3316a7b201058bd
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:7952a68c7f076173e26e8744a458c0d2a0e09b17dad1580863e582f68497cc6f
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:a85a13234c5a43fdadc435813142edca646bdf18f75bf366f901b6c34ba44390
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:127fcb4f17061014f5780cd9fb8246f4ab9d71cb5dc1b003f4b385ee79145152
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:9755a6ff094931de14f1962d40c2b3addfd3154e07425a5e8d1d031e4b2cc0e2
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:5899fb9f4311cf9f6ebff2c7a2bc5970c15cf40202334965a57f1a1b19ca41c2
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:d986e913612ea4c56dcd8405cd8e594b3593f9c86c9637765720e5c9ca70d117
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:80656a19605050fb4c0169c2f75b696bea926dd61167d7fab4129e0e2032c3e4
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:eae9fc9efa14b8969ab2739651ce0d2081f9782014b637ed8e38e9d5813c04dd
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:b811319830462d11760af1a1f9ee88c6a05ebcf7161bd4c8f30f3d0cc91e3c31
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:876d6615cc40a15e6375d5a7927b15b41006d231c8dbb74d1a51bb8f20b2f3fe
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:c4b74b663d1217b5f7b4337ec6c4e914561d621a8f807ecc39ec4ad363adb1a5
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:7695b1722868b8ae2025208ca04c25f9b1bc594cb1590b428339595f7f3e8302
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:e5a83a108b565a8028bb7bf3d22159c8cadf9095c6f0be7f4060d74efedaea60
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:ee805f175b596206b60a534e72696e21be2ac8ebb2c85ac6b0c213516eaa55d7
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:6fb6569f2abaa32dfbeed2b780ed061bdbf849b6a3effc7d8e474f8de2fb35f5
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:b38a9635ae3177a88fb6f2081d4cd8eeab9d4afd01be4401801b3a6284bdabe8
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:15f0dcba4d722dbacbcc492790418d693f354dfad4f2ad708a97fcc80e3feb74
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:9ac64ff72ff05ae637940bb95ca943c5150dda3c7a89865fcfb4c0bfde47a2f4
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:a2418458f0b2135ae6308dea9ba777f0d95d3566bba7a23e892f75a228861f2b
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:a5694ea6e03e907e8a03664e40d787b303294c0225ae0726f732802ff3e24ae2
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:d7abe8b4d92f353967b5bc860db078a10b84b5a2df6af53e2907edc3300395ef
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:99f74cf52e91f6b17801f1ebbf642db504d40099d28bdc948f3acc1e40afed8c
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:5d16c8fecf30d7dbd3af84c57942604843a82c1d2fd9424f88488acab86c3870
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:51570a62042c014225b56e1bea1f79120d547bbb29511ddb6939e2d0654394f1
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:dd0c5757577e94c75abf1622bc540eee3803d177fde5233ef7c967e44cae5c2e
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:a06dffe89ccef32f7881a061de1b82f70d466823d88539adc8916a403cf1d305
|
|
|
snapshot-master
Expired
|
17.5 MB |
sha256:2ea9d4220bd9424ea46b37ccad2dbb8b64576c845741598d71c7b0cd706a9ef1
|
|