Docker Build #862
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/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:
|
|
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:
|
|
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/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/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.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.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/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:
|
|
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:
|
|
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-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:
|
|
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/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-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:
|
|
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/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:
|
|
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/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.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-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/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/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/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/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/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/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/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.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/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:
|
|
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:
|
|
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:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
|
244 Bytes |
sha256:b869d350935c31e6f8654a4376adcdde321041134c81b4a94a219fa9d8e343f5
|
|
|
digests-alpine3.22-linux-amd64
|
244 Bytes |
sha256:3961d427f75ea95ce1758b74112ce89a51df30324f18f02c9b956ec82821d261
|
|
|
digests-alpine3.22-linux-arm64-v8
|
244 Bytes |
sha256:55e57675ca2a6da923da5281c489bdfe8ae7670166e91981104407e764747845
|
|
|
digests-alpine3.22-linux-ppc64le
|
244 Bytes |
sha256:e4a73fe559f46f7a4da5e0603b5ddabec2725b178d15423142f1c967d43a987d
|
|
|
digests-alpine3.22-linux-riscv64
|
244 Bytes |
sha256:7253aef7cdd4144a5a1a23b87125b82a2542ae3dfb917d55ef13781a2e3c9a89
|
|
|
digests-alpine3.22-linux-s390x
|
244 Bytes |
sha256:b6f998e11f4e87276028fe00547d8e958477d90877c2a0342704b6eca3812c8a
|
|
|
digests-alpine3.23-linux-386
|
244 Bytes |
sha256:5059128e0b9ea83450fddf32509a67968fea495e9737872f11fd1fd5d22e0247
|
|
|
digests-alpine3.23-linux-amd64
|
244 Bytes |
sha256:4830a4ae0c706bc6856bee30311bd7032af34b0ea41463c36b18d11e36a8619a
|
|
|
digests-alpine3.23-linux-arm64-v8
|
244 Bytes |
sha256:730b816d3eb324e4c3944b8142d272993e569ad67832def2a231551148fff551
|
|
|
digests-alpine3.23-linux-ppc64le
|
244 Bytes |
sha256:fdd7a7db57569425ead57fcce56409fd4cf18bfca49b27202965c4506ebf7e37
|
|
|
digests-alpine3.23-linux-riscv64
|
244 Bytes |
sha256:b4d84b35d2a0d2daec4ae8c0bcdda72d6a7e67d268d5c3d850154505f3eec6f1
|
|
|
digests-alpine3.23-linux-s390x
|
244 Bytes |
sha256:5e3bc4223c7695f479062ffd34794e2ab322bd60b7e0bb22b81630d9992195cc
|
|
|
digests-bookworm-linux-386
|
244 Bytes |
sha256:8c15b4b4f29febdbb2b5907b33b3dfa057063f56a502a9e8fcbde66790f40d93
|
|
|
digests-bookworm-linux-amd64
|
244 Bytes |
sha256:a60b0d4ce048ffa1f77538490844ca37eda40cbd937b10fc6d31c88c7a6a55b5
|
|
|
digests-bookworm-linux-arm64-v8
|
244 Bytes |
sha256:7cd6e362948b174b2289988de29bbc4a15a503958ab0a2f345982b15899fcab4
|
|
|
digests-bookworm-linux-mips64le
|
244 Bytes |
sha256:3b98c7dd655fd03bf35ed997b0dd8b37b242e2c154fa127594c4cc6b7d8495ca
|
|
|
digests-bookworm-linux-ppc64le
|
244 Bytes |
sha256:f60c9d7b875d6dbed5fae517d1ed1c603a1e3a60bcf9a0106804fd101b54301f
|
|
|
digests-bookworm-linux-s390x
|
244 Bytes |
sha256:98dadc7658e9545ab02d1a614304ba9d90b724415f97f191a69b57edab2b82af
|
|
|
digests-slim-bookworm-linux-386
|
244 Bytes |
sha256:1502b73f15a444991bb16fde7c580de4a91213bcfc3bdf38862bb6066b47ee01
|
|
|
digests-slim-bookworm-linux-amd64
|
244 Bytes |
sha256:df048375f50c5eef3ec73ff517bd1e94b66180c85c8f0ef1277377bad16ffe06
|
|
|
digests-slim-bookworm-linux-arm64-v8
|
244 Bytes |
sha256:b5376eeb48c56020b8cbf68c9ca495a78ffc28f2af3c35ed4101017e4fa9a801
|
|
|
digests-slim-bookworm-linux-mips64le
|
244 Bytes |
sha256:3b98006d160c3a2360c742f965c3054163ab5c0d5b3ddb65d1e8950a1d4d478c
|
|
|
digests-slim-bookworm-linux-ppc64le
|
244 Bytes |
sha256:87ba045269f8fcd02cfcbbee0ddbe9244a5ad73cd7a3213a760956cfeb5d9a16
|
|
|
digests-slim-bookworm-linux-s390x
|
244 Bytes |
sha256:dd784afa2368791cd4d24cb9d8e27e3e06daeea50c671fbccab5bf72fce62842
|
|
|
digests-slim-trixie-linux-386
|
244 Bytes |
sha256:8a6dfd5dcec0fbd797e3319334bc64b4e66e5a8395e415495c4e685430882276
|
|
|
digests-slim-trixie-linux-amd64
|
244 Bytes |
sha256:42457f005b8fadd8cc03c24acf179e1185f281a81c89b78f2c0a6dd79e0b4543
|
|
|
digests-slim-trixie-linux-arm64-v8
|
244 Bytes |
sha256:b4e4d203c2859641da9426c45fa18b4bf7eed02d83c0e87fd33a8df3908f6706
|
|
|
digests-slim-trixie-linux-ppc64le
|
244 Bytes |
sha256:66ee50d004e6295cbd20cff29eaa882a1e5ff04b194335134130dbfddc1522d8
|
|
|
digests-slim-trixie-linux-riscv64
|
244 Bytes |
sha256:539a612aad6d8208418c552d6ee9c6f0235043324a2fe739b5ff47ed8ed75c25
|
|
|
digests-slim-trixie-linux-s390x
|
244 Bytes |
sha256:198c6bcc4c66c0af144de8c32fd7cd851ea7a81a276c8498c059458782778cd3
|
|
|
digests-trixie-linux-386
|
244 Bytes |
sha256:33070ae7419b77ae7c72dd678ff8b3a576f2f9efb75099431538f0170e0c87aa
|
|
|
digests-trixie-linux-amd64
|
244 Bytes |
sha256:5e0864e13ee27e1b7e9b897579beafb07a9b2eff2bc99b6f33fa59af09016933
|
|
|
digests-trixie-linux-arm64-v8
|
244 Bytes |
sha256:d237c09d4fcf1a48823a345fab1505650e140a988ffc24c32fb5bff9835d1d05
|
|
|
digests-trixie-linux-ppc64le
|
244 Bytes |
sha256:f2f7209c6553665253b878c2ddc65952b80223ea5af3cbbe6cbbf60491d90435
|
|
|
digests-trixie-linux-riscv64
|
244 Bytes |
sha256:47f50c6122f117b88db8d8a79d72815d23767dd3dfc36bf352f7e5a51e46d13b
|
|
|
digests-trixie-linux-s390x
|
244 Bytes |
sha256:4dc6c3500a64249e34ab15453a69e66014d399ee2f51c9e0d281da0da6c093d2
|
|
|
docker-ruby-nightly~ruby~1GDXOZ.dockerbuild
|
61.6 KB |
sha256:0733e339fdc7d029b90387934eaa34124261a557778af5387987413134b46098
|
|
|
docker-ruby-nightly~ruby~1YMVU4.dockerbuild
|
153 KB |
sha256:8462c3b5e04b03279ca18cbb030302abd0353101294644daf4a20ffb3d9fda4b
|
|
|
docker-ruby-nightly~ruby~6V8B3P.dockerbuild
|
137 KB |
sha256:0106e99955098c879719dcdf9ad34c1a7c106b5d08927c7b5785f768a33569f3
|
|
|
docker-ruby-nightly~ruby~6WWFK0.dockerbuild
|
100 KB |
sha256:bf6d6caaccfaacd70847f20c0efc987322fd9737b404fe69106dfa2726e01640
|
|
|
docker-ruby-nightly~ruby~98BXGB.dockerbuild
|
102 KB |
sha256:3b1b1b68e6858e17b6c7bdfd0fa0ea15ab2ba278f1e5b5243e8ae95e2da7f036
|
|
|
docker-ruby-nightly~ruby~CIWVG0.dockerbuild
|
121 KB |
sha256:48a2f2a52344e5bda3855c47babf1ef9cc55d7d454ae768fd0badf9415521ab4
|
|
|
docker-ruby-nightly~ruby~DJXQSU.dockerbuild
|
103 KB |
sha256:655f4865f28b13c4812f01bd03a687f6270e621d4c0e1c2005a13929e7763d53
|
|
|
docker-ruby-nightly~ruby~DSCPJ8.dockerbuild
|
113 KB |
sha256:13a794cbab66872d49239d543c7696ac7c6eb11e1f6734eceed4f54aa3eca93a
|
|
|
docker-ruby-nightly~ruby~FO261F.dockerbuild
|
98.9 KB |
sha256:788fc06f1ecfba8b469fba216150794c2d53ff5a7f8ec82f8b65cdc326b80bfa
|
|
|
docker-ruby-nightly~ruby~GW4TJL.dockerbuild
|
99.4 KB |
sha256:fa348f85ff36b774cf7cb4d69c13b568499a7cfacb16a6d2e2f380205c7477ab
|
|
|
docker-ruby-nightly~ruby~I45C8X.dockerbuild
|
96.1 KB |
sha256:fda79718eac05f11b2bcac5869dc1beb2b9bd1132afb10e569d50456a828140e
|
|
|
docker-ruby-nightly~ruby~JTGBTC.dockerbuild
|
101 KB |
sha256:a98645a83dcaa80cee5204aed55047040122b6fb88f06f234d71779c6e5b625a
|
|
|
docker-ruby-nightly~ruby~LG1SDV.dockerbuild
|
121 KB |
sha256:4a7a43b566381bf8e39839a4452c6210be34788fc11220a6a743907f6bee6427
|
|
|
docker-ruby-nightly~ruby~LQ5ML4.dockerbuild
|
95.7 KB |
sha256:af6a829a9b7cc83c51382b796176d6bca666f6500d3e92c8060fd67d5bd9a0df
|
|
|
docker-ruby-nightly~ruby~M19AS8.dockerbuild
|
115 KB |
sha256:47bb7939ca82e74a9c14d0fd7270e32a8486d6093ecab7ee91c1302a4b066e80
|
|
|
docker-ruby-nightly~ruby~M4SRUD.dockerbuild
|
99.9 KB |
sha256:b1c407f68d21c3569ebf0f4adf8ad8eb406096acd6d94273b2a203c9794a09a6
|
|
|
docker-ruby-nightly~ruby~MD8QB3.dockerbuild
|
116 KB |
sha256:f4f57cf4bdce58def3f9f45836ddf2cdb8118d2a114261c47782e52cc5a0399c
|
|
|
docker-ruby-nightly~ruby~NIXKF2.dockerbuild
|
102 KB |
sha256:d11ff406a59b33e0f3e00e18d69cb0fbf351529f7a933271b48c3c349e7d9b46
|
|
|
docker-ruby-nightly~ruby~NXHTWS.dockerbuild
|
96 KB |
sha256:7208c2c6ff0b9d38fc0240416a8f89b298fdb3a416f70c8a321d064020226d84
|
|
|
docker-ruby-nightly~ruby~O4AX84.dockerbuild
|
103 KB |
sha256:29a98d74dca6e7ec859ae2a9450ff0b09a677055455123446d33a38a2a7aabde
|
|
|
docker-ruby-nightly~ruby~O5P0CL.dockerbuild
|
130 KB |
sha256:faa86592374ebd6a86e68f4c98c15bd3bbbe476e58d84dd77739615f77a78d29
|
|
|
docker-ruby-nightly~ruby~PEVWLI.dockerbuild
|
122 KB |
sha256:3e6197edd0af01b27a3c88442af41675aac00a106b4502c70be69a330cba5174
|
|
|
docker-ruby-nightly~ruby~PSGEC1.dockerbuild
|
137 KB |
sha256:8cc471b9cad58bac790a6ef7d1e33e5da464c34e162babf0ee0ea0d7b7e9206a
|
|
|
docker-ruby-nightly~ruby~RATUVS.dockerbuild
|
102 KB |
sha256:3f1b9149a2cad1420e14ce77ed6ea62e48e248f0ae8a87b7b9883b479a318535
|
|
|
docker-ruby-nightly~ruby~S1F13M.dockerbuild
|
99.7 KB |
sha256:712b9c50fe3efc1bec5436e6d458c7b9226672316d3645a71956e063f7be7161
|
|
|
docker-ruby-nightly~ruby~T2QX93.dockerbuild
|
115 KB |
sha256:0d1076d9bd41d7541a75f98b287600d846f1bcda3b97c7cf5d525549f4677b4c
|
|
|
docker-ruby-nightly~ruby~T4JFQT.dockerbuild
|
59.6 KB |
sha256:8bf137d102c2f623a972ce0b1096515f0321dc37728a2e2a7badc1bacae1ce47
|
|
|
docker-ruby-nightly~ruby~TBLFT1.dockerbuild
|
124 KB |
sha256:dcaa113bee91dd36a757703edd56550ed3e08fcc0601c29479011d0387c8e4f1
|
|
|
docker-ruby-nightly~ruby~TGC6GI.dockerbuild
|
102 KB |
sha256:113470c525884b3884c9b26e9e1ec2046c687a32a190ba9475c9ddaa8491a6fb
|
|
|
docker-ruby-nightly~ruby~TQAS16.dockerbuild
|
121 KB |
sha256:8726d1162e6d98c8b8e80acf1e5ced6b86f84fd5f2fd6dff9d46b73c62d02ed8
|
|
|
docker-ruby-nightly~ruby~U29TOB.dockerbuild
|
130 KB |
sha256:54a104f73250b88060170609f0362089a32c7adc52a7c55acd3bae7dbd0b9b9c
|
|
|
docker-ruby-nightly~ruby~UDPE31.dockerbuild
|
99.5 KB |
sha256:d32a2b0df616b3852044879a6d7ef70ecbb813b8e78f50c7345980e7b2ddd393
|
|
|
docker-ruby-nightly~ruby~WARNGE.dockerbuild
|
105 KB |
sha256:d71b52b613ca94fb36b9bd86c193c11f27dbe82ec79414b9e6931ef5ca899407
|
|
|
docker-ruby-nightly~ruby~WT1IJR.dockerbuild
|
125 KB |
sha256:237db423dabe3681c923034374cf3dd9ff7d2e283eb01fcdca5ebbfe646e8bf9
|
|
|
docker-ruby-nightly~ruby~XRMH85.dockerbuild
|
98.1 KB |
sha256:b0f88f916d882fb27d5c0c573e6097f8e7f7bd9d592c63d4e7e7fb0bbd7f7936
|
|
|
docker-ruby-nightly~ruby~Y0Q4KQ.dockerbuild
|
101 KB |
sha256:6d897b1cbbf5c3c86beab85ad56b630e3e02cd29398d19f1515c5239a3c2a5eb
|
|
|
docker-ruby-nightly~ruby~Z8AQ0Q.dockerbuild
|
154 KB |
sha256:a36bb31590fc4804e3c0bd0d97d4e7bcc283d1b3e7a891629699a3fa1498c0d7
|
|
|
docker-ruby-nightly~ruby~ZSRJ14.dockerbuild
|
102 KB |
sha256:bda1e5cc53efbb9fa0966065118facb570eb90ca9acbbbaf140fd1362c914e39
|
|
|
outcome-alpine3.22-linux-386
|
205 Bytes |
sha256:0461010d14b4ba5fda66264ca72b9dadea409b7dab8d8fa9a76f30c32b38548a
|
|
|
outcome-alpine3.22-linux-amd64
|
211 Bytes |
sha256:1dc7ab77f1d9e38be1746a4e36fda4c58d967e6e89c4fb08a01ad9cd52f0d7aa
|
|
|
outcome-alpine3.22-linux-arm-v6
|
214 Bytes |
sha256:06f7ef2b1245761b0d6b4a09b4f5f0b4b3711a80de90d226aa320dd5d8eecc9d
|
|
|
outcome-alpine3.22-linux-arm64-v8
|
220 Bytes |
sha256:06a457a20d658976a4285747139d61e218f7633a8bb39ad81747ff52af048577
|
|
|
outcome-alpine3.22-linux-ppc64le
|
217 Bytes |
sha256:47495b4d44f78cc4a37ec73d70867bb796eda8c111828c796e3d8fd59d7a36f9
|
|
|
outcome-alpine3.22-linux-riscv64
|
217 Bytes |
sha256:d8649f0e82b26f73ac93c2feffb423f9541c2ccb45e2ec690ead163193790212
|
|
|
outcome-alpine3.22-linux-s390x
|
211 Bytes |
sha256:11113f97d8e332cd00adda18de4d086942855ec0d1e37e68cf535f3af54d8d4d
|
|
|
outcome-alpine3.23-linux-386
|
205 Bytes |
sha256:1533d84c0b914f33260d4a946b43a0600c20eb7aea8e872cf504f1f230a08328
|
|
|
outcome-alpine3.23-linux-amd64
|
211 Bytes |
sha256:e169795f5830f0af1e8f283b6f06600e54398ac506fbc212444ff62393bf4be0
|
|
|
outcome-alpine3.23-linux-arm-v6
|
214 Bytes |
sha256:7b6ea9022194ee448ecb25b492495676de18dbdde5f634e3b14eb74d0a344cab
|
|
|
outcome-alpine3.23-linux-arm64-v8
|
220 Bytes |
sha256:1b65c9db041e48a398f5d0b55afda2b7ff23184df3bdcec863800b087a9a8015
|
|
|
outcome-alpine3.23-linux-ppc64le
|
217 Bytes |
sha256:6c3f6ff264a4118cd64157e7a880a90fb91588d1f6ede5c700d9fb384366c9f9
|
|
|
outcome-alpine3.23-linux-riscv64
|
217 Bytes |
sha256:8ca1646f29bafdb8e6b6930aae4c80026bd09c0b82b9b35b1cd3b71c934d5b39
|
|
|
outcome-alpine3.23-linux-s390x
|
211 Bytes |
sha256:824dfdd9cbb63deaf555f08e31e1664a0e00216f894437038bd1d3d40ca8eda1
|
|
|
outcome-bookworm-linux-386
|
199 Bytes |
sha256:1239195c4e7b20f757bc346e9facafe0e002e9cf68b6673be530d2f3f5564859
|
|
|
outcome-bookworm-linux-amd64
|
205 Bytes |
sha256:822d976a58f323575bb3a8357b7b1dc4cbc350dccdcd086e8df4535528eee3ce
|
|
|
outcome-bookworm-linux-arm64-v8
|
214 Bytes |
sha256:3589c8c65a2d657d31d3df9d4dce468ab4d48e7002101273158b89f520f4e60f
|
|
|
outcome-bookworm-linux-mips64le
|
214 Bytes |
sha256:3b9de41114ebb88ffc9c46a6aadd2513f2154284d71fd24dc467e52c76f3fe9b
|
|
|
outcome-bookworm-linux-ppc64le
|
211 Bytes |
sha256:0b720af13197693b2ea1cf673b5f8ae8b6911c79972dd45212dffe0696bfedd6
|
|
|
outcome-bookworm-linux-s390x
|
205 Bytes |
sha256:b5306574e5bba53bf2eeff7996471289c115622e57ed9bc2ecd02a8845643c8a
|
|
|
outcome-slim-bookworm-linux-386
|
214 Bytes |
sha256:84cd9590c6dfce727c6ae6845afade9fdb57bfb31ce398a2343bbac20af29784
|
|
|
outcome-slim-bookworm-linux-amd64
|
220 Bytes |
sha256:5e42e3a6cc16d3dbaa0ce5a6480c7835afec6aee3a6813ec5df7aaa6f6a2d970
|
|
|
outcome-slim-bookworm-linux-arm64-v8
|
229 Bytes |
sha256:8b667e1c48c00899163614f5e389c2f00addcbfe76cee98170785840a2aa5350
|
|
|
outcome-slim-bookworm-linux-mips64le
|
229 Bytes |
sha256:7e0ab16c905b2a17933d32ddc58f409de5bc5820df455d4c7f48d4c788d226b9
|
|
|
outcome-slim-bookworm-linux-ppc64le
|
226 Bytes |
sha256:9a13532855467b37fbe6e76b501e056f68a5a040ba618b86ab096733d21c415d
|
|
|
outcome-slim-bookworm-linux-s390x
|
220 Bytes |
sha256:989534a4f193ccda145d7e66d158d0aea661c8a88d81f7f179df60a3d2a2a05d
|
|
|
outcome-slim-trixie-linux-386
|
208 Bytes |
sha256:c1a7f0f4658b7eb95e133ac286119c66483fcc7cd65c1925ea8ce01d0b9a5097
|
|
|
outcome-slim-trixie-linux-amd64
|
214 Bytes |
sha256:065d99378ef3985bd8acea2208b33eb0b8787550db16e5ae55ce6aecd358519c
|
|
|
outcome-slim-trixie-linux-arm64-v8
|
223 Bytes |
sha256:88ec88544752cd6ecf942dbff768a1cf132a7e5c8d3a7c6d10a04ec2f332762e
|
|
|
outcome-slim-trixie-linux-ppc64le
|
220 Bytes |
sha256:3a90c45d9937ea0c4e5624240d1cea81c5682b8a20f176e85f1fb982c9f07948
|
|
|
outcome-slim-trixie-linux-riscv64
|
220 Bytes |
sha256:51b14f5046d9eed2fdebc010da2d186834cf20569681409afbe2278a4d0cc010
|
|
|
outcome-slim-trixie-linux-s390x
|
214 Bytes |
sha256:8cee016940a124dee79a8f98d5a7a85630460627152365d6b4c85d5f7451ca4e
|
|
|
outcome-trixie-linux-386
|
193 Bytes |
sha256:2040c0cb38a619bc0ccce571d65005868b4d024349255602638b848e954a2e69
|
|
|
outcome-trixie-linux-amd64
|
199 Bytes |
sha256:7a8b95254f9db68dce86c3ab9a98e3311063628b1a1c9a2d5d78f3e980679fbc
|
|
|
outcome-trixie-linux-arm64-v8
|
208 Bytes |
sha256:67cb0dfd67eaaff269aecc1b5783c8a3bf80efc6c9c6cac65b4c18771fccb3bc
|
|
|
outcome-trixie-linux-ppc64le
|
205 Bytes |
sha256:777b16c205e9ff9fbc76203e5e4dc94d84775868aeb17b2c8c4cc30d7a418ba9
|
|
|
outcome-trixie-linux-riscv64
|
205 Bytes |
sha256:49c2bd22b7b2fb26d341dc66bb84f9833c87c8c79417300dba93600a200e1966
|
|
|
outcome-trixie-linux-s390x
|
199 Bytes |
sha256:c17e975b545752015353ab291704b43d8946d237f3148ebf8c701585af4d01de
|
|
|
snapshot-master
|
17.5 MB |
sha256:2e61ddaed09c6a7785c69aa8c7ff422811414c8ffd244e42f3667aba8453ddde
|
|