Docker Build #818
Annotations
2 errors and 38 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/amd64
Failed to restore:
|
|
bookworm - linux/386
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
trixie - linux/amd64
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
trixie - linux/386
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
trixie - linux/s390x
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/riscv64
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/riscv64
Failed to restore:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:8ac5eed9dce2d405676bdd1c021ee283529fb4edf3ae9d6cf6a4e4a99ad2d959
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:75540e10bfd06cfacf7fb6d45e4e59373bc03186ec3ff7fed1b0744afb5554ae
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:3da28378257899570fba5ee6d43668212f2c740cbb850b5f8639be84e90b375d
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:71e646e892653487910844d46410e9a706de6a305cd6f3256002069a542c994b
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:2ee6342f6e64f5101ed8a7f3230b600164fad67a417b7662d3637c8b9367bfb9
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:cbc7db2f00245f538749bdaf16fc2b91a0c55fcc71e43e74dff7f0067bb6bc45
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:dd3d25610b883fc43707018d5d3ce96040bc5a17b1d27c46d34a6b0e2b28b55d
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:0656c8bd7ff04bd12c587f95b051b225383bd740366f66f31620799ace522383
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:651d10f478db536e83e713328c8bd062e62f7311ea482e0d084eb2e8bd6336fe
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:d7da58b071cbfced5e58b38ec55192fd3d91fe57c8eaedad31591e5a4cae9e1b
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:49ae52c4e02b7241f30e62972bc85f99189fd011e7cafc67145864bc10599616
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:ff80f4057024f6f9ce659cd593c61ee9c8a4773252f3ca4af4ea325623387885
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:a978e408a6a525eb535df080aaa7e238f5dd9bbd33f95891111bfe201012338b
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:73d1790bdbb67dbb7ca1ba2986fd823a6ba42041b8ac850c5bd88d6604b0de02
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:cbf4abdc06e905ffddbb5b09c9d6371fe2487b0a94708fdd3c673edb23fbafb2
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:8d27a175d8bf4c8d88813cf312270847151d1621140494fa3a02402d5e9825c0
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:dd7f5bddd41f12fa196c8a036b36abeea9b201cf31faf4e46594b0f2834da804
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:053ab9dd20386b26b8b55b1e5b95723cd555509b0ec9e417f041f57e7a28b37f
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:d2784c9d4ebf260275f2e62d4a69101b6bf25a25ac113e066f473cd7c7817544
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:03dd30139d668667659b57e749d22dd627f402245189d67c9f97316f5b7f4526
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:91d2e309aefed79c80dfe7c1f652aeb299d30c7c8a04b629a979abe545418de4
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:c65d4055361945f6299a2d2f46d2512c4215007f903de79f4922e546870aef15
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:311a26c81c4259f09717cd6b0d8028d899bc39304492286fdf18d7b23933fd55
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:cbe62bc0676394afd6f445d94031f6998052d963276c429568b88ba10f42fa5d
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:53591146291e19fb6904b9a1bf367fd5ea09f2b1750e4579cc4a2c02f272405d
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:0f7498a705fe693f3601be197cff5f624d957aa5742e8a9718d46d169b1f2dff
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:8cdbf3c1a4217ac0c951594f74a5c7abcab9206f8dcc31b8da34b7dfe32fbd14
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:c78c1dc28e97f3af594ebb8e396f00c43af001d0b53d077fa0b6b65259d1dc1a
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:5dd569cb816cd25e2b6f9d546e4da3381abc7e00844b60bc0a1110ee4c9bf893
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:2e8a6db9c1f42381d61b61cf3e1476fd5846e662609ff252598ad914d0f70107
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:e0729837b4676a9084f3ea5a1118cdb21636501408d243b3d7b8cefdc537a75f
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:127dee427b380729c4ad154ac04af4a2ad6f3d7c120c042495c2ca028d116fc2
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:80d3c716ecb48ac2752f906938ea0d2286f56d572149b9d5369de75c9c3ff4c6
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:3782035cb33fa8507d41dd437c17de4a82fd485d7f23f48a379d3f629d620877
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:677eb3700ad299d590b648f49f0129a1ead68ae86e025b5527bb03cc2da3983f
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:4b2a8115bb427b2ccb61d73b06790bcbb34c71738f567e32852aa78eb60854bc
|
|
|
docker-ruby-nightly~ruby~0C41BP.dockerbuild
|
105 KB |
sha256:ba45d38c8970bbf7df2b41407a79f2f38e9305e3ef2ac02e3cda2714952df909
|
|
|
docker-ruby-nightly~ruby~20V1GV.dockerbuild
|
101 KB |
sha256:801b496edf01e1a1db4d650914ea47360b8e14940801b41f2e7561cd424477f8
|
|
|
docker-ruby-nightly~ruby~6PWQTK.dockerbuild
|
94.7 KB |
sha256:da7b24d6779a87558fa0c3cdf2c4b4fa674bb02a8cee4c51ab67057b788d911f
|
|
|
docker-ruby-nightly~ruby~7M5MA2.dockerbuild
|
102 KB |
sha256:5f373425cde21a218e725678e9b61791eb627d397c70c891be2da6a7667a2d09
|
|
|
docker-ruby-nightly~ruby~8AJHTG.dockerbuild
|
103 KB |
sha256:aa595c4fa5352c15d825fdf44e453c9f76dca8d9661352dd0b16dca99ef24365
|
|
|
docker-ruby-nightly~ruby~BDBQRC.dockerbuild
|
129 KB |
sha256:405e98ebed85e4022da33dd0ff17b1780a30027aeca7463645e71b64039f9e31
|
|
|
docker-ruby-nightly~ruby~CVST65.dockerbuild
|
96.3 KB |
sha256:91ca621a6ff2ecee67c2fe126ddcf7f63c3934a7a8a8a83ca9a45b9e290821c0
|
|
|
docker-ruby-nightly~ruby~E00LJ2.dockerbuild
|
56.7 KB |
sha256:bb5926aac2ddd442614f24391c4421cb7bc665747c17af4fdd238438a517a528
|
|
|
docker-ruby-nightly~ruby~KZLF21.dockerbuild
|
129 KB |
sha256:dbfe52ef811f59f6c53b49c4a86dd684bd4d2272d5384ac886e3ce6545e7105d
|
|
|
docker-ruby-nightly~ruby~KZWQF6.dockerbuild
|
120 KB |
sha256:df7b178bb1a25f8370d3cafe2830819f2f754b0b9500e0d90b647dad0e8bb06b
|
|
|
docker-ruby-nightly~ruby~L6DSY8.dockerbuild
|
98.4 KB |
sha256:d8789ccfc7d647414987394a72f39c4151da3e4f77c26b55c873448fc30d2413
|
|
|
docker-ruby-nightly~ruby~LLPVM3.dockerbuild
|
98.6 KB |
sha256:0275dc55c4a792620a38816c9bea67f7ec80fdac468d43da55ded47d527cf170
|
|
|
docker-ruby-nightly~ruby~LSY3DO.dockerbuild
|
102 KB |
sha256:1ca3e802075186e3cbf2d0699c6e762263d9d1bbf2c0f81feaabcb68d2591ce8
|
|
|
docker-ruby-nightly~ruby~LZJ635.dockerbuild
|
99.4 KB |
sha256:25c2d243fdd2779803226af288e857efa7f5ee55f9f229c3a475ad9861232a2d
|
|
|
docker-ruby-nightly~ruby~OA4IOH.dockerbuild
|
124 KB |
sha256:19c6fd026b30f42bd26fc9c7cc274d3062ec0acf2da36f97dcfd92672d7c4095
|
|
|
docker-ruby-nightly~ruby~OJP8RY.dockerbuild
|
102 KB |
sha256:f3a32fa5f3539e6d962ad1a931cf193e036db3c382252c1c2ccae06705272d5e
|
|
|
docker-ruby-nightly~ruby~OS1AK4.dockerbuild
|
109 KB |
sha256:b54df894d4bb51d806e0af30171acc38b6d9206699dbede34138ed6999dc38a5
|
|
|
docker-ruby-nightly~ruby~P4ZXCV.dockerbuild
|
102 KB |
sha256:b658b6e9ef2da391186d027c98e2dde58a46cb5e10a5d29997c7a0a3cf55ea83
|
|
|
docker-ruby-nightly~ruby~PH46S4.dockerbuild
|
101 KB |
sha256:85097e6e36fb5ac87a1342f3869a74060a8bf86c46f68fce92ba7b3b5c918957
|
|
|
docker-ruby-nightly~ruby~PUVKHO.dockerbuild
|
121 KB |
sha256:4348e1a786550f629634e3d1d86837f559a9f29a0e407a37c8fe6cb7846c1e1f
|
|
|
docker-ruby-nightly~ruby~PW59LQ.dockerbuild
|
125 KB |
sha256:4094b234c1c8555d500cf3487fa0a5c381bd224e57809297aab1e5bae926a25b
|
|
|
docker-ruby-nightly~ruby~Q1M6J2.dockerbuild
|
134 KB |
sha256:131d4e7c6bea4f92cf1c3d5b0f509e84d2469e2f5b48adad89542e4e4c5eccdb
|
|
|
docker-ruby-nightly~ruby~QYOFCO.dockerbuild
|
133 KB |
sha256:42e39c51f33ee6466acbc2ba048ee40e6815a1dcff687a488d833da06058fec0
|
|
|
docker-ruby-nightly~ruby~R2XQP2.dockerbuild
|
119 KB |
sha256:8b44da3eaf02ed154f25121029a904208da2c9502fa300087803676772dd4a5d
|
|
|
docker-ruby-nightly~ruby~RPO57W.dockerbuild
|
115 KB |
sha256:5be893ee7da16e48fd4db69c17becdb9b9a81db4ec613ec179abb68466b1da8d
|
|
|
docker-ruby-nightly~ruby~RYSZ0D.dockerbuild
|
102 KB |
sha256:f67d2582019b515c5a0449ced45dddabb436990ca1f9e63112d3c0a03778e1f5
|
|
|
docker-ruby-nightly~ruby~SZJX8X.dockerbuild
|
121 KB |
sha256:7eed0ab7e2204790d3fa9efaac7714179725f4f157b974e834262c1e7674d63c
|
|
|
docker-ruby-nightly~ruby~T4P1UY.dockerbuild
|
153 KB |
sha256:6fa892073440cd5ed9b32e88dee740a2a5583cca7a754df7cf26aeec005d3b3c
|
|
|
docker-ruby-nightly~ruby~TE2BZU.dockerbuild
|
102 KB |
sha256:be72174c621bf5f9bbf33a41f7f72ca0b87a44fb35bd70921da45921cb952b88
|
|
|
docker-ruby-nightly~ruby~TXEIGV.dockerbuild
|
102 KB |
sha256:a84bef5c6aa394623357155a7113373a6f878ee29629737f8d12bcc702167459
|
|
|
docker-ruby-nightly~ruby~VX5JZ3.dockerbuild
|
104 KB |
sha256:643a6825ace115936e763d7684825536cdc77db42d581a631c4a936389f19b3c
|
|
|
docker-ruby-nightly~ruby~WDQS4K.dockerbuild
|
56.9 KB |
sha256:72df9e601345d49047232c30fe0aea2d2e8edb68486270e0f4bfee01a695aca4
|
|
|
docker-ruby-nightly~ruby~WJ9RMM.dockerbuild
|
157 KB |
sha256:2d3ab8099d817637e402899b027bbb8d6bd63f78975c277c36fde17ea56a0992
|
|
|
docker-ruby-nightly~ruby~XBFLUL.dockerbuild
|
100 KB |
sha256:20a3683fe2578894745e00620ca49529f1ebdcb0ad58e4e7f3fe3b9a46c8aa24
|
|
|
docker-ruby-nightly~ruby~XH5D9Q.dockerbuild
|
103 KB |
sha256:b27723f94c3576942bd4291acbd807649d6207dfbb67cc768dabea4fa4406c8f
|
|
|
docker-ruby-nightly~ruby~XQ5W70.dockerbuild
|
116 KB |
sha256:3f06a2418cff55f0dec96f057be08a9ec7f96f2466829ec89e278f0323d87702
|
|
|
docker-ruby-nightly~ruby~XTXWCY.dockerbuild
|
125 KB |
sha256:10e9569d39b385194a2fd34bc45b59de5776f4d36b08b3032f8bbba3b6608ac5
|
|
|
docker-ruby-nightly~ruby~ZU82PK.dockerbuild
|
102 KB |
sha256:5bd402e697e684bd332cd0d9bc227524f3ab88bd0e581be8fecd7b184356f50d
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:1be7748eadaf6f5e7b9f8c78643544ae82224f06619427ae418733a1a4b22416
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:6d4f401c194526501abd20ffd1358f8798f8a989a2cfe1e8eeb31d1636f18d62
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:1d2fc13e9584689f3e98cd01603f7114bdc63d4c2befec56aa041c2123f6fbf9
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:ecf84850fdb5a610af4b7c04a94e270beacb995b0777c5c21082a03c9a45a720
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:4540cc53eb13adc39921ca18635e79d7fba929955172875b6a4e36357338012e
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:997ef7133b01bf534430e931088ea43ff9e32746304746b67d833068abcff400
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:db89edcebf025f2471a296e0a4ec8ed5215b9ab580159af7e719bca49ea3115d
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:c958ceeebf4b8e963a2af5b247274f24d2352dd75713818c31c91cf1a2303d18
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:4dddcf81990b148de2261960af89093b07b1a02270cba5958f77a29ffefe7a1f
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:fc9d47ae0e17f7ede6a1ef3fec86e7ca3205c1260fc9131af856f0f2882eab33
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:95df86d536384288156191c22953603da2d1975c507927a84a37e1f0af094f40
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:f760a8395f33db2673bcd86b49e23e42d6ff9d64977c8341ff8d3ff8e532bb5d
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:2a10278ddca9e0fc37eefdeb5d0b62e23203398f1cd60fc1cce40b1433bf0c68
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:f830f43b1bad7a95514c6b2111f933b92eb85e0b943c6303f9ef861125244264
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:b354580b627db1852c48b42d32e8817de18a38265863db292a70abc10ce8cedd
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:dc245a6e5f4799e08bfd54a67daa0c5993c3c251f0d6f99b21a22189f9d4f8ba
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:bed7b76d96f28b90bbb10b76d3e4c02d6fa3f28bbe8ef6f7203b06cd38f87ddb
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:ee2facff2dd1b74a5d560f883e702011477f498587786310886df7f3e175a20f
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:18d882105f6ac2b2d6931dadb4e79cead41f86fe3d9209fc79d328970f40a03e
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:ab84f4fa282b369d4682c071478af3b0ab93e20415bf1bbd0393feed18955e42
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:7a989483a2202005c11050544993157d5a6f5aaf6df228b54c870d71d6c89b14
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:0452da9f4dbaddc265e905dc4918a5353c2d96a741cdcfd7852c495c1c738600
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:fbd4983240898a0f2ff9cac45ae4cd49b7d1e2fb74f7c8f6aebff9aa356874cc
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:c2f8fd23afcdf99834b063a6018171ab7ace68b7d6e34672c705391245c38c93
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:6c79ba248e727b23dc6f3780cbfd4eef364112a3fc658f8cf664b9e4180cfd38
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:007475f9c7b0e00f497868d9cbd3023bdcad30f8f3723353fe444056a61077c5
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:35565884bc641a6ecf1d91df7df22cf389e2d8b11898249b2a34b0dddda9a980
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:54979625d3b9c10be4428e5854c96c42d8af3f332af54d7eb73d20129ca3f71b
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:6f9e2fb30dd602a2a061c91b0be66c4665374b568d17a6d4c2557b6414e54cd3
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:1a57f55bac4e7d7e492a223bba9f5883b8484de983b903713ed62ea2be2a4809
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:683cb24ff5579aa9d525f255c17f62ec363f2008ff7ecd357f4ad581cee21a00
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:289226296efc874fe50b43511b5d3a538fdf826c47ef550ffe26681b7bc32fbd
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:6ff0f49ab45bd22906601b5f54455bc26bec52000c6c6a104e86c419fa3df651
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:f02b1d420f5632928b58870792fe1361f95b8edfb69b949aac4fbfed50dd1a50
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:0ce2770ce118be8cc15327fafb34d4a65c77200d8228301f1227a8db2de1b791
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:1034c05297a0dbae3964b2ad1e98685523d77cf98a91158c27930fd1bdb90b6b
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:ccaf5cdb8ffc05f0eba009ca9d098550575c4927de9b32a53a756375523deb00
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:54869dd455652e649c486246c964214fd595fa8d6c67167bf5f4444b499506a1
|
|
|
snapshot-master
Expired
|
17.4 MB |
sha256:670b94c64d55f387a7a4c3c3597d49dbacd368b4f99528be001fd80405a65c64
|
|