Docker Build #825
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:
|
|
bookworm - linux/386
Failed to restore:
|
|
trixie - linux/386
Failed to restore:
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
trixie - linux/amd64
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
trixie - linux/riscv64
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
bookworm - 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:896b5057ee02c0cb02dd4d7bfa3051530a2a9377c2691c74c032273c6a3a7d35
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:ecaeaf64898ecd33995271fea2158b1beaec6b68b936416fcae5b1584d5cc0c2
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:b774b033d812846e88f194f1f4cfcaff2e923d43de1e90a467eecc9fb9244001
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:b8a1df6de029fe3cacfcd8ef85474557076456a4e7b716795a945e35325a4c2c
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:7df25dd5e061ab3f61e52ef4b2745a30193ed54671cb1af1036298b8b57920d8
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:e5f70f91e53a761edb677847172729451f0864c3f06da3fd9752daa6d2f600df
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:922eab5888bd167faa48ef4e24a5e88813d6cf4506dc5c5bffc470852da99001
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:7e3717df3eed38de35e90a766aa4cdd46711a5518bacf2ad2a667a9ab00e6030
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:fd9fc8518f12d096c49af13af1a63d91e3fd3f49cad003a357e86697d1bb566d
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:c135bd64eb4b57c47fc7072c6091769b3e98a837d351f328892c8e27e98b1579
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:6fdb0be02610da545d3a80504f97dd4acc42f8e882f220f4464bcddfbeff1a10
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:c1692f6f7c9eb6920a3d092dc8bd318fa34431686c31ad58842465229f21ef7e
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:5dc9be5cecae25f11b5aa2a44499635c144e0766a2a0bdf7c556d9798146bb64
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:d61f3193769c832a431943053184e452fa79b3f5c80d2bdd4eab50ab4fba6550
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:35e8657974a8bf56f875ddd4210f6a06b01bcfb27f447d79879e8ca39ad8f8b0
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:e72727610c425ed9e48de57d95e80d2fbba39df1122c5b08dae7912e17ac0d06
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:c85cc6bc8904caf044bfd6ef0d5a35041aaa90c0080f303c1cdf3f11732106fb
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:c671f52d89208c7e68aeafd5b90f20a977092a76228901b8b9a3e7f3d1077b5d
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:9e22d1632018cd83ccaf387793d273667ae8860b6cf64ba12399b5c0ab13756d
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:8ae12e1476eb5478c9dde60a61dabd92e5f4f8c89e9c734e910ad72d30212e91
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:48a6bb3e8628ca51f5545f0695fc3abc8540a60f9b8034abee9ea90eca223fcd
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:2752d5bec1e911992ee80959ec1b596b77bdd608f8fe0fe59773be468f341805
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:b0e15f66d9f86fb7c38f26d184afc97091339b290324eec92b9674e61660ce00
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:46eb103168cc21bfbfeec04b73be5401b3f52d4e55392fd237f3726d03d61d36
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:3afcea81ac2520e8b0faf7735535053d9cf8b159fedd9beb7df621231f640001
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:759f41590e4dfc634d36afda3c26ce6e1ee8240819f8e479e52d113d76c71d83
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:a718427edc699c23f243a2090869c2f541d131511573308064f079dd71be7233
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:e3b794947c4b1ae99ffe34da3dfa596274fd69317a12ec82a383aa3340dd7b26
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:c39097587b4743c48e3b57e25fce94c10bc6c325689b9ff5ee6094f235988c3e
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:fa0c4aa52ed20d889c3bc72c2d10d29618bac19d907aba675fc76703fe70b137
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:317c24422acea33705459309d12d5136759aa37cdbc01aaa4735701b42e5eedc
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:7b019ea2bab3f10d511a45553ae93581f4c1d78c8394a6fef9d1c4647e3af9e6
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:fec1e48cab3251962a74b83b4e91ef1bb840e18ef5e1a1a268f4fb4764e0feed
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:af13be674174933c95f1aa3f4d941525629a45d363482a0497d47b4cb3c7e21f
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:d5592e598133432a5d72561fbf3ba89f49ce6307ee0c40e27a2862dd3b22e0e1
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:8257649b533406fafaaed8e27a86ecc9a7e333caa73f3af3302fea326fb09ef6
|
|
|
docker-ruby-nightly~ruby~33GSD6.dockerbuild
|
57.2 KB |
sha256:b35aa00a1d477fc5b8d34b61552ed8392e273589a83f27d31c1c8ca8653a5069
|
|
|
docker-ruby-nightly~ruby~35AFKD.dockerbuild
|
98 KB |
sha256:41b4e2f7a5d11bdea288837a5f12cf318c5b100bcbcc8f856e27b3fdbd23c39c
|
|
|
docker-ruby-nightly~ruby~3LG9PL.dockerbuild
|
96.2 KB |
sha256:63fdde5c0913cd0fa0266da769edc00c0e75fd5a3e7326fd63bee7965b54916f
|
|
|
docker-ruby-nightly~ruby~459B06.dockerbuild
|
102 KB |
sha256:43ef2c3dff76f078c5bd6269b6028c58d69510482e720d14c10507b2392e91b3
|
|
|
docker-ruby-nightly~ruby~5C269M.dockerbuild
|
103 KB |
sha256:f401093c7076bc6861b4d915670d3d49c50705fa572f6f74005169121b3e54d9
|
|
|
docker-ruby-nightly~ruby~6QTK4W.dockerbuild
|
120 KB |
sha256:1acfed7a76f69aee34ea697877151e65698256cfe79d4ea43cc4c2d2e8e287b7
|
|
|
docker-ruby-nightly~ruby~85VKRJ.dockerbuild
|
103 KB |
sha256:12f46c86b5d88bf2ef1028c635b6fc9975301f61321a69260cefcc40c39175fa
|
|
|
docker-ruby-nightly~ruby~8CVX9P.dockerbuild
|
104 KB |
sha256:6eb39d48184e3b03a212f63e5deb0d304c743301869a673e28961f5fe7f74842
|
|
|
docker-ruby-nightly~ruby~AR2TVB.dockerbuild
|
104 KB |
sha256:d93599140c6c66d80dc2e786f49414490cc3b0c644b876d6785ad3db46380462
|
|
|
docker-ruby-nightly~ruby~BC3AA7.dockerbuild
|
104 KB |
sha256:0a899f9c22f16d7695f7e10abd8e4d850a9e92e807f6d6995f4c075b414713de
|
|
|
docker-ruby-nightly~ruby~EANB9H.dockerbuild
|
100 KB |
sha256:716123bb63a774ff54086126c3406c4a49f03f5d0534989c130e957ed81fddba
|
|
|
docker-ruby-nightly~ruby~EOJNWB.dockerbuild
|
102 KB |
sha256:ab698e81c810b69125473aab653ca14ac21d9ead16687b073a2163d08d712625
|
|
|
docker-ruby-nightly~ruby~G8QUHJ.dockerbuild
|
125 KB |
sha256:f032e930a5246a00eb212a20793ed1207b5e0800a89cd24f6e8e008e494c5547
|
|
|
docker-ruby-nightly~ruby~HYL20K.dockerbuild
|
103 KB |
sha256:cc9851517723c205d8aa97091e0e99c4afd92507e39b6c3918c7ec1811f64dce
|
|
|
docker-ruby-nightly~ruby~IKH75Y.dockerbuild
|
102 KB |
sha256:82088e3558c8452be1e5c6e8fd0995a82ea90b3208f54c316e16ae679d252e4b
|
|
|
docker-ruby-nightly~ruby~J2FHQE.dockerbuild
|
154 KB |
sha256:f48bd3245a076b74eef75e095456d60dd96ac8f622126d90f37c83d6d3d6b122
|
|
|
docker-ruby-nightly~ruby~LR6VC3.dockerbuild
|
154 KB |
sha256:a983491982d1e3753a301f5c8e8393b2d7029452cac527c1256c00d0badd7e0a
|
|
|
docker-ruby-nightly~ruby~M5GGH2.dockerbuild
|
94.4 KB |
sha256:82170415f67b550b823ca0a794aa099ba94e7cd9ed7379fb6bd8ae7175d8aec9
|
|
|
docker-ruby-nightly~ruby~M9APJO.dockerbuild
|
118 KB |
sha256:e9b3b2c50d3a1e06011a2ddea6cb768430262c1a400cd2ad17460f09b4b1b5ef
|
|
|
docker-ruby-nightly~ruby~MFN6TW.dockerbuild
|
101 KB |
sha256:a5983c15e4315dec6fabdb577f5a85247c559ebdb7a6c86aa03c0fd0eaff9e07
|
|
|
docker-ruby-nightly~ruby~O1ZUAJ.dockerbuild
|
100 KB |
sha256:9a9d149cb071007971448b37312c155aab85c43c762a5003c2c0798c8351eeb2
|
|
|
docker-ruby-nightly~ruby~OCASBP.dockerbuild
|
130 KB |
sha256:04d9648496e53a471f228e75e68a0cad40fa126fb4420e3d62d2944b42002432
|
|
|
docker-ruby-nightly~ruby~ON715W.dockerbuild
|
124 KB |
sha256:48f9dbb9cf3459e16bcb74ef34d15632951c679f46af235cd8ff4ef6e559b159
|
|
|
docker-ruby-nightly~ruby~OOJGAY.dockerbuild
|
134 KB |
sha256:e2fe9cf02a40195c63e9ba2b6af66bda86fad4849d57a20d9c1c61fae18d3689
|
|
|
docker-ruby-nightly~ruby~PM3EQE.dockerbuild
|
122 KB |
sha256:4d6bd71d07a78095ea3a2f203bc533b9f9a23264f14c293f120adcf23625488c
|
|
|
docker-ruby-nightly~ruby~QGX668.dockerbuild
|
111 KB |
sha256:283b534a714a8b35d436ae30980604552ed82ae518c4504a79e0696413baefaa
|
|
|
docker-ruby-nightly~ruby~QJV80V.dockerbuild
|
122 KB |
sha256:5696d243c7a26d28d2a900a6c786feb37d479a257756902a8469df0047f0aefa
|
|
|
docker-ruby-nightly~ruby~QMPRV7.dockerbuild
|
103 KB |
sha256:12212eba2692bae71ec89c2debce207aef01658e72b7346e7067d63fd1c048c2
|
|
|
docker-ruby-nightly~ruby~RW0BKS.dockerbuild
|
121 KB |
sha256:50da3fe8611cc283a758a473f119ddedb8bbe8ac425a2eccbf511cab3b15559b
|
|
|
docker-ruby-nightly~ruby~SHK079.dockerbuild
|
101 KB |
sha256:d04db0670b48e1612ef663a359d544884e14afda490d3ddb6226f5135f11837f
|
|
|
docker-ruby-nightly~ruby~SSLT0Z.dockerbuild
|
116 KB |
sha256:c649cf5d99817eb976afa5e9dc0efbe88f2f993d1f2a9a942a3bb658f0708092
|
|
|
docker-ruby-nightly~ruby~T5ZDAU.dockerbuild
|
96.5 KB |
sha256:721bed23a99e94060cc3b8ce50a949f612458010a91ca74825cbd4ee914ebd3c
|
|
|
docker-ruby-nightly~ruby~U00GIY.dockerbuild
|
98.9 KB |
sha256:331c9879c6c7a5bc03095f89ce67165c1c36bc5ece1eb7d0c11459977bfadffb
|
|
|
docker-ruby-nightly~ruby~V9KJKC.dockerbuild
|
97.3 KB |
sha256:16a6811eba76ea190b0f26a814f19cd762f7fbe0150e577f1da87b00cf85de75
|
|
|
docker-ruby-nightly~ruby~VB6U19.dockerbuild
|
129 KB |
sha256:a87d9d4db9a8af54c6fe90fb3401f00a30aba083f781cdb8ba5514a12241fbcb
|
|
|
docker-ruby-nightly~ruby~W8O5LC.dockerbuild
|
135 KB |
sha256:6b81852493912253629ab5328f4090b685ba7e56a396707ad88e53adf007fc46
|
|
|
docker-ruby-nightly~ruby~Y2KC1I.dockerbuild
|
125 KB |
sha256:028d573b1a603d7d06d9a76e017648a65aab4b039a90c6fbb1c429ae6c47bfc1
|
|
|
docker-ruby-nightly~ruby~YNL2LR.dockerbuild
|
57.2 KB |
sha256:a5baa9790d04dfa972754b9924b5528c7f22a660c2a6aae930dad01da548600c
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:a1ffd1fd7fc424d0cd7b1c5138a1203fd7df3f91b554b14fd3e7bfec175a2f1a
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:762d00accf1f24ec402af120603d0fd3d2983a343d8d819e9d4285c41f26064f
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:9473de79b9d5492e23f0154616a1edaf54ec4fcab5f8b25cbbcb0d13445e16af
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:c3ebd88d82592202bd49ae3a505e2498e9a72d6f5452d2a72b0446001a809dbe
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:021557e163a64c5530bfd7fe3cea3918d576a76522e513d88222ab3d936331b7
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:c623a1df6e436346b8fea83c671c80609c9b4e180c3f9e8d97e2864865933181
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:971661fcd8515901e69f5fd31c24779ca128d9723259cb6ed4364b76428c2417
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:eb09477e5ced3cc0bdc446659103f22deffdb57c4880eec5220660c1a411ee07
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:4610403264aaed4eb10c810514fcd456682489a33ea2823ed398eea73ff58556
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:3c041014f1492c5bfab0c017370319e042fac189c9577b44e565d5e738cb2b4a
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:949a3c5e5816543c9b847e31166e10f8e2dbd85ebc1fbe90d9c6bff29c93fb51
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:eb19d6f97d1175fa68b98c6f735dc94eec35dd23ef686c1e1b1efeabe2a8f705
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:51538cfa2699f67d1cdcffc8791400161d942025b4a29b7e513632d526039fb4
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:c7b090a572edc60f0d2044fb9ba948a2fe75dd8de12f9aabce114e09b8722f3e
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:58037fe6444409619688ff4c8dc6ae034e62c5cd538eb4d3985124ebbacd3853
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:0835b0f436224ebc5192d9c061ca93a6c9c6bca89a257f64bf099580853357ac
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:919ea8108ae3021f94cc82dcc35c652ebb92e844554e3ed46325b93fdf7982f4
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:0f408d9dbda7bb5e618614c482107d00e44c891ff869a69241472fcec6c8f056
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:63ca9ed22e1749d13019a678a77dcdde011bab2e3a52a86bcb54a7ae5f36c12e
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:eeb1c5e60e5294f1606960964843df8f5dc8dc626f554d7fa91d317ac49d3a11
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:78b3ea851fd88d41f76beb61f3b0f87743b1e641161dfe3842808f98aae24d91
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:78dbc3a7b209386d5fc80f462d566220c58b49350190dbd6d91b352ab7441a4a
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:bef1e159a21867b00d5547ca3ecde982f50b5ad0cc05301854e9fbf7580e8141
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:6e51d64e0e6a446902bd34b23d7700114994af620191eb9d49e6feb8e677f430
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:723ea7e267407b3adf69f495cac1509278c5c5e0c9d34c2930332217f98c3bed
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:71ad06128eb03b7bffb618a6b85cff907cd290ff6269a82053462f36ed23acd2
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:707a925711b7482fb337ec9b60fd136fe98fd4b36068ef1e65ede95004a9327e
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:4b478054662a9272282715fa9b558d6ab8a54afeee970e8b0ea1c27e0e5c4c49
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:7302135bbc6f4ceec3039f6f5a018712b4b9a84bbf2dd4c8fb669108dec2259c
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:bb245a0afb5e8cb043a7b7d9073fe36958f7b79aaedd8f2d88c423dec653dd58
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:6fac270e16d4f0ad9494d4ffad06311d3556331cb84a2fc3fe639d002e2b60ac
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:657ba5dc2b25b65a191dcdc4ca549989984584466b65f996dbedd87f125428fe
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:4be27752e488af1d219075db03edb9b942a94fe8f89937f502eb109f0ca89bcf
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:b585996c0ac51000be00aaed1c5ab987b5b4b1328277c076cd2ea026d7f71b93
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:d5509cd5c12e742334cb67ab9e0ba0eac5c71db66d3eab09a8b17f8c37093d54
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:0e75ee6266cb907338e71adb2f80834273966a4670f6fe21afdfea3b5a43d32f
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:587979891411dc80af1c2a05953fe9d07f4c4e2ace354c172bc634eb59d9b66f
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:2ac185f7bffdf3280316d413078c5c71ca4b61b06e4d4a6dabad2d89f2481a0e
|
|
|
snapshot-master
Expired
|
17.4 MB |
sha256:2c132a357cf932db0b89d3765d09f538b34cecb1d491fe131fd2b7404e1cf18a
|
|