Docker Build #823
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
|
|
trixie - linux/amd64
Failed to restore:
|
|
bookworm - linux/amd64
Failed to restore:
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
bookworm - linux/386
Failed to restore:
|
|
trixie - linux/386
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
trixie - linux/s390x
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/riscv64
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
trixie - linux/arm64/v8
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:246515cdca7cfb16c199c22e73cd7521a3ca4cacf856498365a1194a21eee18a
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:c08b3c7be239805d6165ab9bf353527a016ed58b01e3f71e25118c8c6abef79d
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:c2bf12d32a52b87c1c0532f324892ed9f2871983d4f106dca61c1d68e2107e3e
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:8b76abd62fa176fd6f8e37e8fe54ecb4496daa538ee21d30a9ca311f87971522
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:9a59cce88aac2d787eab6e0f82cf636dbe23655d718be602026123430a78b111
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:de77b93202c58aa16b2ffce6c2d67fe73490efa3dc3a63ad2705dbb0623084b1
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:81fe6f6617cb87bc56393c5925725187257ec157232271f7588cd646da17e38f
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:26f1e527eb709156ce0b1ed1f4d45e70ca80bb9d26c150a776a07dc832a0deed
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:07f8add22842ebf5c250652dc81c66c4eae7f95f9da54c76071615a78583b1bb
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:cab17905f588ed9aadf0191ece2ab0c5a65c9919d6620e822639005b7586ec59
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:485bcf3572987fb8d49c7f5921701b8bc71c90634b3c3edf46a5be2edbfb0ae9
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:df83f68753db539e26bce32fdf69d426c921522d21ed6bef1bae9e3de735a596
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:a2699eb78e7d69cd31ace0003f842e4e0521d60ce2efd2fb13056e953843a887
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:29458eb7e3e3a2ed4617e3582b8d79443b4b6e388525213e32997462013d16fa
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:5a823db90027ee670cd136311cfe48ddc63b2824eed25fd88c2b8240c730926a
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:698b9c68a306086d998c40fcc5dd854f7d36575c6216ef47deb735ef2b93a867
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:697c0dfa78550baf9e9eaaa7723d85eb40f8dd1f6f7551e2f2d5537c4f238291
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:fa22f548ef6bc763c3990c109742d972e08d9cbb17c2bc72b53e7901acf617f0
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:1d10fb5d718c0f2e540968e21b98f427939875f10ad86e073b51dc86e79fc744
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:3332df8aab22b53322eba6071e4cba3e14459f45fda809c6d86d1c9063f637b2
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:5168f8c2890272ff590ae802a15ac13b08b99454afbe646337d308e1e576aad5
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:961c5c59d95199f8209b45e6ca21383a285e06ca19bff947112e0d9f230938c4
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:ec73476805a6cd44e8462ac81b7ff3cfcb4fe58b4ea4b40509854306bf8c6017
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:9b57d63400a1dc8419aaeaca621382bfdf98d0dd15706691cbfcd32f04064e2a
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:ca394bfaa53abdda909f4c513539d87bb0a55ea914e0e2a89eb9e0a4e0132332
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:a231e2bab3317cbce2eed256c539130871aa51d527a1273a93f00f0373693a66
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:a2c6af86fb566eebb2fccb18ac63a90a24db4398a3a7390696c7185f67319c8e
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:fe15b1d1194596e0dca6e73752265070cad51229cf3319a3ab1af8778136883f
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:56a19705dcf5743354a68be08488a9f29b513a3b49e3bcbe898da9e28033664a
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:8842ec3f7e43b037a5900a960ad9336f2fad30de7ccb4740acc3b269db1a6c09
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:ac052151aabd852df0a0105a67c6ea30429a612f89bf6c20bbf9aa72f41b0b62
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:e72ff603db090b9603cdd76f5169a14055a9aa3c92991173d7cea16a027e31ca
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:04d0bfaa8149fcbb1d3323d48ed7d7446c0d10ddd499004dbe1679b4ab94bf9a
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:193ab786bc89509045a768c528184f7f1256559ac2019ea5df01d9268097991b
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:cbcc85e6ddaf53f02d4762c087ccee88151cfd8f2d91e529ddf704b8c96a37b0
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:00fe58eded30d2830ac4834a40fbfd4748bbdfd729ba5da705d17d312e4f873a
|
|
|
docker-ruby-nightly~ruby~4UVK7Q.dockerbuild
|
101 KB |
sha256:6a7a4b41b7a5ee2fefd77d23d6dce05bad0454d0f77fe6f947a398ee6b697140
|
|
|
docker-ruby-nightly~ruby~68D7ZV.dockerbuild
|
96.1 KB |
sha256:73a2717ea5f69f578f479bfb7a00903ee104d421ffc992a8392b8e5dcebadb76
|
|
|
docker-ruby-nightly~ruby~68JHUF.dockerbuild
|
98 KB |
sha256:cbe8453d61cc7d5f73fdb9b985c99be5ac51ed64d35da7c9fc7389ac14beb932
|
|
|
docker-ruby-nightly~ruby~83OWNN.dockerbuild
|
102 KB |
sha256:f1cc3de51122797c1a97072ebc08cbfefddd6b2c53d9babe748df1e26549e04d
|
|
|
docker-ruby-nightly~ruby~B7K167.dockerbuild
|
119 KB |
sha256:0adbac72851a11846b29e45d3a40a11f7c865aa4e0926767617ae60fe0405a1c
|
|
|
docker-ruby-nightly~ruby~CZVG7E.dockerbuild
|
129 KB |
sha256:784928329add34a0ea166a23d24f56e0b0341a1a1b3ac0ef098970640f4db836
|
|
|
docker-ruby-nightly~ruby~D6N9KW.dockerbuild
|
128 KB |
sha256:83d5db021b50c983391ce413a13ecdb3796a526f6e50088873884eb6d9e59176
|
|
|
docker-ruby-nightly~ruby~DB9SW3.dockerbuild
|
125 KB |
sha256:d99e968d81a8b00af2a85df0ee9a3c06e81bce0b7e88b55ed12d3984b60356d8
|
|
|
docker-ruby-nightly~ruby~F4RRXE.dockerbuild
|
105 KB |
sha256:f573452e32cb57dc6c5f3035d60eb2af54d79a4270236a9f70c1e18de62cf1b1
|
|
|
docker-ruby-nightly~ruby~H2IY4D.dockerbuild
|
101 KB |
sha256:0fcdabc65d4d4516320c06815452e232bbc01095814b544b82364fbf631af0a0
|
|
|
docker-ruby-nightly~ruby~HJ8IPC.dockerbuild
|
56.5 KB |
sha256:62c856cb07e36c4a6f646107084a7663c2f443c18087879ec294c3113f3c25d4
|
|
|
docker-ruby-nightly~ruby~HY5G5C.dockerbuild
|
99 KB |
sha256:8070040d94358c4c6aa79794768aa240db34d24cea859ff723032c5f5601b059
|
|
|
docker-ruby-nightly~ruby~IRRCQH.dockerbuild
|
108 KB |
sha256:df978079e95e20d709c9c5959b52da8e9462017ebd5bb22788a2775e83c50144
|
|
|
docker-ruby-nightly~ruby~JPQN3O.dockerbuild
|
125 KB |
sha256:f98825c190badfe87e140f6213db55060dfd44849eefa993f2ad754a62a65c16
|
|
|
docker-ruby-nightly~ruby~JZHKHD.dockerbuild
|
124 KB |
sha256:9dc6a5a76fe9f11eda1417d9dc2a51f06962f81ecf23abdd94dd9058c79d8910
|
|
|
docker-ruby-nightly~ruby~NDUG4V.dockerbuild
|
118 KB |
sha256:9926996a78230f4441709b8a517bb051583f3ae54bd98152c8c3f865a1d5f0bc
|
|
|
docker-ruby-nightly~ruby~O94Q7R.dockerbuild
|
132 KB |
sha256:fa69b7ff81971d1f51cd73c7fb754b4537f208b6d5fb6c14b23226f4f97bf10d
|
|
|
docker-ruby-nightly~ruby~OS5Q1I.dockerbuild
|
134 KB |
sha256:b3276b750d10495c323db2022cbd2a151729da6e9cdb419cae2a24fe859129e1
|
|
|
docker-ruby-nightly~ruby~Q1IAHK.dockerbuild
|
101 KB |
sha256:0f7c80b164b1e8fd4c85c148820e807b83ca3ff8337e55c083174c00a80a870d
|
|
|
docker-ruby-nightly~ruby~QTGC2Y.dockerbuild
|
102 KB |
sha256:660c4386135df550163c017ae4b5b81846be0fd10265f5701191f07fe1aedfb4
|
|
|
docker-ruby-nightly~ruby~QUT3A8.dockerbuild
|
114 KB |
sha256:8472d71a7b83848c1973f33adf2e1752176450ef2ed9023b612ed88377d27546
|
|
|
docker-ruby-nightly~ruby~QWGYCL.dockerbuild
|
97.9 KB |
sha256:2d1c77d86528d0f1a4386b90cdffa2d2cc2141876af6ef0b1d2f14e84a8bd194
|
|
|
docker-ruby-nightly~ruby~RLDYXU.dockerbuild
|
103 KB |
sha256:1b01c802812f848a7b11288b81c57e9cea22ccb2684bf922064458657d8a6353
|
|
|
docker-ruby-nightly~ruby~SPMGIZ.dockerbuild
|
99.8 KB |
sha256:13f3f84f1f95a717d7032641a75f7743863e528eceebbf3123c41f50cd90308f
|
|
|
docker-ruby-nightly~ruby~TCCZ0J.dockerbuild
|
99.2 KB |
sha256:b1cf3ba82272a487ff63843397339a90cfb250600f30dbfc1137aa5d122ef7b7
|
|
|
docker-ruby-nightly~ruby~UCLYE4.dockerbuild
|
98.3 KB |
sha256:7d97eed217bc9b8148b3886a771d2a3a9b4d7cebd3dfc0a6e234d3e601a8d061
|
|
|
docker-ruby-nightly~ruby~UITBF7.dockerbuild
|
57 KB |
sha256:8d34cfae79df4b1738cf931a7546aaca04f4adfe7c03a24e6e027a0e4a1cc6f4
|
|
|
docker-ruby-nightly~ruby~UPNJZR.dockerbuild
|
122 KB |
sha256:a7a0fb82c16c3cd3e6318be60567d82160bf590d8a65130b2f5ace248eb1f4da
|
|
|
docker-ruby-nightly~ruby~UQZWKW.dockerbuild
|
101 KB |
sha256:583569186b770f0a09988cf1c80da1e917d120f64400871abf125b008435066d
|
|
|
docker-ruby-nightly~ruby~VHQIMY.dockerbuild
|
98.5 KB |
sha256:5ed49b2f8a84899da824eec6eea4a0559e4def9326003dbbe69fdc22e02969b7
|
|
|
docker-ruby-nightly~ruby~VYFGP7.dockerbuild
|
122 KB |
sha256:62bf9a06ad578c13f17afe401aa9ed09eef0f24ac9975e7ba892691cd5c7dabe
|
|
|
docker-ruby-nightly~ruby~W1OCJV.dockerbuild
|
101 KB |
sha256:4fa3a6823352c7639395a23a9eb3999fbb6053a066f97d18449746f6d856b1ae
|
|
|
docker-ruby-nightly~ruby~W9D4UI.dockerbuild
|
121 KB |
sha256:abd1b44195b648b100e55b88c06474898aa90e2683f8525abd747bcbb334f423
|
|
|
docker-ruby-nightly~ruby~WWD6EX.dockerbuild
|
103 KB |
sha256:e04fcc94dc6a703c8312be8877170324ec03f927b4388e20d0965a57adbed840
|
|
|
docker-ruby-nightly~ruby~X2NO1Z.dockerbuild
|
159 KB |
sha256:d6a41444b67d1a2cbb5ee2c17f268c9ada740023284e6e617e3a388c9dd5d962
|
|
|
docker-ruby-nightly~ruby~X43T8N.dockerbuild
|
102 KB |
sha256:b12a86bce1d04dda67acc99dcb38dc8672151410dd8022f3cface35f0fd2394e
|
|
|
docker-ruby-nightly~ruby~XC9FMR.dockerbuild
|
101 KB |
sha256:40d94afd8c5183d55f598c941054e1e08c104f1001fd1fd7f2d58475e7e5fda1
|
|
|
docker-ruby-nightly~ruby~YWI05S.dockerbuild
|
150 KB |
sha256:257b4201dfe5ca476765762f44ba7f5382e82d61407adc9e667ebab03c5511d5
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:adeb2c5d70ebe9b13a215da3a06a8271a1641240c6b2e8b0433dbbf6c14c8f92
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:c67047389e7ac70a921b4ebae0aa5c607b9e9710fa4687b9c2418677364a8af9
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:628546ac23a2aef09a65eb83825a06e932e3f624a73fa7532f61575a852e392a
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:513406a5ddddd5559dc868a93e38b47ef33de728ef452bd7fb1956ddd311092e
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:0fb602c9c4c73bca8973b53271b09bb357aa4c620b223769f18806f8a276e425
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:7905ae3ca5923da2b467e694abe221116dc6445b99d1b60d60371637e23ec75b
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:3bac7c72ccd8dd3ef15396ee85573647ad1930ea931313e8d7ece3d479d96570
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:8e980d882d9e06778e50876a27f96f40bb1c084d550a63024ed4f13e16fbe5a5
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:1f71e037804ffcc002414a51ccab381c90bbe07a179aee12a4bdfe7e2116c7f0
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:ccf7d6ff68a447c8bda580add623f1f7469079b87f26ee37043dd2737b5e53df
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:79bb9d59f9df95eb4175449857159386ccdfaa6da1c6cf7a9e74685871129dc4
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:1baa4467b9b22104f757c104eab73d572ead9c7c818b17197415037584f6d1ab
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:6abdff90b47a3efec449c76d5c7613c189ce5dff14aecc7731e28cafc68c5fea
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:225bcbc6697224b82e33aa8ebd023a6160b36d1af7c404ccd6d7d684c0a7bc36
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:236afc688d87fa7517554fffaec4764474e1e5d897e1a50ea15533d739f0e6c5
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:341a167d7ab95c463fd74a49ca25010bfd520fc0c1dce8424fb2026df142b440
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:278e566d955a7f98034f5742d9d81e03bdcee617aefc48c1d3fc8aea37b6910f
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:60cfa643eeb73b88d8d46f6d8f014333f59bf6614b366ccf23d8ec9efd79c3e8
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:4f50ffa600d29f88e42d98f92ccba70c0a921cfb5f92681399d5d9375cab438c
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:24c31e938ad7ed903f0c5a0cb71370b11821016b57f0448afaae989aff857311
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:1de2ca72677ea41dba109db09bac2212a010aaa3cdf9a37e993ef748b942f888
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:ca746607f45dd164f64723bca3096008470e00f914507e1498053db88ba8a53d
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:94a9cde5cf5dc1f9f98536cabb156f4f42b5c607c03735c16b50c3178ce1f9ec
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:e8a64324e7707a911acbc5a522ca73cf69a2b1431487fd3b2c64109ec615e90d
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:7a07adacccad7620b3a0d0c2e0bd7f8aa3799121a8b095bd0a2a051a0127f7ce
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:9c1e5779d25da1bab9bd361d14739802350d76c645da26fb6065bb6dfadc558e
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:07ce2d811ab55e3d1e14b88a7fd020833c2f823316882692477ecadaa977c746
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:b5fb4bfa9cac253a30a071e3d28bd6f7c3f63aebd8b9545bc5cf43aae6db083d
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:c58ea21014ea8a72ed039b87abc77dd83e4c77ee0bcef631985879608cb5d466
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:2f493e97410c198ea94cd91f4b7e95ca96a5c30182d369d5f2d44fd1d8c9f0d1
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:048228fda735fbd1951d847a95c364e80065b7c19700655e4b064da936cd20d1
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:d2a89535804e0610b28497267831ebb2519cba1320f1a9fd06df3a3652620269
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:f47307918c019b84be1ae74dada380884c33a94d6505e3707439842cfd522e5d
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:a505fb5a32a09b2d32d78d642c093a5b5f8b6b1e59d6322f6f1955ea6ff2c6cd
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:fba4a3d02e4822404f3ff7e224932e067376cf98f027fc6d7d06690dfcaf8c98
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:a39946068bfdaf735c505a3992442d8dde583d7c1e48af2dc1def1d280bf463a
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:f19efcdf389c459b9d1197a2a9333cc1e8f8b2a8dd90f4417ddc43756eb6b156
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:9172964b03e413d90ad23eef5ba681778ffbd73875f9428b26f522f0a0a3aae6
|
|
|
snapshot-master
Expired
|
17.4 MB |
sha256:7cb5cbc09bf57442370d8544d916f6cc9e9bebcfab7f734aca1428c2a90aced5
|
|