Docker Build #842
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
|
|
trixie - linux/amd64
Failed to restore:
|
|
bookworm - linux/386
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
slim-bookworm - linux/amd64
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.23 - linux/arm/v6
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/386
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
trixie - linux/s390x
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
bookworm - linux/amd64
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/riscv64
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/riscv64
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:93e019e65582479e029c2b3534481469641f7a398180b2745c0da42c0122ea52
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:a414d61a3fde383a9fff35578cb523b313c056f8ac6f4e623080065c9999b3d5
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:998e562a57ffb3f7e6315cc237099f610d71656db67c9a346b567a6fa43cdd84
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:90c36c682ab0cf06d2091f64f1662e5c0543a64c719ccc5f6a0e3ce555f5a6ce
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:b8e1434febb828d2ae36848df0befc56b79537276f2cbf06520145ba0f9bf669
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:fc1632e0a59d314f513bdd75b02213140bc95e7ab97009ad7284b99a35fe3898
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:6d95b73eb9d7d3dadbd8d2d337f6c5aca69dfcbc9c7ff24c8d00daf92fe5ec89
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:6d4613691bbfd94f412620199ebdfa11053724aa5bf7280f7c0bfd561e2e4b82
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:a81bf2bc9cbaeb4de730c70dac035e3ee9cb33d11843f4b5fc7e3a2421a165bd
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:b9e76e306f6423bc16e45ea8d8624b083bb715041167cb8a9317314b95c27cc0
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:cadc986623516d12ddbc97f40e18c6351ef31f6623d2ec126b06d0c30227add5
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:6e916950bd84d1bbb1a81157d291f7a1122cab42bf290c33fda3cc6299632705
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:18eb39ee8bf844be9892b78c3381a40a9f950d6d1d4d363aa748c009d8222ee8
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:3cb3c09f8f45f92d9576ac8cb561c45e054aade68a90cfce78e30e2153e5cead
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:055e6d76b17077d9a4027b3003575078a029bf42395dd3ed9610dbac265b4d6c
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:452ef180ef1292e803454ab16c9eec213002f090fe8bcc6dc6b9681bcb6a58fe
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:c0e336bb8d97ca243ccf85abec981b2ab4e0b6a749fd7fbae104b604720b0e47
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:bf1ada8a274bbd187771ad9525dd84a5f04a8b41ee2bc9d760d5736f4f8e9505
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:d254d2e7e61c650ae02d9506a288cf47df96bf11e05953c787c3fca684a1e769
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:b1b1be42e58d530c54c6d5ba8d02c6ac4c28d013d29deba1b0b25fb1b6acabc3
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:efba82df3b5a384396ac65785b837e5710ebf48c3a80d604afb0bf9d9ddba00a
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:c3f4d78a8be0f47a3541347513c8e272bea7b234da18c9b8e88d01b197f55c64
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:d80f263bc85f02f33ff7e5786e0738b8a85d4c4db4e163ae183eec215fdeff70
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:ed07e6708ba25d9d1e183a543b06f84f3cee2a43ef25d9217c5c2214a69ac844
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:7555053ee5e0cfe4dd195e5f6c35d5bd2a80ab5e20890295e5df4506989bfa94
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:9d74043b4a800de7ca1f8e7a5bb7af7f44f6b7ec4361a1128273e61a940d9020
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:96c8190bb87af5559d484db4fa9f29e4fae163e4907aa97c4281437be9cbd032
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:40e4c07dae0d3d2cb4e1306419cb480f077dab48e7e25b762fd1187d1f649316
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:5c2f8912f2aacac838ab4054bbc931f221aa4f0dcd2840ca898ba59e60f35f2a
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:5c1cb2391ad6406b6bc166a5e18bfa8c14253a3832931ddc687240b6bc86aae9
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:79eed68b3180ac39731173244bb4746ec99a3820e87d894d727def2c8ce233a4
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:9ac15cb4bbc4f4aecc0ebaa9f07bb10bb10d6cd23c5a429f8340d0cbc31f4cc4
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:1913ae59bf0f713db73a52209f4ec1a8dd4608af5230cef85a06adad873b0114
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:c062b16c5245b5a3f00093c9bcf3d06c53c8ff69dba5a69d8aafb7c58b2fe8ce
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:3f535aed1cb8e8a895c7064d27aaa4372506f8db30c5728a6636d1d23951c9ab
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:700c3e315124b29e9ef9f4a05d9d4c5a11b3d07236c4ffcdd6138a45b38a5fea
|
|
|
docker-ruby-nightly~ruby~0EJHXO.dockerbuild
|
129 KB |
sha256:a526d0c68b05eda524406005ed7268cdaa3ddabd557469ea7d1005b67bd8fb18
|
|
|
docker-ruby-nightly~ruby~155YG9.dockerbuild
|
102 KB |
sha256:67181d4d658600d2e1aa70c57860cce020ec3475f2a908536c4c58d5c6883591
|
|
|
docker-ruby-nightly~ruby~1WOWNU.dockerbuild
|
121 KB |
sha256:3b544d4cb0ec9545025864cc806d5bdea0f23137ee1c2bbb34bb6aa9b1369028
|
|
|
docker-ruby-nightly~ruby~2NRVIN.dockerbuild
|
133 KB |
sha256:d40df17c777e75c5106b75dca348b4a26191b1a2291c0b1cf47f30a0256c792c
|
|
|
docker-ruby-nightly~ruby~4PUPM3.dockerbuild
|
101 KB |
sha256:7a257bc14600a87bad5d586ee0d9eff84549b49e539707cc13f61f1e849088a6
|
|
|
docker-ruby-nightly~ruby~5P5550.dockerbuild
|
117 KB |
sha256:85394019ae3de3079f1f74f87f48a2d591e4697d1986c37f1822ef93128f17b0
|
|
|
docker-ruby-nightly~ruby~5U2O74.dockerbuild
|
102 KB |
sha256:0d130d8d53377fa16354942f191e6b080b3e4077867dba5229a3d857cd83ec11
|
|
|
docker-ruby-nightly~ruby~A6HNYS.dockerbuild
|
99 KB |
sha256:d15660037534cd3303e5116ef3b2a19ad669f05043170bbf5c785bd3718a0629
|
|
|
docker-ruby-nightly~ruby~ALVB4D.dockerbuild
|
101 KB |
sha256:9550692d2b8ef7bb975f6c7fab537bcfe9c9be915891c50198cea682d2d42362
|
|
|
docker-ruby-nightly~ruby~BSG5YL.dockerbuild
|
98.2 KB |
sha256:2cb8ffbfcfd132bba241c02e7c1561b8077f920f5d1ebe102c1a2dbfa497e710
|
|
|
docker-ruby-nightly~ruby~F2C9CM.dockerbuild
|
103 KB |
sha256:799f37f2ae94383affd340a6fd475ead83c86039c0ff121c6e3c30b5340b52d5
|
|
|
docker-ruby-nightly~ruby~FCRMT9.dockerbuild
|
121 KB |
sha256:d31fbf4c86a99fdd2d258fe3a393557f408f613c7c4e0f29c97abda486a6e180
|
|
|
docker-ruby-nightly~ruby~H2VW0W.dockerbuild
|
101 KB |
sha256:184f7a96e8b649e1174e9c860281533e46d7bccdcf36c3745d6e938a33ceeffb
|
|
|
docker-ruby-nightly~ruby~HT6EK3.dockerbuild
|
97.9 KB |
sha256:09aaf6cc54e6c42ea72fb651991c8d294edbb483e8aaaddd459cc5e6846e0aba
|
|
|
docker-ruby-nightly~ruby~IIESR6.dockerbuild
|
102 KB |
sha256:a2ad8a5b1c6fa9ad4a158b0c35410c34ea705a40374166e89b19f14d1113b11e
|
|
|
docker-ruby-nightly~ruby~ISGT7G.dockerbuild
|
101 KB |
sha256:50efe2b5f20e8d519e7147d82d23c779f933a4b511eb704c375d1e13165cc170
|
|
|
docker-ruby-nightly~ruby~J273LS.dockerbuild
|
102 KB |
sha256:648562bff7ada9f1195026719ed4da24b1b5451453f706b69878a199c570a004
|
|
|
docker-ruby-nightly~ruby~JF2E6X.dockerbuild
|
145 KB |
sha256:1f023eab288b536b7b5925d494ce8502e90cd896d27bcb5a0f74a08c4be16bf5
|
|
|
docker-ruby-nightly~ruby~JUTCS7.dockerbuild
|
96.8 KB |
sha256:f2ea1688050cf91818d956c0c3efcb2454d1b04e33cfa60f8bfd204f52d7b5c4
|
|
|
docker-ruby-nightly~ruby~K4P8YR.dockerbuild
|
135 KB |
sha256:644a2cd6797a45ea33a8221e2f450b1037eb1020816a4082eeed9d1d3c80e61f
|
|
|
docker-ruby-nightly~ruby~KU6AP9.dockerbuild
|
58.4 KB |
sha256:b9d44660d3d7f7d0d7ecf35fe2de7a08a85e63c078169d452a7831e8a7f8e0a9
|
|
|
docker-ruby-nightly~ruby~LQE0UO.dockerbuild
|
110 KB |
sha256:5d0c30c6f72d90d2d94250e711fa9576fd4a9ca7bad79ed273e0bf21137299ef
|
|
|
docker-ruby-nightly~ruby~MEON8W.dockerbuild
|
101 KB |
sha256:3b3f0f061fd6857d0a447dd5881c1d6d86833db62413b1035f2a0dd4477ef8a1
|
|
|
docker-ruby-nightly~ruby~NO2QRE.dockerbuild
|
95.2 KB |
sha256:ea76c0b337347aa0d5d61f5695b47b226b60cd36e252d7d66a63f25404e35398
|
|
|
docker-ruby-nightly~ruby~Q0EX8K.dockerbuild
|
102 KB |
sha256:c44d9fcf72d088d48e1c2bdbe22fbde1f8049948958f02ac2f1d77b0f2ec3a17
|
|
|
docker-ruby-nightly~ruby~QJV9MA.dockerbuild
|
102 KB |
sha256:45dcdebcf744306be45705a3157fe46757d1ea42480267c435f47c17a911a905
|
|
|
docker-ruby-nightly~ruby~RG4LKM.dockerbuild
|
116 KB |
sha256:9ccaf6377cb84b6c47cdd473804d416c8d71fe4c09f392d4f44e3d93047cc5cb
|
|
|
docker-ruby-nightly~ruby~T8I8AI.dockerbuild
|
125 KB |
sha256:5ec04aab3ba6c1ea200a78017dea16205c194d47184f20e148ca6547556bed44
|
|
|
docker-ruby-nightly~ruby~TIXQ2R.dockerbuild
|
122 KB |
sha256:b01c2d7670f9f2b84df7c06df8c1f4935791073b94394fde09fa6d795e933b71
|
|
|
docker-ruby-nightly~ruby~VLWYWW.dockerbuild
|
154 KB |
sha256:38f6c84c1b852da8222b647aef83706850e82509b813190f2b79589298572024
|
|
|
docker-ruby-nightly~ruby~W2L5XH.dockerbuild
|
99.1 KB |
sha256:2240f8aa00c1962ae6047a726cc62eda3d4266f6df60536b3529194ad31f86bd
|
|
|
docker-ruby-nightly~ruby~WQYD2E.dockerbuild
|
104 KB |
sha256:d506562668fdbd53743c2ee77e3dc5449c1498f122c863634f38d2420995160a
|
|
|
docker-ruby-nightly~ruby~WU5FBR.dockerbuild
|
98.2 KB |
sha256:d94bdc549451c5ea1bfde9a554a9be60cadfd37255ecd10d98da4f89a04d7c5b
|
|
|
docker-ruby-nightly~ruby~WU5ZST.dockerbuild
|
125 KB |
sha256:f1ebd2375e5fdf9fd09dd43a06c4c8c488b10c15196b33f7275501498b1561ea
|
|
|
docker-ruby-nightly~ruby~Y06ISC.dockerbuild
|
123 KB |
sha256:ffeaca619bf2a07c725648c4ba0af7cae518a7d039104bd00f29536cec12f371
|
|
|
docker-ruby-nightly~ruby~Y651OV.dockerbuild
|
110 KB |
sha256:74171198421243d009e707aed977bc5c43f9c14535a15e701b8e4e164ebea061
|
|
|
docker-ruby-nightly~ruby~Y85WM7.dockerbuild
|
160 KB |
sha256:da3488993b95467c167c1f5bcbbd0425779d5a511f2ebed634db5624a136b4f4
|
|
|
docker-ruby-nightly~ruby~ZGBIOA.dockerbuild
|
57.4 KB |
sha256:b257e4514a452493c0944cd2c64775f6ebe4b8f3089b114afc6b2e9d391bb705
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:689bfbf748fabb59a4fdb1ec20ccf3de44af31402f523087134e2092baebcf64
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:fbca8c572b9673f9f6caa029e5d27856a5b469e6e502563250a4183b43348f86
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:4f8c1d64827a934d0b01d9d9c59892965d9700f68a14e381e771acf86b441f86
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:b31c0d62a87122321efb4109beb48be73ea57c64020901341a0e3a4dc984f030
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:236a04c5a8893aef0632f8fb25c9242b2d2825aeedbddd4a4d47836f3fe9e5c1
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:d4b2badb0fd9a38079ae3dbc196a4e4f1aeba22b7559d8b0959559d9e5293d3b
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:b2275b6fd2823298573ee89a8bb71600cbf8f5356c43640e211c58d203faadde
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:79ad47dec4cfba6874895e36d0a85989357144141dfe03c3b9a9d22bad4a4f73
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:ebb3da1a2d3a7d7bdc94677167903076a6a2f67e1d57000047a70d6b0220d4e6
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:54046236f01ea8a851d352045708a75b96fabaea7b7215dc7c2e6eae9512accb
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:4bbb3fb5e5578df0966e865cde0b060f52cd6586a019981c34e1f0438af032d2
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:698095fb1455068cfa9f08490ecb7eae28bbefd3d5aa91374f2d2637ade3569a
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:2f4d047b7058fbdf34af9eb51845d7f2cf74207ddde4dfa26a09ed17396cfd45
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:d92c3e1f9d84ce7bba7ab25d3064c37d95efb269ca608b04f2f188f1e026e0e0
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:70f611c2207c6f858ddae2f1febe4de7f6ddc10a60d42235bf114c2fb40f813c
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:c0fdf57fe30da3507490c49aed4c9ed79362e4992be11d2919579fdd057b5925
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:7a65ab423ac39ac5e71aa20fc92dcff38fc241ede9c7828416c600b395de85ac
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:b26d5f07e45ab5547ef49b212f7ffe4c4adb5b4ad3be6b68e3d9429a2069ec3e
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:5b10107eae71c372b5062e92fa295b9258ef560993b3b6039b6a55e0fbb3c8f3
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:11d4d57b3def861ef938f74e2be8027b8c0e5a1c0183f1d9d87773b600157c7f
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:c9bbc2031b0b9863a3542787f7a537467000d2858c22d94d9428f62eace94d34
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:a5aa0abfedcd0a87b268176aa71e59e89bb48b233d3fe278fe92d7424c4bb31e
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:cc34e481d470331f03af16729fe9564e7ac5c9a931d2461e3177d095ef155186
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:65a3dad7f98dd4606bbb17b3cdab938a323424563b0aa04354166e5f23b42b72
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:1bdb865b1ca94c13c90f963dfa786750cce569fa8e61a08905e8620b627c3f54
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:68db101747ce1ad0ca8cc8838b82f8abfc1c78c7ec8388f31ed45e7861cce98c
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:b3593d6b01e315e393e484cda6e79208155203e0d55317f461fab147b9271295
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:b5b8c0d0a5e275030bf2da3120fc9debef96ab464c8383fb07a2457f04ac4c6e
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:8613c2d118c123acfc030debb3bfcb3c577ab7af3870883107bccc222200ba23
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:ab97b0f479ba90bd8596111f57dee6627068191f9230d057ccaf2347ea7fc138
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:7d1021d3696e9fdddce08de061de43ba260667a0b3453dd22a306fd6d3a6da84
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:c94300ba3d6ca90da682ed5e6d689920108d69866fc79f6be869075143119f48
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:353b1c7496f0d942dc62fee4b3b2c4e379452d0542cd9ab1686818274d57a26a
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:9c40465ff0ac8c5f8138ab9cf23ab4d03ce244e77d64962fd21c85e03837ce84
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:dff97ddcac5d1d7a526418a9e2fc297228cd5456b3164e5353a8d69d0e15ee0b
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:91374dcfee477c671534bf983cc960a28015b291f1c927bab47bdddf043154c5
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:64bc8635a4464d455501cd2af123ff6d470d3362f2f02a9fc4698e98b8fe5919
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:f3332378d442ded01a7214269f5fa5e2c0b4f4bbeb941ff09363df7f52075a3a
|
|
|
snapshot-master
Expired
|
17.4 MB |
sha256:af9a868c27aa1dc89d5d45932531f35557b8e12ea589a463f9a9f83e667844c9
|
|