Docker Build #835
Annotations
2 errors and 38 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 restore:
|
|
trixie - linux/amd64
Failed to restore:
|
|
trixie - linux/386
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
bookworm - linux/386
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
trixie - linux/s390x
Failed to restore:
|
|
slim-trixie - linux/riscv64
Failed to restore:
|
|
trixie - linux/riscv64
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:8e7fa6fa130e9ed6bafb486192eee47bcd3870d70c428eb22ddfd877f24f0238
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:97c76570235cc952dda3a5e3736ed22d458c7f7dbab127139a4ca44f87e2c4b9
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:5f43b779f437bd3fc6dc0bb3e0d47006a596d8ea9fc53b0b30c96ca7aa087573
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:61e1e5da94030ecdda2eff32410c129bc41108a342842d410aa5cac00b362f6b
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:a54cd2809bbe5518c783681f60f9c03a2bc5ea2124ff7e167b5f8e95d79db7ba
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:eee2c5d3309046ef27a456ae22b07770e8d34b6f5fd4b0650a6515f63b2c6bed
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:cae95e1b55d1d00e135e1e236ff665b2dd9bf813bfd3aa02042f46d17470e7c8
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:e5042e774fb42308bfe58d228821c8b533b99d87e5f8302c4b23f0b523c0f4ed
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:2e9a6789d45df55c575f5b087fd5e7842033cf4bee3e5851067a9488bd2a2c05
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:1e67b0e254cb745d6b76b3bf13edcd476c111fb2ccdb570c45c69e1dfddff42d
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:7b1d6298721671f9b274fd0ce390f1888be8d5c69dbd8567cecc6afd3bb19801
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:58bba4046c866ebdbf2c12b161cebf8fdcb55c17cb6d1236a21f380b6194e394
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:bdcaa2e7e2624a1b189e98f84786f8d939b3b8ec446b60e86cfe7721a8faf3ee
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:f95a577485586cb2289fea73f533e0920ed6f458e9fcd8480d8b7da1effc1e4b
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:d70092b6c7dd09c4d74d52386a46306bab37a5ee293706243ce166dd11c6bd24
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:0511233e9eaaf977792443f0b0816fdb43834ae0297410cd5854305a7efc6eb4
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:1a404d2fea86fe19d86ecdbf7c3eb541d1659f41dd1f4d3237b457f0e31563ad
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:0a9442745ebd2b359df955b9627077ea9d23f54dee4d1647ae3364d5978e3225
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:0d5677e8679e320bd6745152e8d9644f002e051de63c8773d958bc2032a33814
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:2950b71414217a9e6482391caff6647cca43156aa8a2b2b3e6357ab1c2a0b1c7
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:c96e208121f0cda3d34098bfd13a06910464538fae43e3f350c54b8820a44ada
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:32f332e8117b52b6ba1324b260fc79a3d651fd383a308fd56028f054182ce969
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:ebb8ed82171e6a2c8ddfded47b851aa20eca16b80c56b8478a0efe7500bbd88d
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:4eae231decb7bc15eb19813407968d982e6909dc024c081426c4b41cf29d5552
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:3b2c4d117e3ca5ca092ae7947787179d380cb39a246171013853dd09ee4a4ef3
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:11bc02000e042a4da533d68949985ff0f228bc49ebd781f410c61405d5089a10
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:1e1f429c7593e503d2497d08a05f912b6e282febf314489e2d6f4f43db7ec517
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:30ff9a4570a887a76a4e3a0edb032c90e9a6661023dadc70f93fc7643b2a59e0
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:955864d3f9f9a910df670ca487c81ea2fa77b7124f2b2f6d2ccd854553cfd121
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:0feabfcfc2c50b2b246bf3f1674b52df72a4f36386c068ce4bd32663d1ddc6a7
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:e308e727cf40548c477603dfd8226075821ba255a8ec7c2f85892513eecb128d
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:51174c916fb079e4cf7b443e5d13bc16913bcfec292b4e59eb42913619b39a38
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:46673793e9686a2b915b05efdd5bd7ee52acc6c81afcdce69768eecfd220074e
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:0d5431d73b8b4b4db991a755e8f973c4755144e8d5630ee9346773083b24eb71
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:cc2452a262774cc8c1db56323d68080d47bbc2abab126057bd02f54f8966b0b5
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:e0d8f46ec203696f6de87f5a8b323eeb4586b2c5570cb76e35ae17aa222892e1
|
|
|
docker-ruby-nightly~ruby~17DF3X.dockerbuild
|
98 KB |
sha256:ec70b94afae0e5529033ae217532dcb7ebeba1ead082957fcbd2638b5125594e
|
|
|
docker-ruby-nightly~ruby~4RWKUQ.dockerbuild
|
124 KB |
sha256:246aae4bbb796dc045c148f72998a387a36b0922ea784be40502a6d3b2ab4685
|
|
|
docker-ruby-nightly~ruby~5ROAIE.dockerbuild
|
98.2 KB |
sha256:e721687515beb713f1098f5a5093795bda3e23fcd0d8f76fceab5ccfbc1420bc
|
|
|
docker-ruby-nightly~ruby~5RWIED.dockerbuild
|
102 KB |
sha256:4c2f3d390be342e6c36a1a7d7fea0ccd9a457e6db7e2a3ea14fffc2318bd0590
|
|
|
docker-ruby-nightly~ruby~6IS3DD.dockerbuild
|
98.7 KB |
sha256:11d35792167a57cdf2b051a97d611cff7feeb692763a619352569df80dfa289f
|
|
|
docker-ruby-nightly~ruby~9F3GJG.dockerbuild
|
125 KB |
sha256:de7bb3ada632a2f680f71806ebd07fbbba153209bff047a5da56a35649d0e24f
|
|
|
docker-ruby-nightly~ruby~AKF65S.dockerbuild
|
103 KB |
sha256:36c615a21f609790c7c173303ec4c8b1062936bf7d005a1cbd1ba917f7a7c0f9
|
|
|
docker-ruby-nightly~ruby~AUGDR8.dockerbuild
|
135 KB |
sha256:5718747cca4209741acfcd8f77bb32663ec5d524cc7afe256a02862358de2134
|
|
|
docker-ruby-nightly~ruby~BBPFYP.dockerbuild
|
102 KB |
sha256:10dcd6c6391e028a39e22358181c62aae363a2c233571465737800dcd0c5d4d1
|
|
|
docker-ruby-nightly~ruby~CJO10M.dockerbuild
|
116 KB |
sha256:78441020b7f42179a6cd0b72e36cd8d06f02af4f47621876ee33084773e764d6
|
|
|
docker-ruby-nightly~ruby~EZ0C9K.dockerbuild
|
102 KB |
sha256:31ea45e849aa08cadc5e88468ac3444de999ead4757fda3916287a63e0f14d09
|
|
|
docker-ruby-nightly~ruby~FFY0GV.dockerbuild
|
111 KB |
sha256:092d52adacc782517f54022d2f163dda8df1be4000fbfa9d13eb1dd3cb94f514
|
|
|
docker-ruby-nightly~ruby~HDL4WB.dockerbuild
|
157 KB |
sha256:714d4872283aa67ff16361309d7523feeec3cfed9966b88b15e9a0cdef2f7998
|
|
|
docker-ruby-nightly~ruby~HLS95V.dockerbuild
|
100 KB |
sha256:faa229a44aae28da051234d9353780efa7d02b98c8826983b0ce62db76b504f1
|
|
|
docker-ruby-nightly~ruby~I1XJD9.dockerbuild
|
57.4 KB |
sha256:64bfcc0c1cc597473ba408d1ab3c83cf5c8322a4c357da45c2176841eb86808e
|
|
|
docker-ruby-nightly~ruby~IQ1WSO.dockerbuild
|
95.7 KB |
sha256:5a762d71a6ff4383a9c3eb90175b0630fd78df8a1647244576153598ce1904fa
|
|
|
docker-ruby-nightly~ruby~IQLBEW.dockerbuild
|
153 KB |
sha256:f6815f3f19966305ec8460a88bbf3d6053bb2368f7a9cefb65c67d9d9a45c564
|
|
|
docker-ruby-nightly~ruby~K9ATEO.dockerbuild
|
58.3 KB |
sha256:254d7fae738c86a28369cdbd54f3714a192d08f07a72756734a8b8e33d586acd
|
|
|
docker-ruby-nightly~ruby~KB7FPF.dockerbuild
|
97.9 KB |
sha256:8c074ca0488f143e0e79d6dcea2cda281b822a030b1ba7f74382bde6deefc19d
|
|
|
docker-ruby-nightly~ruby~MN6DU5.dockerbuild
|
129 KB |
sha256:8db3109288e97c2bf06796c72982c480023eb3c08aa042cc2b1daf8cb36be7b6
|
|
|
docker-ruby-nightly~ruby~O30UXD.dockerbuild
|
118 KB |
sha256:ba8e412026984c6c80975e8bd3b40811d86bd6829b6cb6e481a26ed3b3957808
|
|
|
docker-ruby-nightly~ruby~O7CY30.dockerbuild
|
122 KB |
sha256:edf2738cf8e1d2883cd3e5ef77ad727d6a76195a3422f00ff58b140477c70692
|
|
|
docker-ruby-nightly~ruby~PD8WPX.dockerbuild
|
99.5 KB |
sha256:2bb42eb3d94ca14443f145fe1eaefd64a05482c1a4065498fbeb27211fb0aa18
|
|
|
docker-ruby-nightly~ruby~PNMPDS.dockerbuild
|
102 KB |
sha256:52ab8bc6f4126cefd81860f97120379d2d7683cd8fb27de9f6120de8b37c559d
|
|
|
docker-ruby-nightly~ruby~QOD5Y6.dockerbuild
|
129 KB |
sha256:65bd02dff0134b97abc2427f76dac9f4a7ce24d60e9e2ab913e803eadbb5f698
|
|
|
docker-ruby-nightly~ruby~SH2FON.dockerbuild
|
102 KB |
sha256:87deae743f5567fa351602517f0b52f1730fd8151875ebce2ee4bbc65d777540
|
|
|
docker-ruby-nightly~ruby~SHXA0X.dockerbuild
|
104 KB |
sha256:988fc0b22289b0098cceb3511e081e170c04c15ea35c580ce7c71dd2324f8581
|
|
|
docker-ruby-nightly~ruby~URAC6A.dockerbuild
|
99.7 KB |
sha256:12a356636523bc4f31d236527594a82baccab46106cf6426c879979e4bb9c635
|
|
|
docker-ruby-nightly~ruby~V3YE14.dockerbuild
|
121 KB |
sha256:455fc1f16530760235240ee3f6d9cd34806d1d7f8f106e4cd28f17341f91657b
|
|
|
docker-ruby-nightly~ruby~VQQKBW.dockerbuild
|
97.3 KB |
sha256:773c6093b5bd9a0ee6b794a6d13bc7d3ab748651bce63949882b60575ce82a86
|
|
|
docker-ruby-nightly~ruby~VUAN30.dockerbuild
|
137 KB |
sha256:9e054dd5b0f8466d4ef009b7faecd931f58de544dd328b9885461bb156a22362
|
|
|
docker-ruby-nightly~ruby~X6C7LD.dockerbuild
|
111 KB |
sha256:efa1ed068aba1791d4a1c39f192a53774f76dddcd2842dfd32a51a7ab74c5190
|
|
|
docker-ruby-nightly~ruby~XU8R46.dockerbuild
|
124 KB |
sha256:bb518a69524b828e5d64b327f4f413ad7a0db140edf01cd498ab32eed5f845ff
|
|
|
docker-ruby-nightly~ruby~XX5S2U.dockerbuild
|
102 KB |
sha256:f814fe6f7166a1d1f96f4f0d0d3487cc8fb371031d4059aee0781495e93f2bef
|
|
|
docker-ruby-nightly~ruby~YYNPX4.dockerbuild
|
102 KB |
sha256:d097d15428295fc733ded70e9acbcc707f7af6a2bff101cacef05a559402ad22
|
|
|
docker-ruby-nightly~ruby~ZBDHKB.dockerbuild
|
101 KB |
sha256:d92cd000668c9744c63bc27fda51ebb864b363b7647aeeb4780a86e0e9f560ae
|
|
|
docker-ruby-nightly~ruby~ZT00TX.dockerbuild
|
121 KB |
sha256:0bbc0fbcbff23f27cd30f9798c9b6349078b733bbeb357c27794c504120d682e
|
|
|
docker-ruby-nightly~ruby~ZU78PZ.dockerbuild
|
102 KB |
sha256:0deadd2b605859f3964976812266f181f1680f1ced91aa7146edff0332eec651
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:14575d0b1fef1eb280cab41c1962de9c2a82448ec22cdc8a3dc3d012aef2b8d7
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:ea4afacb2c5f5cccf207495d4e913ea83bc05be243870a116a258a4e6d7cf63d
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:ceef06db67958a8aab25544dd405b7b001b06fb5091b68df49edfa6622e0ef2e
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:e3d46f18d6799cdfa8cc8eacb61261ef7bfd9d585a51c96749dc59430f48f1bd
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:86f8c07b87ff53f58e8a67896e1de0c872e76e359b43129003c7f9eed29b0bd2
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:2dc660495dd4be53f4f0b1a75b431a2e6cec82d621a5107cf96a3ae3acdaae69
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:8d04e0c8f98ad2b2adb5ebe58395431e028f32f075283fef5c493e7d5675708a
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:9d4656d9d898a31a9a724dd0b8a55bca796c44d3ea17eb8c87461b1094f5ae63
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:682f350ef83d204a3cff1e3689b03f62e264471a29c0303525d3755fc54f8aa8
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:b02f6de9abf13ba363b43b052e72391bddee560be069764175618e580bfcdd7e
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:b2b978b989ba75a525d589d2617288a43a98924767e72682dd41312634bb7be4
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:221eacf1816b81df3a0d68bbfaaa39721d8392835217593e41c9a074c4bc7785
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:eff8df78fc1fed86dac8c6f9eaae3132aca9eb3e02efed19f0239bc35f2e4c23
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:5bed06ca3f7c3453ea167e0fcb57cb30cb987235a62d44f00aa6bfcb9e62323f
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:bee71d7baf84b8562495a8c6a3845b6aad5c5fb784798cd67c8a1722e46dba7b
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:ac150ade687fc158aa2b89994f1f687d46122472f533e77e3ede83de044682c9
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:1d75bbe2fd49469fb98c8ffac7981e44685b50de5b7a32165d8987650f5c3bf5
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:bde029e3617a487c2a2553693fee47c3216416d0949eb5e525c50d28366a74e2
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:629aa046dc7d123f05dbb487c7adc0c9e400b1b21507dc02556e16a9179bc062
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:63efee3c8eecab8b242d7811f5e303624315988e81717db3d8511ea0f9c1b514
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:37908885f65136cb3279f1f9c54809c29389a06985d5a8cff086c758ac41df2c
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:5cfece6fc938187cfaca92ac4cd0808fdde91920a2542739b6e020eb1d293a4a
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:0c13f87807600b9d8cc30050d612e3cdc9315d967b67ef0b2e35dd85486c8753
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:b2f5d72d977c0abe60be063ab2119afb2b1f3cfaf842fee682d2bce50db0d1ef
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:4cbe8734ab943d5d6c1b654ca7bfd9b97c4d4df214d101abf6f54fafbf53e004
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:15339525ad04d5714049212fae5b616f6f68701e2dd9a6c38cce0e24b927e75a
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:ff74d8f8f61f6ebacc4cd5140540ece3831cdc6c58e34322e7a6e4263f03c8fe
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:c7a38a020855497ab7b116aff9a54b6fbc9adb6ac6e68f5305b964e6d0d27208
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:035c6136468a1a2c299b69d9860f63f6019ed1fcd7c3931001319a679e80084a
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:93ecbf6f352e5e198ff86da54d7a1e46e2981b8ab7788e269fe84a32213b3b32
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:60ddb9d7d98ec06e9810898b950614bb72585759326cc067c5505c404a803efd
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:29de3a033556e0746c61be6f754bd371f0bfa044697013331bd2c618aa4bcd99
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:1fc8c553707240c8ceb02d40f253b2a716a6af2e446057e575eae796dd08aee8
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:4fd9f043adf51667ab82bea1882dfd5c35ce2d68d8b1099e4067ec619dee56b4
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:4012aa8a23883935adb4b5a549724a9f76ba9c84bbab9232404e9fa28e6c6e0b
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:e3dd89f92a3c08130374ed56b3415a4a9c88f4bf5a27cd58d84a84c87900772f
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:c22cad811193b8622d27170be9428a6a221b100aeb525a76e85de4e77c4b1e87
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:73efc2999d7bcee2774f7a0938de5f85db07951c8e0ebc163230773983af2a9b
|
|
|
snapshot-master
Expired
|
17.4 MB |
sha256:8e16d0803765cd0359c0865dd67807136ec51bfb09d2d3287ddeb972a895863d
|
|