Docker Build #840
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
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
bookworm - linux/amd64
Failed to restore:
|
|
bookworm - linux/386
Failed to restore:
|
|
trixie - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/386
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
trixie - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
trixie - 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:579c2fc4ef6bc9815cbb38df8b63e3f5a69a28f963554515b8494875514562ef
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:467cd9caa0f6a6df68ed28880fb58b1972ff8a16134d635bc103eac17aa02cd3
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:031e4e31ac0089f29446e62fc5d7b2185e7b69eb7e72e6c750d075de15523f34
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:46293cd8e3fcfd34c38a0060a1cc1e191ea99e7d37599a28e1ce13a964c82703
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:57ff3de4298203863231a0cff8b5d6e5c126d8efcc3076c6ad7c907a891afa8d
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:6c5b4d72844ffc16ae0c4085049fe99a8163e18381f11dd08c96f006a545aeeb
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:1343278a05a5a15d3600ec82ea69895c615cd99c2f0a26406eb9c1807a057461
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:68d91e868c620c681c587bb8ff797fda35424430e2801c8144d721919358c318
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:8c42ffd67c2d4b7950a2324418381d22620ed0608f3c011581eda8a92a4c3ed8
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:cfbc02be5165c5e179dfb49c2c69f60c89a0b1bb27b08f6b6a3dfac67191f4e7
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:8fa957ab2932f92305e1991de99d8fbe8c2515d44c8042758ba3f1128fdbbfaf
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:4f4a13c313db31675ac2bcfac1ba091f9724b1e1aab5c0da79e4cf48b30a146f
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:f188620e24e868db7fd63dc62109edc918538a0d82940fb013119f34a0a0769d
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:08082c1f3b007955568e01633d1d093863d9bd1d13a9f04a993c777fa23973a2
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:ca9164a6aadd8a0b9ae85583d27fec5c1c2b2775ef7d09d4bf92afc2952f60e5
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:77d3c6e12a783c98e84ede0c256c8759bf0a6563f5ea325814dea29e31938707
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:839df901a8314f8dd2b7f38e117fd82ed5fcfa6d3bffcf63eca85d15dec5a99a
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:be293f604240533e6e11f690ed8eb56c7ba0cee5b527edd510217bb069d20d1f
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:f3be98583f6441d04556244cdad146094592bcce35152c30ae45a21083c05b52
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:55b9628baa39f6bc69c905df97253133fe815e96dfab9d8acb0ba324fc56262b
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:866d4e60ff66eeede01a5f2e87fbfab13ff708a1896de3074179de58a04851c4
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:a5a8bcd5fd58dc525565639861e154df0f342e63d281d7e57e6e030e5c859487
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:d19db4232b561894f5ac4dcc320137fea5d2123fd5666c212dd779bbd2d0c089
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:ea477a76538825814f04a73af7fb521f2532c085c2013cba9d18844a9d84e672
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:8cc304923e7b7c434c0b87f541d55f6664f8d01f7667f9c7bf65f0f29f00d6f7
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:d38b95682e3d4582e88cbb254ee4f2c66c40f1a4bb10bee909127228263475e6
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:2bb7faae2c1d58a0875659f3fbcffb4c90aca39836007611376047d097195ca2
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:6c6c779f90733012e54d605808ec1cf680a4e8b19526e4b467c1f6f78fdfbffa
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:52ea1feb25edad4f19c220a6e2f1d0f538ccf9b8bb893b194b2adb585bc7d4ca
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:cdb16409e32151058fce8440f4e8175d03c625461de18b2926854b3ce2e4c772
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:6adfdb78330c7e320241dfd60905740b3f158e35233f6544186db8a49f269dfb
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:e7f87d5ba54dc0cdbc49ca657dcef29f530ae069dc0b4d573f6bc35c9d780666
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:5b50715f5ac23183313f4beb898cdef89baa9fc366689609d313fcb910191d3d
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:99d391d8d90f9265c4aa374006548434da6da09586f3090507fc8875acf62760
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:b7fbcb1ba69b649e80d3c5a885ddbd4c83c334be9d6dcd56fbd1594480c71221
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:a5b06daf761118b26d21833c1e36cac8f524595c721473bcb456665dbbbb7051
|
|
|
docker-ruby-nightly~ruby~1IO3HK.dockerbuild
|
133 KB |
sha256:1768af06b870c5c12926e38dde8610f88e6d0ab010de0f5eb98b67470ea0e437
|
|
|
docker-ruby-nightly~ruby~1KBGKM.dockerbuild
|
116 KB |
sha256:45f10d3a96da051d0d8374fd53c73dd77d6e3c65459d720084083957abcdd175
|
|
|
docker-ruby-nightly~ruby~1RMB5W.dockerbuild
|
98.5 KB |
sha256:a83cb00653cfd794c3458682c59cc4b9ae0a1a2c3020ae6fdfc27556b251b80b
|
|
|
docker-ruby-nightly~ruby~23QO5T.dockerbuild
|
124 KB |
sha256:4f8bf6469a8cf212e57c52c6d67d5e52918c7c58a5a3fecbb829f1831d508791
|
|
|
docker-ruby-nightly~ruby~3G4HGY.dockerbuild
|
101 KB |
sha256:498dc1a92b4fa99bb0f3110fe9b7dc7e5b28ba6d7351c2440c38f72fb4296a79
|
|
|
docker-ruby-nightly~ruby~4IF0KE.dockerbuild
|
126 KB |
sha256:72054d995a03f07140081190f84b2a63b50da1ddbadc628707364ad4ed9a0b66
|
|
|
docker-ruby-nightly~ruby~4JP2SD.dockerbuild
|
102 KB |
sha256:0012e8c6257c152c35d18ba26337de37922ae73cc5f3208d3610a479d1538433
|
|
|
docker-ruby-nightly~ruby~5PEVA3.dockerbuild
|
122 KB |
sha256:a29e27710c5ba793c078188f46a55212552ce5281a3bbcecc9700bcbdf38c113
|
|
|
docker-ruby-nightly~ruby~6PJEMV.dockerbuild
|
97 KB |
sha256:eaa0c2a628204506a373ebded966f7ff993c53ee904d284d5fb294fc45198786
|
|
|
docker-ruby-nightly~ruby~7SG2D4.dockerbuild
|
164 KB |
sha256:85732e4645f0c4659f73a708ea2124b122a8cdde9f1e056ecce03e1a14be2561
|
|
|
docker-ruby-nightly~ruby~848ZFH.dockerbuild
|
99.6 KB |
sha256:6b1ce06ad338320fb922439d670360560de3d247051df9c259abe348cd57a332
|
|
|
docker-ruby-nightly~ruby~8Q6SD2.dockerbuild
|
125 KB |
sha256:2e0bfbadcaa1691aa24c64c9e80cbeeac92c86ebf01a200eb00a701296b15389
|
|
|
docker-ruby-nightly~ruby~C4YC4J.dockerbuild
|
102 KB |
sha256:413dcd1f9add3742aa0ff09e8b1d262db0927aeefea093b3e1f1b29c0062dfe0
|
|
|
docker-ruby-nightly~ruby~CGC77U.dockerbuild
|
129 KB |
sha256:f3ca54529390989e8dd026dfc06a853e0dbe10689555fae7de93bc10d20a50e9
|
|
|
docker-ruby-nightly~ruby~D0I6RF.dockerbuild
|
103 KB |
sha256:cf86a817a9a6fb48cff3e1a27609fb76c85c9f6da7dbe6ddc1c70e203be92740
|
|
|
docker-ruby-nightly~ruby~DHR0VE.dockerbuild
|
101 KB |
sha256:7806e317fe42b7fe6db5091755ed8aa5740a366bf1943ebc5d9b2fbc3ab58165
|
|
|
docker-ruby-nightly~ruby~DUYAZ1.dockerbuild
|
103 KB |
sha256:0e06e98fa2b46cdb9bb197ff7f109826254b927b8a8bb2c35b318d76f3d7b8de
|
|
|
docker-ruby-nightly~ruby~GFSDZW.dockerbuild
|
99.7 KB |
sha256:b83fcbaae842308f6d78b677a440fb997f70ecdac43067f50000700209c12a28
|
|
|
docker-ruby-nightly~ruby~HVOBGK.dockerbuild
|
103 KB |
sha256:a77ac2ceb39416be6879adeed8db1cceee706ce0ef5fe816a4691f9ee6669502
|
|
|
docker-ruby-nightly~ruby~HZX8PI.dockerbuild
|
113 KB |
sha256:1d9fc0e7992b21167da48eeed23d8e11ed8034c32567dfc487839b40291728e6
|
|
|
docker-ruby-nightly~ruby~JA7F04.dockerbuild
|
102 KB |
sha256:a9fe88d33b645247de6f79ba3b3af5a84f890571f4ed1446f7c655b2d3374ccc
|
|
|
docker-ruby-nightly~ruby~KF7KB3.dockerbuild
|
98.8 KB |
sha256:64fb39a3b5f3aba76ea62462b68bf34954f6221e8faa05c9843f295294f3ef0c
|
|
|
docker-ruby-nightly~ruby~KO9Q0C.dockerbuild
|
58.3 KB |
sha256:548bd4d54140f1b894068a5327beb74180fcc4ab9647682252299143d3e1e79b
|
|
|
docker-ruby-nightly~ruby~LETXOY.dockerbuild
|
56.7 KB |
sha256:75f4719f43e3a6ea1dbf84175e63a0c6bb9b712894ae7b9f1fd7120367ced86e
|
|
|
docker-ruby-nightly~ruby~MVURBG.dockerbuild
|
121 KB |
sha256:9e7ee59dea230dfbaf56d06c0971e00c374cd3d57985f874f13ca231166a354c
|
|
|
docker-ruby-nightly~ruby~O9JYF1.dockerbuild
|
151 KB |
sha256:63c1d6e886f4da2ea66e89ac2efad0d584e14a229410bf2bd2cdd92d6b7975af
|
|
|
docker-ruby-nightly~ruby~ODN34S.dockerbuild
|
133 KB |
sha256:af5ab9c8c6d1e892160d65850998281d468d9218bf333cf618272cad10ea56f4
|
|
|
docker-ruby-nightly~ruby~ONQPJ8.dockerbuild
|
96.9 KB |
sha256:f20970b11dd1f75931483a0afc694a2069e5fbbbaf3f88ffc8bf64a78686f498
|
|
|
docker-ruby-nightly~ruby~PCLRVP.dockerbuild
|
102 KB |
sha256:9b62d56f70217d4f885129f82e89cb98ca59fac6784d614a81e6102c864bed58
|
|
|
docker-ruby-nightly~ruby~QEO4CW.dockerbuild
|
113 KB |
sha256:6feb33c1471fa30267f79bc385bfbbb3287612fd3bfc74a21143278266e25fbc
|
|
|
docker-ruby-nightly~ruby~S5YJ3O.dockerbuild
|
97 KB |
sha256:385782f77f9ab64ef5ca2a1414dcc85e897068401734e2ea2325a88bff5f6d26
|
|
|
docker-ruby-nightly~ruby~TMWN0C.dockerbuild
|
101 KB |
sha256:1c2b020857a5e065157ed9823e8f1f977653b79c66e6014f660b5bd8510234bd
|
|
|
docker-ruby-nightly~ruby~V6X2IA.dockerbuild
|
125 KB |
sha256:9f4c047758b0965ce1d8969b250523cbf158b4917f83fd0a7e097a32be4ef26a
|
|
|
docker-ruby-nightly~ruby~V7EX3W.dockerbuild
|
98.5 KB |
sha256:1fb6b95950ccefea4d9467463a0bdd2fa932f4e8865f332425a08a20eb845c1d
|
|
|
docker-ruby-nightly~ruby~W7YDGH.dockerbuild
|
102 KB |
sha256:a43b7ad1dc3a6f49d2b2c2f43e8ed1147a641c2d6a7b7506b7fd44401a98f610
|
|
|
docker-ruby-nightly~ruby~W80YH0.dockerbuild
|
122 KB |
sha256:314e0325a2e19a33ccffd5e895aafc20cb7b00278a7c2fad5c8af105e2147c99
|
|
|
docker-ruby-nightly~ruby~WS7GFM.dockerbuild
|
119 KB |
sha256:e3fe282aae552168c38587a34fc0a705ba4bd2a506093eed41340ba0d5ef63b5
|
|
|
docker-ruby-nightly~ruby~X6X4K9.dockerbuild
|
104 KB |
sha256:d1e46c6e97538e06d028126b7b9ca0c7008016546c58d128617d2dcf73d3c309
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:6e519fb438ad3704a310f146165cec4d236913500644f59460066b602a0c415b
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:00278477172c4cc3e6bd25923c854b2fbebc7cadf48d3618cba1b6f93fade73b
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:ec83e3c8cb5d9288c0188701be81408e81439d590082274074e01eef103ab41c
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:0613b3d12ee72bcd2fce943de7ef88f9e4cdcbc5250b337b2d144a4739a0edde
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:3e9f715f1e118b237413519c7200855f8009f2904aa51ab7577d03c21822ea65
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:5c2c9d6ba51774e1e5bb8e0806921e65b47ea89d0e94ea385e3d2074d84035ac
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:ffd1157e577a72832864450ae22354701bcc1457f67656e27aa0db53b95a5b08
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:973f4d6314f5a4f4bec277f081511b9479726adb96765c5512d992136061a418
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:caef075ea5e420046779a47ca80f7bb00779a2adbd906ed969cc96098f8dabed
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:12835ab396b89089361fb07cb1a8831742fb2dfcb7d7e1169cc3fbcc192659d6
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:6c19d7beb1127c2283bcdd41c6de7ea5d99b292a6c9d1ac9a562d18b4f7607a8
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:c5adc2e0bf32e58057cff52d925daf65adcee8c05d33ac1d83a523e0e7369925
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:df52f6987602098e1d7607315bebfb6546259d26d0e2c679c0ac28234789067f
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:f318c4bc16a779ffea759b5933958c010137e55c8b20d91b6a3274ac944851f6
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:a7b233e54ac395b920710f9f7fcaad235402c1707a3a06a7de99b96e769b888d
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:604fdd63463d120fe4b1c0430e157b99b92f4c757c687b7801343a5a5c91ea13
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:da3df700bbd30ae2395268eb13fde2ddd65b42f8b48cea1343a5605d6b07c38e
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:e8ede25190d6d3547eea953c21c014c3cb06662831d71ec66d9af78a13604d6d
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:8ff8fa94d5d5bffc0bb1b353e6d4691b752c09c49db49e12997a9f8c4bb181c7
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:ff8c6a73840a7c431a07da35384752b7c0d07ced5026b81f9fbfd067d8286499
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:439779fdd011e4f244f3820f3299deeca8020afaf178c65f235ee76dbf1bd8b6
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:536c7a3dc39bb5c2c3f54a5162051a1903390da43099cda6c8fbd082abc924fe
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:6cd149bab97c9ca5d68da46a02aaa2f161d7e2b38b31356edb1cdee778892a98
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:1542ec5ff6fb0860e2cd1a7de6a6ffe182672358940b230726011d4a268bec41
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:a055411abdc660c6f54ed6fa6d746980367a910602cf05985c328b5956f90783
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:16afafafe0aaa061fb80f5d25eb79809308b2a132341ceaea6863d2b3be60dd9
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:4e0e30030d21c9a9f13eee5f4c5783172c026d59c48f75b3cb64dede52c0bc41
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:3bb7b211a4653126bdf867778bef78de0dfc04cec680c160a229f2970f60dfbe
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:81d673d0a4e9b8744f542fcc3930e47a1cc1d1dbfde4f33ee65df72a04326e6f
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:ecc6a1c5217e5c9183597bfda42dd70b8d38d70e7283d5fc49ada920f8fabfe2
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:b20f7227dc88f2fa8ccd49a8d54a176cc562a7300cfca218966d53b7195c0d3a
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:9597978fb5a76f3077a24cdc93abff3f021aad478d5b89b52df7f0cfa60097c9
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:9f12da5f73526bc542b4a197e42979e8f5f995ca30f6195b3874ca65394f2298
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:35703f91e4e17a9197a1008646cf4fb4c6266545d754584c70031c4619617c9a
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:261df3d0f6f6a4b44e5d2faa804adcb3860096da6076c1b4e9c1dcb02ae9fb53
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:059bba1bd47497587c0bc04830fe704d51e35213de1f6aceb07bede56bcfa2f1
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:65a8d0f32a30118faaaeced32a93992ab68c5348efaf7ef007c0ade51b9326c4
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:5b56c61d2ef7a627ec51985e34eb4b72a48580ee263066729583f60226e69471
|
|
|
snapshot-master
Expired
|
17.4 MB |
sha256:50b168eac1395059626322510ea077eda5457f024826ec4aca10f8bc4ca43585
|
|