Docker Build #856
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/386
Failed to restore:
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
trixie - linux/amd64
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
trixie - linux/386
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
trixie - linux/s390x
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/amd64
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
trixie - linux/riscv64
Failed to restore:
|
|
slim-trixie - linux/riscv64
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:de61216c76dc716c84ab09f76d26fc40fea1da8bad84d06375e6019f5da96e84
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:3a40f14ef61329fa20343ea9bd71a2c1765a0304b3481020dcf670e01b9b4dc3
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:4bdf304dc505e1a201e26d9a0797c2a69e8063b314c167d20e07f8f6d4962bc0
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:ec4000649bcb446bda6319c5691fdf5a936dab84c501acfefda9f9d9e9090e7d
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:22206181c63aa2b240c88b576acd18ea8721e177a7e64ca537d6edec9514eefb
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:150ef018d977bfdc37737f01bc4a198ef492caea6d5adb41d2b153639e0d5cf2
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:24bc42cce255b366ac1b8baa4d24776a482884fe5ec4f08034ad34059dc0059e
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:404212d2ea50036e1e5dd242e260a65fa749ce3c58a8e1172c53f9fc1963833f
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:cd662bd0761d9293ed0719752599b6f8e3cf49510216795466257d14cd79c80e
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:d9ec164f75bf9502431083a2090a3f9d1906736c32069b1b7fa5ef9b921bf288
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:6fbee62ac97a3e5f11a98b8f67d6cba09fe997e217c36ddf3bfcf9d727c76f69
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:4b9ba3f35ca874d04301c4e2e5481ad101a8a180936755882285f4133a0ed3ec
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:bdaa4bf23f803746fa2005b8e0b79a9d78886c221c50d0bf32cb4561a8627416
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:e80a801ce678d29cb22a88fe39834179734041ec3935dfb7d1ae94f704d67090
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:1d474d74d15b80017fb730bf4699c1a131106eb142f2ef0010c7535a85a43f42
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:b9568281f232eb40f94c56eb67c9c58b4e59781810edfbdff0671fc974f53260
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:15d3a1988a8687966b03a457d430595c64861658aacd4ef3606304647da53576
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:b682100b251711d0885457bd9b8f6d43ba72cc91e2c20f3fb693f9f4c0e5bceb
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:2ada6cd1facf643c4fd928b4cffd30566e6279357a811a29f05ee9bd85ff1cfe
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:7e952e5e35a52f0f3b99ddfaa461a26530cb65d9d56388f54f57e1364b7e7aab
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:d0fbbe14bd3bdd2668ea60dba433841e1fa151ab0ab7a3405fa6eb22a4dbc068
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:cc40a42ad069598278d771e4eed8b6c1bbb8c25933f17951ab6e74bae21e19a0
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:6af2e3f98adddfb38ee2e49340718f9cdbae421dad30144143455346a0002878
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:475cdd1f67b3c64885f9cb5b8e325418818f9fb72df9bb4d5dff4f9916d35f24
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:6ff9436b9db73a079f61c7aac98a1fd9ea7366d7cc39e594bc0c3b691b28b646
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:73b4838eebc0d9fbebb3a97773e94105cfb46c72302cece22ebc1e4ef738f701
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:9ad2a205ba2030caa87ca5d41291116681f0045980b16096c8204a16157ae556
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:a2738ec0f3e964d7caa30cd3a6d5228239dbbc1f2699e8532686ade74dd1f818
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:4dfb6cf70ef638de0ba5d605c2f351b60b08be983080b73e457ace91b5d41447
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:a710ed0a586caa9e225347e9a331e75106346aae77a72aac4d612ac3209e6086
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:5354d7ad1c75209593a3c74e138f2b19fcb97c3002d7477d0c9898235263489b
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:ecbe4ca53a96b2025075aa735742b1d2bd7390550a5a01f7e019fb10013493e3
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:a500e637b42ec1e41af4e5ac8da9b62bcf0a7db3a61e1b94de4e46755fce0857
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:e9dffca67e86b9246bfaf8b1ac74d3b7307f8b84005d6f362b220751b12387f0
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:f7eadd95fcad3d6c43cee099b04ebcd1e30c9b5f4201de9fc70e7fc887976edb
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:268ac214ba4f51e09f448d9d3692eea513d5a072a6b72ef7670d8390875f01c5
|
|
|
docker-ruby-nightly~ruby~3583RW.dockerbuild
|
117 KB |
sha256:fd090940c8e8156d48176b667ab857c7fc78e02bb7ccb818caf78174e1cdbba2
|
|
|
docker-ruby-nightly~ruby~5WJ7PN.dockerbuild
|
99.7 KB |
sha256:da35aaafff2830cbe257df201a0532d1bb4bbae836919460bc55c61102faff5b
|
|
|
docker-ruby-nightly~ruby~6A1X6K.dockerbuild
|
99.5 KB |
sha256:0fdc00e0961bc8ec7c3667e1f2c0bd4ed5cf20b1161dde2291174961456f42b0
|
|
|
docker-ruby-nightly~ruby~6UR1D6.dockerbuild
|
133 KB |
sha256:8872fbf10ccfb26c5b1fcb51c441722288d7c082c3a3b9045a7f8e8c415b5a74
|
|
|
docker-ruby-nightly~ruby~8D6DDU.dockerbuild
|
102 KB |
sha256:a5a38dde8470d06d7f2efc79ae717fb1f141701788e1737a7118a7ee8a727400
|
|
|
docker-ruby-nightly~ruby~8JKS0R.dockerbuild
|
102 KB |
sha256:4edf58489b8f46ed475cdb81ae904c94f31df038f05d5bf364df032f2cc49bf8
|
|
|
docker-ruby-nightly~ruby~9S4L5C.dockerbuild
|
103 KB |
sha256:4525ea64ef153cafc997adaeba93cefda370ce759762eae24230f567b0673946
|
|
|
docker-ruby-nightly~ruby~AUZFRN.dockerbuild
|
99.1 KB |
sha256:6f0d4b4b53e93fac68f50b3ae31de0bffe863da4f855e0b81744ed73be275fa1
|
|
|
docker-ruby-nightly~ruby~BBG7S9.dockerbuild
|
98.2 KB |
sha256:0bb7178b1e0a3876746ab0605ba069245c54109ffcfa6c47a3d30447e53fc398
|
|
|
docker-ruby-nightly~ruby~BCLIF2.dockerbuild
|
113 KB |
sha256:69bbd23869e842888e07ee4581e553b18c880c607ed4461df8f7492ee84884f9
|
|
|
docker-ruby-nightly~ruby~C4HAZE.dockerbuild
|
121 KB |
sha256:41f27ceef405ec63a3df70b99b7a2265bd244304674373db2472707b46cba9ee
|
|
|
docker-ruby-nightly~ruby~GBBRY5.dockerbuild
|
102 KB |
sha256:e0db55e9b69f757d6ee373cf8318eceea7645f6cff9a8728129a7588e51f878f
|
|
|
docker-ruby-nightly~ruby~HZ45OK.dockerbuild
|
159 KB |
sha256:5bdb79e36a9eea2e883f848150fed2df1c2597dade28a4fcdf50135e31006397
|
|
|
docker-ruby-nightly~ruby~I9ZITJ.dockerbuild
|
96.9 KB |
sha256:bd130ce251bd6c4ce13cf5e4df2a19a65a56f80eaedb95fab79c2a5fdd21b126
|
|
|
docker-ruby-nightly~ruby~KQJF0W.dockerbuild
|
101 KB |
sha256:c6dda257d51d2084dc76547845fd92901780d6d99e76419eda35569a619ea81e
|
|
|
docker-ruby-nightly~ruby~KSI9FA.dockerbuild
|
134 KB |
sha256:01b1a16f66f6333c88af9b044c89278bbf71e80f93894343ba0555f0d791e536
|
|
|
docker-ruby-nightly~ruby~LOZMRN.dockerbuild
|
125 KB |
sha256:d6ae46fae148be8c97d35d8d0fb9bc73604ab4e52ff89b4f07977dce873ebcd3
|
|
|
docker-ruby-nightly~ruby~OKR39V.dockerbuild
|
123 KB |
sha256:22a01a7238a81ce8f721c6d0924baa10877ca95bb7a02abe591802ecf9854a9b
|
|
|
docker-ruby-nightly~ruby~OMKYDR.dockerbuild
|
136 KB |
sha256:99acbb0b1b3f511fdc6b604d408da053c804a523a46425f6a36c10f1e53f0a71
|
|
|
docker-ruby-nightly~ruby~OX8CCO.dockerbuild
|
97 KB |
sha256:a735e8336a4f3ba31d06b5da49a98bbf5f48c4f8deb26f7c0dd8118cf2b3b5fe
|
|
|
docker-ruby-nightly~ruby~PN8TZ0.dockerbuild
|
131 KB |
sha256:6df26c354506fc1adf36cdb9d461774c133c84b566ee414ea9d4db341a8dc711
|
|
|
docker-ruby-nightly~ruby~PZ926R.dockerbuild
|
62.4 KB |
sha256:ce9c3914e888243af2db5307bb070f3989687a12dfbcf76023d84b5e9bc2266b
|
|
|
docker-ruby-nightly~ruby~Q69LVS.dockerbuild
|
123 KB |
sha256:f09f53a811e4e5b3e0a7328820b5aeb18164c9e8ffc457426e8390f2318febd2
|
|
|
docker-ruby-nightly~ruby~QD68CI.dockerbuild
|
101 KB |
sha256:9cc5b2a02d5a617fa33e0a34c1d3b581008c347cbe24a1d55580bc7538082abb
|
|
|
docker-ruby-nightly~ruby~QKPUYQ.dockerbuild
|
58.8 KB |
sha256:89ca547f673bf009d08fa1b200500de963b77d22deaa8d405b5f667c38bdb0aa
|
|
|
docker-ruby-nightly~ruby~RCCRXU.dockerbuild
|
104 KB |
sha256:fc0fad5fa3102efc736cc3537818b8eed0e079fad17ea306ecfce8cc0040a37a
|
|
|
docker-ruby-nightly~ruby~RHFHYS.dockerbuild
|
111 KB |
sha256:b500fb5e017b95bd77fa3c6ea31c81211da903c1370d058e4da72c713fb348b7
|
|
|
docker-ruby-nightly~ruby~SHEC25.dockerbuild
|
120 KB |
sha256:a370582e3dad2ced8a281d25a27287b79c8da56171f41d0be2ee3c882218f313
|
|
|
docker-ruby-nightly~ruby~TEI7K5.dockerbuild
|
102 KB |
sha256:7b4fad97891505ead123aaff6cba7ca5b0f8b3db0a73d30a6f3bc2b2e35223da
|
|
|
docker-ruby-nightly~ruby~TZS8C0.dockerbuild
|
114 KB |
sha256:27688bf193c249701e8c3dd856770a310edd24c75e8a71d267c3de3a7f825f70
|
|
|
docker-ruby-nightly~ruby~U5PCA1.dockerbuild
|
107 KB |
sha256:2767d7770d5012009c5661809d0d7fa69c2237493b6df939f146df55dd5f6e9a
|
|
|
docker-ruby-nightly~ruby~V22ZS4.dockerbuild
|
98.7 KB |
sha256:8a61dc59347f4f5e594994d7e17dedcfc9175e94009663f55845a58926ace829
|
|
|
docker-ruby-nightly~ruby~V4ZL2I.dockerbuild
|
103 KB |
sha256:335c2d2d50e0faa589d57b1be232e04d643be5365e712f2bf4da77cb3c0e93a0
|
|
|
docker-ruby-nightly~ruby~VZ63YB.dockerbuild
|
101 KB |
sha256:3b61a9c22c773bceb49dbdc47777a3c95ba20880b5263ce889a6fb0ed1024251
|
|
|
docker-ruby-nightly~ruby~WBFGHC.dockerbuild
|
103 KB |
sha256:c87eca0a2113bf68a586e0c385cf6c8ce86cafc28e3e04922ba86625a9bfcb8f
|
|
|
docker-ruby-nightly~ruby~WUVZX3.dockerbuild
|
103 KB |
sha256:8dd150597ef17dbcc8a5c5e5aa8f193850025244bb997fe91953a4f79f833e6a
|
|
|
docker-ruby-nightly~ruby~YWPO5F.dockerbuild
|
125 KB |
sha256:b7e2bb850b337705ed4bce6e7d0cc8f2d5e186dafe739786513c7385ebcf80ef
|
|
|
docker-ruby-nightly~ruby~ZXN2NM.dockerbuild
|
154 KB |
sha256:5f6bd2b5ed9b53b820ff1e1cc3013d3ca7292a27329eb6f7b20914f549bd64c2
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:fceb5e00787abe3cf8140cbe102c97ec05e7e04bcff1b59d573f86979b8c0908
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:5fc77215c969ba9d2755b4aa151f490aea70f4895f47ad7b5ce703844e0e1518
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:5e3aad02c24a90928649b34fcd0e7f13e20a52239388843f88e66269ba908b81
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:d63f5f7df003c3e03298ccaf0251f432432825e898f86c078e3c4380eac70601
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:f2085de12b4d50137591aab5e71ca1e1a54ce26dcb5795408b81786390c5ffd6
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:34162b6682d1ab28e41c06e8cd3629bf741597c121a85cec457834bae44a91ff
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:9ed93a1f3316ebc02f89ad0566592b4d99aa67656eef9ef0881259f2aa2b6353
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:e342757d3b0fbf77451da371e9b9f0c343e642ad9988870e9f20561870aeb992
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:86fb8ecfdf25de452fc0dda7e2dff0e44c9c184f7f00b28f13960fa491918561
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:55dbf23a22233552376cc9eafb2010470d4a55bc307291cb596b18dd86d54985
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:32682a976973ec11deb55e802d75003185d16975ba9cc0378da9d84742b1f6b5
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:13eaedac298f0a65433949b327d69f0b7ee3a2ca0d6f42ecbbd828bab334621f
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:8435d794e295a990822f86606c8a32942f836b4ea69ae2eab5c5293c96296f42
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:083c5426bda26d2e9ee29148b91aa9d3522cdcd29db091ce213896ab8f07573a
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:fb65bca357bd761d7e906941d3c8c96d8fd4488939c54b8c6e06f3c00715a23e
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:ce7c7a0964a1f982dfec7545a16f745e523eee65e0e6f4c9c49822a90d143519
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:e41b64a18e5917953ff737a5b481c8250b53391627fac1b4299d54ba1e915bc5
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:2cfd20e5fd3c7d4e1d46daa8009b4bda7e99d58e9443a8c7957ddf81ed3965c6
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:02dc91c5dc83bdb1462bd3393c4d6dfb12426fd3f112ce92aa9663fff1680310
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:7c246d8218f3041fbd5abda9156c072c7ffed8a6530e22e1e4acb4086badfcf4
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:49268df07e53c580f80793afa52a7a67ad0d384eafa5a4116b55c03ff8de3c42
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:c82c9962100c4757313eff8f5bac8c56c466081f17ee31c353780c8202a82033
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:2a5ab091f1e63cf296600a3714b7a9fff14aae76d25aac8750e427a296801f1a
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:4ac422dc54621029c1b0a2e8d2c4a4ed24467e3d0bce11830b7919b94b464a71
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:850d4498898b1411277af735f24823b1d2031d5c156ed6f5b08e1c83dce93f14
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:99ef0f92b2dfb3907890c6b5af8b062a88f5567aa14aecbceeff462faaca8495
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:d8480b4be9ff4ed95b26e0e57e0f2dd78208195583961693b8658622cd239b4e
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:ab1457f5b88593a447e3de7b06750752c7f27020a32eb4b9b728117e5d288672
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:ffc615effa93e535c8fb4b435617d11b671447a482ee1e466abc04307090f72b
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:180ea20197ea5104fb2ae9939c58d77feffe4345e396e737d6f397cbc124133b
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:e62b9e1c33d356a55c5b19ade83420ca5d2e0623693e345c7d78c98242fbb763
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:e70d8ce53078077db5d1b025ef19090f44e107be97d0925c7b5f69fe6dfeb862
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:9fcd0fc5ac16a9abddaa4b803a2ced84ce9c78812c149bb8742f261eda10548d
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:164f50150d7063ba8a8beb2db3e75e4c2d728c2091dd205cd6968437234259c7
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:6b0976ff2f057640243667b17f2756277a282e838e37074d8632b182b1e50d2c
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:ba5f359e1ac9bb803faaffa71bc1e8171c2902ede6b3519cf72369906deae4f1
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:d5b88c97160e38f2ab0bc3337697eeccd54968ea3378405363ece710062ef30a
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:35874069455ea95c85cb946e2bca5e2fc12f7c0477a0f79cc928c3db707c0f9c
|
|
|
snapshot-master
Expired
|
17.5 MB |
sha256:7be630a16bcc431301f0ae6426f7ed533a4aae6d25c416ab7c388524591e53ec
|
|