Docker Build #921
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-trixie - linux/amd64
Failed to restore:
|
|
trixie - linux/386
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
bookworm - linux/amd64
Failed to restore:
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
bookworm - linux/386
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
trixie - linux/s390x
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
slim-trixie - linux/riscv64
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
trixie - linux/riscv64
Failed to restore:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:9bde72cb599590ef93f3c1d150666d9ccf095b4d1b2361da803d15529b6cc2b3
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:48f0ac9f3d138af2987a06393100d648b2780cb658304f24b6a41ff968ec0468
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:37f46d38718b2d711549a4a0b714526a8d6e6169fd8ad7dfa9fd9a640b94dd26
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:17debe89bec6021ad40e4f04b16b75267072d0278ea758ade1f23b2326fc9a5b
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:bb175e42bb06bcca1d8058348a7df1c6888edf9990c9cbd50f4709d867e7bbaf
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:8e11fc3096e244e6c0b50f2a081a77dc1d613bfdc5be4a8c37e5a5f1b8ba9bca
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:6a6f07838832372fc5778934f3f746d33f098972daafe44cad203ca93f65c207
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:c1f221c191a7ea5e3157cac89ecb3c76fd54e9ba3227804fd1b4da4fff27c8c6
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:db2ad20a1b618b96236688a353801996c0a37c16c9a7144fec6442fae1090143
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:c81d15b908e09190a85650280334014c98c41573fd539e2f16fcb7e745128ef0
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:7c97a11fb3d99b6c0cfabdbd21a9eb1b26ff934a8ed7547eb1b1e9f7f162106d
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:bdf12d2fda1033aaf2de12b895eb13242b8cd235c2cb69106dd995554dbb8d99
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:56dccde558881ce736d6516f3641a9b5e83b84470d403dd6f99afdbecfc32d63
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:f9f27fb6c9345eff747d692a8879aa37eaf597d642f62a995d942552a82a06da
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:ae529557b6d2b53cffe27c9c8196ee3585f77541d2490dade7bea7316fbe492e
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:63342ebf28bd43ec990c0e965fb2634437362b8852466d67494f7d880fd9b832
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:ac8b6986f1f7bbb5771b656afe6aa97887db60d7de6c43d46c44e93356240ab9
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:fc83cae53714d46e312b861832f6b8749a4053271c5942248dbe0ba965ab37c5
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:b828a370e507642694f93c634120fc3c88ab2b58b3f751b059df2d3b4836bdc8
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:861ddbb325b369de0d96dfcbae5eb2618e8998dda36b9b4e633df37cd401c4a1
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:31817e3def3cda5a6e4b82647fd2e2dceb8835ecd7f16837a46864b2331d0901
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:469658d402abe0f03e1ae49efaf3d4e813b31204dd4f59971e5f58f249b35423
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:8f70a8aa97de0b79ddc0fb9da43ce887a4ea2dd15d9b1e812df59a3d36cbf98b
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:618106686c5264a523b6dffce1e761da33e14c737a825592d04a68de7764c7c6
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:2ec154bbdcc4c4d696ec53b28aa2d15cc5782af81c75ea8461fe2a674511bde3
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:d8ea3c2d844bbe63f6134e0ad65900439016d2b10feb60954a6059e9c1c8bc1a
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:bc9aba061ae7ebc293e5969b3042dd75fbcbd52ac0a56f1c865d36d65b8c9199
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:c2187fbaa92e4b9ca1504310f2319fca31201aecda0318e31be423b6ee19f6b9
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:e9508823ae9a95f27040cc02f820d0e3dda5bec535cacc037574f785c51e236c
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:a184faba71e4cdf2c7cb837180a98e44caadd189c256bdca3eb4c67ad35ac1ca
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:9b484f0a7ffea265dbb2e0236fcea7b2d99a4e08affbaa1bead8cf982e2b442c
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:ba617da2560c21d6918b92aa6101bf94ff412b374726b06798ac9a087f678b34
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:abec3735ef2d892787358001e6b9949e8c7d0ef894610c0bd4545441c0a9f3f0
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:df008821a61780f590b7545f693408159f580eafb1ffe7fa1691ac94c2c086ce
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:32c7db08f95773632d6b91fd04b2be65c3b6dc3b2ec197a13968436bc2e8764e
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:e84fb652bdf060f09cb00140d658fd180191895c23bf95b206a7fbe664655b97
|
|
|
docker-ruby-nightly~ruby~2ZJQT6.dockerbuild
|
101 KB |
sha256:9f0390a9476eb99795c64663cdca5551a7f36f92866e64777032afdad212c299
|
|
|
docker-ruby-nightly~ruby~3ROGOT.dockerbuild
|
120 KB |
sha256:b927eb76493a8cfe8e582d2b1f01c62af3e966ef6329d3addd9bc1cd879b4cc7
|
|
|
docker-ruby-nightly~ruby~4PELJ9.dockerbuild
|
125 KB |
sha256:2c494dfd3f96a0a2da8248cfc35545cb71294d8baf6eca8e80e7abf65d1f3350
|
|
|
docker-ruby-nightly~ruby~5WGK6P.dockerbuild
|
115 KB |
sha256:4e80aa270ce0320a84a502a16be2e2e21bb506af3a654cb56cc68a0a15738890
|
|
|
docker-ruby-nightly~ruby~66SBYB.dockerbuild
|
58.9 KB |
sha256:3279f9b62108d4bdbfbda93d6b2c90a9f149b3392609c4b23089f623e290107b
|
|
|
docker-ruby-nightly~ruby~6JZABZ.dockerbuild
|
94.2 KB |
sha256:7241c422d342099ad2a63eab87735cf5c331a13928675038e1c59b17822b4afb
|
|
|
docker-ruby-nightly~ruby~8RV7TX.dockerbuild
|
129 KB |
sha256:9344809e04c6b8f8a256965281028540c6ccee0629cdab8f4fc556237fca8817
|
|
|
docker-ruby-nightly~ruby~BUY263.dockerbuild
|
122 KB |
sha256:a6a6fb4956ca63fd7fe5700ab0fe8c452c2ee107f7b4d35b5fbe7d87fe5d47ac
|
|
|
docker-ruby-nightly~ruby~CQZ7CW.dockerbuild
|
97.1 KB |
sha256:155be16e07c6411abd5ab31a36dd4a36877126763eabc4056bcf3c300a36e933
|
|
|
docker-ruby-nightly~ruby~CRFKPU.dockerbuild
|
100 KB |
sha256:939f9c0d95cf32522d3eb35a26ff3afc8e817396f31bb1acdba6a13d8bb8acb2
|
|
|
docker-ruby-nightly~ruby~DYQNX1.dockerbuild
|
103 KB |
sha256:e11e8688788d5951ea13bb20286d443b2d5089e990011adfdc06b25e292adff0
|
|
|
docker-ruby-nightly~ruby~F41KAI.dockerbuild
|
117 KB |
sha256:b69b545e7286c346abb6716cd1bff8468373da1b65e20a14b944aa8427aa4f79
|
|
|
docker-ruby-nightly~ruby~IMVV8X.dockerbuild
|
120 KB |
sha256:e9b6b213e8b53e141d6c2e88d4b06334f64bd3b89da438c0a6c948fd361cd700
|
|
|
docker-ruby-nightly~ruby~JUOG7V.dockerbuild
|
134 KB |
sha256:ba58946f10d724f0b3c6ec8195fafaa1c334f013464132dda538f0ba6e6010ea
|
|
|
docker-ruby-nightly~ruby~MNUHWK.dockerbuild
|
135 KB |
sha256:125d8cbed2d15f03f3400b886fc28b725f478d9d6804f69d69c204e668029ab5
|
|
|
docker-ruby-nightly~ruby~MPV0GZ.dockerbuild
|
94.9 KB |
sha256:4f213e416a0938ad7d6af3abb49a2db36b078be9f428b176785a1321dc06629a
|
|
|
docker-ruby-nightly~ruby~MQONCK.dockerbuild
|
101 KB |
sha256:49a2fcb4d31c851213a93d9103b3ec29e3a3bdb50b3524cb9c75717d6034e024
|
|
|
docker-ruby-nightly~ruby~O63O7Q.dockerbuild
|
104 KB |
sha256:5b4086268e3518dd2da915003cf97dcd8f9305666c1c73a0c958ad1518ddf774
|
|
|
docker-ruby-nightly~ruby~P3Y3ZF.dockerbuild
|
103 KB |
sha256:ad4a4df543d7e91b8accfc7b9ed52d69d4f8695ef93abae1524aa363493d48cb
|
|
|
docker-ruby-nightly~ruby~Q2WGEY.dockerbuild
|
103 KB |
sha256:e1110b61fc08a4e31c16d87de430abd0082979315ecb9073f486169e78211cb5
|
|
|
docker-ruby-nightly~ruby~QHBWMY.dockerbuild
|
121 KB |
sha256:920bf1a767119759113220d1facb75f31f6ce0878672873cbca3b965287f9cbf
|
|
|
docker-ruby-nightly~ruby~R9BJ3L.dockerbuild
|
109 KB |
sha256:bf72eea267e003c6adb6dd8f48237e71f277e7569a7afa1621eb264106ca4c1e
|
|
|
docker-ruby-nightly~ruby~RC5E0Y.dockerbuild
|
101 KB |
sha256:acb3ee48badea78529f16bbbd71b8392001bca23083d439cb1d9642b9b917c47
|
|
|
docker-ruby-nightly~ruby~RTSRCL.dockerbuild
|
158 KB |
sha256:8391b3355913931ea61f8d4280c06029ab0a5013fc3428d9332a428fb5daba35
|
|
|
docker-ruby-nightly~ruby~S3RXSM.dockerbuild
|
95.2 KB |
sha256:ebd5cf49f49c05c4b10a2cdca6147bebf70bc9d772c0cb2b17e693001f539c54
|
|
|
docker-ruby-nightly~ruby~SIDWFD.dockerbuild
|
104 KB |
sha256:3564814f214b04b93b3382ce5777fe314c17511759e916f4b9f4b3a2025da565
|
|
|
docker-ruby-nightly~ruby~TRRXY7.dockerbuild
|
122 KB |
sha256:271bdf7206bf83a88b25377d33a0968526e746e0848fef61df0753efa9fcfeb2
|
|
|
docker-ruby-nightly~ruby~UX4RI5.dockerbuild
|
104 KB |
sha256:7979031fede0a972438282881c4f8b0d40caa9eafb96647403da56d049dec811
|
|
|
docker-ruby-nightly~ruby~W44YD7.dockerbuild
|
99.4 KB |
sha256:edc03177fde67846c28aa53e4ca4a58a45b6bc69c2dcb66a911ae6d7f4ae144f
|
|
|
docker-ruby-nightly~ruby~W5UG5E.dockerbuild
|
96.8 KB |
sha256:4fe5669334bd1b9cba4d191c08aa14b1f0a23a40af9bc02a471d1331c6ce3568
|
|
|
docker-ruby-nightly~ruby~WH8VXL.dockerbuild
|
115 KB |
sha256:4eb4910de7cab77b55b0d4912d1be73dd28833881e42b67280f9e376af8c0db7
|
|
|
docker-ruby-nightly~ruby~WS6OS3.dockerbuild
|
101 KB |
sha256:54c13188c82f912b359950a628900776a31a02e09198248e685b87f17b588191
|
|
|
docker-ruby-nightly~ruby~WWKP6U.dockerbuild
|
99.2 KB |
sha256:9a885e3c5a0a02b2b303ea24ecf1f1ae860db390aa9ead0f98f02cf3635dcfe2
|
|
|
docker-ruby-nightly~ruby~XXGSQH.dockerbuild
|
128 KB |
sha256:dda3eee8786807757c955512fb64237a1290c67a1c280dc116df35237fabcfdd
|
|
|
docker-ruby-nightly~ruby~YIMEIZ.dockerbuild
|
98.8 KB |
sha256:704cea5f5a359072af878bfb9176aed13b10695dc34633ce34e7263698be9927
|
|
|
docker-ruby-nightly~ruby~ZEJTMV.dockerbuild
|
104 KB |
sha256:38c5a936ceb0a7f34a9e34e86f63c1defcd887283b99475ee7ec63ff4ae49325
|
|
|
docker-ruby-nightly~ruby~ZH1AGL.dockerbuild
|
154 KB |
sha256:3a697be38b5a9c87104042229904ba5a917d0eb47b1bd53b1afef25b1e746c49
|
|
|
docker-ruby-nightly~ruby~ZIIOAA.dockerbuild
|
58.9 KB |
sha256:ef86a5c8bbb2e5b7299b06a202771a0a4cee80c4bc2bd0e3b5dbcaa31cf7665f
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:78e39b4256661e8e6ed56ed37fe766cd0c19694cf36eb5f3e1f1271dcd10614e
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:6abee8774997626c68b1092115dd1271f4ad780e636ae1cbf72a6e169fa6252e
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:b54ca0691e29828b07e64254fd2b5ed1e646f25457ca0c51270a4bbab300af15
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:f9533192728e11e9f0a4993c333a91c504788cca132cee69acc738891b8c2bf1
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:82a9c3fc478a28d28fce66cc4b39c3ee30173b6f8ea2d741561a7a8f03ad5e3a
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:1eb52b3964e06845945cdc972ca7396c30e31bfe55abb6d391e27b419b454935
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:f2a15ff411646c40af051b12f2dd5a038f60eb69ff9c4f45f40d1bb44d27a7a3
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:9f6e85344ab91f59e6d1db99c50bc2a99084a91d5675dff0b6602956f14fa9ad
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:690691fa5be352fd4a89357eee652d9446687501a2b88fa625c3cde2b3dee407
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:6bf0eddabbab98865528aa0e290006dbf5d6b158a09684a033211aa3efe35bd8
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:0982f309ab388ad73504fadfc68b262761771201e667cf86f666a67788dfc6e5
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:6bae9a37999f998145ce06a9573e8aa63d739894fe751ce7b80dfdcfdbcfc70d
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:0aa9a559d433597e8d56e89fcc194d972f0254c0d9cf4600a826904823bbd678
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:925de9d551e16dcaadd85f4066469a8e313612d0b481df81cdb94b26c4f91335
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:11b42673ae96922bd694855ea24ce61d5b39ef6029bf0784b828c90b92acec1b
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:a6a787e8e63341780d190d55f6122eb3a744876b42ffd88a1cfee4d7942dd20e
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:432845598ca46391835b845e73252b40683c5364170569d57895afe6822f4c8e
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:bbf34c3503b34dc497850799c3a9eb28d94f87ff67511be99355c1da15a2c1ea
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:57431bd62ac554320a5e8d3b4aa0ecdb5178f56ffdb21b567b68d32949aa4f71
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:d168f1d79110c9210564c72a32f07589e07ee7f21ee73a0c691a28bafd77249e
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:0181903a1f5f5cb76227ed2ae3539abec022e37fdaea2bb4f5aa4e467f1acab0
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:473defa9a63aecb9d3a9acd495e87ac4b82e94e643b982b47584f221f779f9c8
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:d8c609f0fcc9521ac7a93063d5e040ef85b868e22aea80926a42be1c7735b355
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:5c7e5a71eb049bee798cb539f3a5ed7e60efb7db18c156844065a013a8267694
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:ce95206c3228715877d1fbaf3c76a3cc88dcf3f13c3665e96b96cc34f9f8e535
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:abb9fa55297fe214eae118d3dafbf9ddeabb5414fe39fb45df2ee7934cef6834
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:71aeedcc35be3a3ee7343a97650d32b8ee6edaf0843bc9a911904f2bfe1439e0
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:3525ee3c383cf982fa1e4ef65234d5db91f5016c0b9ff8a6d5201b43d5178452
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:3fedae4cff523ca495dbee3edcee6c7f110cb628846ff888fa1996d44061dc3e
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:85d762e00c6aaf670001e937018b3257eb58ac294e085f674c620d79eedffc47
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:34889f2fd182cfa68a9460f98d1a0738cdced8a26f11ae40c621076b81a5cc78
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:1910f9fb989f207f6865a9602e639b89b37e689d9a007c4c0fba02871a4fa417
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:4ec2bbf233761efbf29f1ec1f4f88598e2a4ed5d9ed1be247340545dfffa401a
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:5dc5cd91066341f3ce70a85269cb0d5a3b6009b85cae5672a5d7c0ba1e0c8138
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:c4fa0e1ec6ca74294657d50e419e277579143dba5019f651991202994492a2d7
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:95641505135b19df2b5a2c1946b12885e70a5dcf1aae3552287bf3326eb49b50
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:fb30c2a1d7913d1aee930e234911f0b6230771f35c1081cfc88c4bea0d13b74e
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:e8826b9385ee8b9970aa427d3d7d60105f62e284bf803440e5bb9b3a128eaf3d
|
|
|
snapshot-master
Expired
|
17.6 MB |
sha256:5963efd5571c874dcf5dcaa6d723f87cfeec7b3c445bd5cc045134eb33198048
|
|