Docker Build #843
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:
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
bookworm - linux/amd64
Failed to restore:
|
|
trixie - 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-trixie - linux/386
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
bookworm - linux/386
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
trixie - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
slim-trixie - linux/riscv64
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/riscv64
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:3fb716a8b5ac41078d5d76b048d7eab6ff78d742ee7d55365ec3f0d0675c0090
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:0925c02aa88185230b0bffc7a1597761d966d3babda2ab184b302d54c3563f1a
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:2d8cdd45f3de41dc4ed2f448ba893ce3592cb1e6cdf69623bad4d7eec1b18e38
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:bb5ee275e49924aad18d59e8502739c876675d2a9e8932960402835bf9993222
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:b24aba223de589845eabe6cc7eaac2ba59f7f6c1364a4ad33d362d4acec5cd0e
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:06ff60278ecfb5ecf72213c087cea845a7bb0c3b97076b2287e7f95f7ef8c0a3
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:3ac0c4ef84517b6c01c36ac40f658908ca2a05158f67a7e00140274c17e53d10
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:1ac4cd00129ee3e99721568aa892b596f62c688a889991b544f93bb0d87c28f7
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:86616710dc10afb79b1e44a2526707dd23f2c07181b774f2146c922fd242dcc2
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:a7c16fb8cad9d190324df7e8feb9a1d787cfa7865960e457f49a7824bfe23263
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:3edf99e8f1784f7d51e758dff29e3c6803fa6ded5f23ad0e956d700a356d0b8c
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:bfc2b353b5a51d3b1494f3a8bf1c3af9da4866b4c43c16be79ab00db8277011a
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:71ab657829046e846d25fbfaa433b1fda1095464509f9232f825b9298120500d
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:033294204036519c92946decd94211ebfaae7b7711e24bfa65e2c29def7c0c9b
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:3aad2c0c9fa837319ce95519bf209b9d86068052f92b8cc7972a795215173dc1
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:1ed5191a05ecf93f0cecb9569027e92e4aa6f9fa3fe654c7e185465a1d427bad
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:bc587db0968a6e377e1d0f3bee83303115d0d5090de9f890d9b8c01dd0018961
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:0f97f22e13162b7bc62247b6f4b4f3cdd468325a35517ac5d180cac0bfb62bdd
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:7c0b10f8a4423adf261279e6ec8e88f6498b607c53199ef32457b2e038497b07
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:8e7cc518e2c221c56e3983c37f80f05c800d2630c298197139f305c96a683dfd
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:118f946d3f82f68004933748f0024ed3b88f19a7d31d89251b1f4e928f1ed771
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:82108ed609d4211a49bc71a40bd42ebc4c875e6c51f6ab64793a26b0d27b3024
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:f1220c7dc19adfa87efe24652cca2bbe0b087cfb2f20e40f6ee8060aaef3a1e5
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:1d748a2ee4b9688b0abf4929eb857882de0618e10c988a3d424e81118f602530
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:53baf65eef17030b8b7377b8670cda1304c863817376ab6d0ca259a09e811810
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:a7c33a8665f34d71550bed9320e9940011aa536fd7dec23819bcc88426b6dbc1
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:d178081df2cfd2dd2d1cf293fb84b06f676beff53e6da7cc97be2fde8bed8990
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:0fc43b8967c29251b5e97f96efcc9570648e6e796a1e28b5beb1da7e78cd3581
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:5e7ea76d8b6cbbc5fe5930887c9663fc5ed56140d9d92c9102d72304a3b64970
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:02902207b30bf6daee8bd192e8dfa9142425ed089c7288cc32f569b3edaaf544
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:d7e99af358149045de73de84a15717bbacc5c380f8a5b135dabc36d4016aeeb6
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:13ab2314b07cabf08181d38b10520e1034b4a1ce7a35a40a9c82a26e5dbf7631
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:3f5e528ab1c9347b7d0a55cfb8f6f607f905d75a9b08181e0251ea2646ef00a4
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:b77e470f81dd60f591faa0c9a5828aa6e665b6cb87a8711422347132c22a0ea8
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:6168dd54b500790b5993ed9c3c21769de0869b555fded3d264100a66d537dff9
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:e6c0c368d9622694127af74cba14165f130e37088a05b93c579fb934c87812eb
|
|
|
docker-ruby-nightly~ruby~0385RL.dockerbuild
|
102 KB |
sha256:7953b2b40ed87dda40c538bb4708a82d04ea0fe61813f054073902c6de1b6100
|
|
|
docker-ruby-nightly~ruby~2D4C4Q.dockerbuild
|
157 KB |
sha256:18742581c1b9b2c79d88be30c11e9498d49004345f1f87226c5533818035e77c
|
|
|
docker-ruby-nightly~ruby~46S6C5.dockerbuild
|
102 KB |
sha256:692b8b91d84e50a452fdd3fa826d0ec019798e0e71753cf95b6e1329b50b8a22
|
|
|
docker-ruby-nightly~ruby~6Z24KY.dockerbuild
|
103 KB |
sha256:68d40bde54374a9a30acc4ccaa3808e29f21ee9d1d8982c570ec1f73b2175ff8
|
|
|
docker-ruby-nightly~ruby~8EMXGO.dockerbuild
|
99.1 KB |
sha256:91ee36544fec0aa2aa76b263e90e7de8abf8118e75bff092ab4c37e975f42e22
|
|
|
docker-ruby-nightly~ruby~90X1RI.dockerbuild
|
130 KB |
sha256:3c9db79322f5602a6486ff054df17bdcc6da524b5fbb848ee20d278b7a0f54bc
|
|
|
docker-ruby-nightly~ruby~9QXC6L.dockerbuild
|
123 KB |
sha256:75b85960dc9e8d14293ce1a7d38db35999674a1d022b6feb500ad7d8a26f92cf
|
|
|
docker-ruby-nightly~ruby~9S53W2.dockerbuild
|
124 KB |
sha256:82a7a33ceedd8a165ad9173bbaec07acb30aa3cbec9722946d9e91a1d1e79b19
|
|
|
docker-ruby-nightly~ruby~AUAH2F.dockerbuild
|
134 KB |
sha256:850b7092e0ab89f2261381d2e107eeded0094a6e783fc8a6232d0481fe40df53
|
|
|
docker-ruby-nightly~ruby~FE0N85.dockerbuild
|
58.5 KB |
sha256:bfc8b8aef74aad25c9b36dd45e331160102ab0b8fe3f2dc9485a572a7bba06ba
|
|
|
docker-ruby-nightly~ruby~FZMYU6.dockerbuild
|
125 KB |
sha256:739dd46bdef3f4a4618e0ec65916cfdfa7a4b56341f7fdec3ab06f6690f82e17
|
|
|
docker-ruby-nightly~ruby~GLSM9I.dockerbuild
|
110 KB |
sha256:575fcf772ef690ed2ca0e9f4adb5b027945478f9e0a0f882ee0c2e8329ecc7b3
|
|
|
docker-ruby-nightly~ruby~HZD5HI.dockerbuild
|
103 KB |
sha256:b3808fb4d37d086a43d2797a9c7d5dcd0e7e7d3602bc319686fb6ba3ac76d24a
|
|
|
docker-ruby-nightly~ruby~JCKTK7.dockerbuild
|
99.8 KB |
sha256:114dc15c7ca8e5838204310f76a34296a8efe50cba1678361cd59f96ecb90aa1
|
|
|
docker-ruby-nightly~ruby~JQ69EB.dockerbuild
|
103 KB |
sha256:8b4606607a2b1b1ec462be5cfa5a2cb21b869cd47946edfcc28de08ebddc5f16
|
|
|
docker-ruby-nightly~ruby~K8CUGN.dockerbuild
|
99.1 KB |
sha256:621a0154f9494c89c1d799c4cd1bcab6559d5a4368b86130069c64e1effbfdd9
|
|
|
docker-ruby-nightly~ruby~L7ZXH5.dockerbuild
|
134 KB |
sha256:d1ab7d225fe946604dbf750638065f79587f683eac467790bfc686a6d9706ed4
|
|
|
docker-ruby-nightly~ruby~LFGASE.dockerbuild
|
130 KB |
sha256:ed5de027ead6aa20c3019c7ad1d7db616cbc7985ff6c594cf68672b3132288dd
|
|
|
docker-ruby-nightly~ruby~M11BUJ.dockerbuild
|
117 KB |
sha256:a39c1f7d528631d61731018649839f36093555b074c501f4f08baf0678920e4b
|
|
|
docker-ruby-nightly~ruby~MD04GX.dockerbuild
|
119 KB |
sha256:eaecc4bbebe5bef060b356fc010712bbac1b1f0eac6586f015a5f0120b2dedbf
|
|
|
docker-ruby-nightly~ruby~MTQNY5.dockerbuild
|
151 KB |
sha256:7c46438064580c7278ba5a26cb6c9c9293c0d2b81032c37fb5dfba2225f601e7
|
|
|
docker-ruby-nightly~ruby~MXYTHV.dockerbuild
|
100 KB |
sha256:47d5abb81add130a9ff74c686d61cc0c7226d60305f03c950f6b57226d6bf5e7
|
|
|
docker-ruby-nightly~ruby~N6YPKP.dockerbuild
|
98.7 KB |
sha256:02dd281f220aaa9af9c66dff2ced9274f6b1b4e5cb865b23e627b27b722f15e2
|
|
|
docker-ruby-nightly~ruby~O7Y027.dockerbuild
|
111 KB |
sha256:b3bce73846603aff082b13a9e5d36493e1939c6d3862c52acca1ce1f791419f8
|
|
|
docker-ruby-nightly~ruby~QNEDDJ.dockerbuild
|
57.1 KB |
sha256:be9003f7bd337f0ffd56bfe37feecdaab6ec2c8836dd4379010bd9f68aaf3785
|
|
|
docker-ruby-nightly~ruby~QOMNXK.dockerbuild
|
97.6 KB |
sha256:3f72b3193402c4665522e939f0125c947c7956581477ab2a993e812414dc74a9
|
|
|
docker-ruby-nightly~ruby~R08NV5.dockerbuild
|
103 KB |
sha256:8bce028d1baf3974fbf9463cb6bd27a8e1cfab85f5cc3460c6f5f24cd3a9ed17
|
|
|
docker-ruby-nightly~ruby~RZ3M8P.dockerbuild
|
124 KB |
sha256:c7dadc1e5a2cc2c65e112275bf90a2c129c9ff1a39d31ea7df4fc68a80e2691c
|
|
|
docker-ruby-nightly~ruby~TA2ZJP.dockerbuild
|
102 KB |
sha256:bcd3a68201bde73bdcf7bedbe3937af7158daea3bc07e2e3cda4e7325958442c
|
|
|
docker-ruby-nightly~ruby~TRGAGV.dockerbuild
|
121 KB |
sha256:f768f32d980ce09f6ef7f4661e02213761f84b1c4a4f8cd332a315656d2252a7
|
|
|
docker-ruby-nightly~ruby~V9ZVG3.dockerbuild
|
99 KB |
sha256:79a1974ac056521cef328b6b3686d8a3db983d16bb4d237c7b3488b5b290ba32
|
|
|
docker-ruby-nightly~ruby~VGS2QX.dockerbuild
|
122 KB |
sha256:b079b69814bd4dce1572ac60677a7940bba47e979bc1acb1df13ecb80edab96f
|
|
|
docker-ruby-nightly~ruby~VKSX9Z.dockerbuild
|
101 KB |
sha256:89a1993503120af5586dec3f30a9d5fd262d45cf2d0d801aa1e9549a3e0ed04f
|
|
|
docker-ruby-nightly~ruby~WF5TMC.dockerbuild
|
102 KB |
sha256:cf8d88782fbf994b9e31a0a234891af2e05d9873a2f5bc09dc2df3bc9f447265
|
|
|
docker-ruby-nightly~ruby~XSS3QB.dockerbuild
|
100 KB |
sha256:f68dc7d9f50f659f888dc87fc06b647b13a19e137e82c0482907519dbf328696
|
|
|
docker-ruby-nightly~ruby~XT0GO2.dockerbuild
|
103 KB |
sha256:a4053d7e2315feb3be782988bc49121ff307ea558f3fe2c402751fc1cfe23818
|
|
|
docker-ruby-nightly~ruby~YINBF3.dockerbuild
|
103 KB |
sha256:bf3a297404ddfdd01f6adcca763a9aeb195b5640810fd14f51630985cf64c841
|
|
|
docker-ruby-nightly~ruby~Z5KNK5.dockerbuild
|
100 KB |
sha256:912deeb07740081c37fa583eb6dfd12611e6b0a9098eb34d52470d784e3b7849
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:0c3357a03fb4e730763bdddc304ed2305ecd0208c194fbb6d0ad659add4cade5
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:54cd3787e4dc56bfbf89ab09c3a99801fa2d8ab4272e3554c13971ce0fb44e17
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:8799a0771f069d3900fa3362fcf1d04ca646f6d5a4413b165d33d94a5f349dda
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:3f9629328840167a77f68a80cda3f6126f595a8716974b66a3df428e08abba8e
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:e0ebecfc0e3576006a9a52381bfc18a26f07d03d11bd3776e7448e6d81e225d4
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:a423dcd9c3c8288d65ae08f50aa5ed660a292e5b4afe0c32ca01d1b9a382bac9
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:32b041b06297807f195199b4ec869b1a13804e65c5a8efa450b693584d7f7f38
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:508bd446c1410542ced979e49e19edc029d364c4b52ebb664e648928feba0b8d
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:3402fd81bcc5768e2e33abcfdb17404d848c1419e22d9cab934cdde1c641c127
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:69a077f7668bf2673c59a40b20bee617f3521b2a20bb3a98785027e0b972b7da
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:6b3f80e08ab5755826e7cd28431b4cca60fc85b3c959ee0d354324b31dac26e9
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:4bf3c99afedd8e2bdef0e3dad57fa53471aaacb882c1cc7bc80164103769638e
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:394361c4d82b8005fdd4ee7b2965198ef60b6a3c5ab0260a303c7121f773b8d1
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:cd292ed4893f986d75916910e019033adf74343916b0876503875e5981ef7d48
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:fb15b306b8b1bc4fcdf32d8db78142035aaad1ddee7e67fa0efc19b852fd035f
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:14c18cfd830d64fbc287aa350d27b989f9ec68b1688be130462a42206bae57b0
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:6ff0ac3db8d9cc809a13d9dea8bc493868d625061907eed1c6d26271df0da54b
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:b13570ecc73de28d7c6d2c6acd031016cada8c7a8ecc69c7cc462980dd2f4ef7
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:7cb3e23c7bb8f830e0da106e9158c647059049d68a9bcccbfd6e9b9969ab36d6
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:c9ef45742be3b0c5128908ddee4b2551717450fa4942458bb37a7394f8691929
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:f9a6097182d7da2eb55f86eb0e0601c45030dc5400a87555b8cb469cdebc2802
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:6308eb4550fcff0a4834ffe9cea38d5b3dffbb534ea295808a07eccde0dfa2b0
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:a3fcdd9c8ce80b650f689bd915c929f8c6effc0516f441bedf78858daa8a71a2
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:60091c0b308d95363d6ffcad64edd1d5bc68504fe5fc9d9d296b9659d7091024
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:7c60fb485277af4c01296cb672a155dc64badfa9889278df0200aedcd44718eb
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:153cadf862c9a0b3efd2d77798dfb036c60b9be73c98b82b054d6cfbd70a840e
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:7f8fccd03d099275ea6dd100901b93a2ae9d1a5e752398fab5bfb5d9ebe2ab4d
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:e2c2f8c4184345f2c46b753a7b14a4b497daec6efb3b2771b3dabe57a43d20fb
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:171e0feea7f45a2e731b28aa8ba4eec25c091dbd80316de5df473340ecf633af
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:ee1e2985df08b0f428355f0a845d70967d17af181023f6f5363ddb6cd4db92eb
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:427472fb587b9d7b85b7bf6a4c81d3871416b486b9de2a348f0a5d55999eac6e
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:1431236cb32d2905c49910f04df7ff8f7d09b50ab03c6620e9d2890596d8804b
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:bd1e0b1dcae24eba099bbdca910760a063938aa89cfa5cfcc29a0a30b169644a
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:604193f92005940db7b37072d7335fe8d23984f415c990a812ad771ecb80a0ca
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:59b5096cc411092542fc4afa5b92d5477df03decb560d6da5264782be0742aa9
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:ca0d628140725f1f58160e8e0e2a8c66ecfd62000f8ea2032a94c79898d1a1c9
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:32cf9d9613e04f3828fde024304f1455ebaf6dd5f050f9a92a2b4d793d3a6c62
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:8aead40ffdec877a2d870229169798700eb265f2175a1449e7b9a2418d99e21d
|
|
|
snapshot-master
Expired
|
17.4 MB |
sha256:277775c51b614c934b2b6164df8aaa7cc7202322145eb078cce7ac4eb6a54595
|
|