Docker Build #855
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/amd64
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
trixie - linux/386
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
bookworm - linux/386
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
trixie - linux/amd64
Failed to restore:
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
trixie - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
trixie - linux/riscv64
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
slim-trixie - linux/riscv64
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:0452e386e49fb1c5444b86cf1d25dc76d15c13a543d56f77e005eba9ce12f02b
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:b042ed5c19d40b5f5fcee39f45946c985e8e901e0c8d3750b14be904a15f39f1
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:79fa16b802f8852742830f200fd4ec6039ca98088dc04d6760d8eae270fa242b
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:1593203c573669cdd5154fbcc1d175b396e13ce275487e2f3425c7f6bb6f75f0
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:e4f7db348a2916d5c7a34b492013d37ec334985ece901c48bf64ad28840fe8d2
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:9d19888cd28d3071db76d61ab3ba9f9ddf1eb83e680ac502b024bf585993b485
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:d35bca2bd6e18b7ae33f1cb94b11b7ead7e5262803ce1349731c44daaacdaef3
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:54e7071d4686cededb349a3264c24923808c139d28117285b48e697a9db938cd
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:5199b4e5fb60d3acd1821969b18e3a4c6787e87a95eb0a48e087111a9011d253
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:05d9cca8ea5133e896d3886ba0c6045e19b68f353a49a175ad06e5a014ca4128
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:e1f6baea79bec55e980224f0dc367f518c61af9ab6692c78ecc2a063e6d3381d
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:efd9cda2bb3f8f47e77d281711c573550f6d4d964b0ddb64d88a8523752564d4
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:0eca96ef4aca0266a211f19f275826f8a91631ab9d634a1a6497cbc7aec7857b
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:00601f8b127602f829c75f612c218be99a28ee8b8b03a8c933355ad9b2ac7b76
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:5a5463bde672b168281b8a51e1e83854220123386a51a15d0a9c439bf275a054
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:36546c2716d835e0a7af24d918814b52e7ae27d6663bc8e5f23706c8ed4887f4
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:ccf75519330530fcfb5bfb4c3557a52e698bd7eeea8ae7e0104029d136312324
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:5a36a276d9d33dcfe28fa534f4bcc3889fcd0feab72158af9a67118ab6684b96
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:966f5681a16df8bbf1a970d14765c97a2a4d17a996de19414d1162f6649d41bc
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:98c1ba9e91cd33b42c20d53896be340681f0eeeb0a131c04c97a1a18ac11aae2
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:3e5a76df42a88050b39d21388c5a8c0f62cc22939cef7696cbb1c7aa52e007c2
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:66b7056d39ae5f27c9dc342aa05a29b30e14c7e3c787aa181718a4adc477fa86
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:cc16b20474d0163206b384305f3f54cee443b6b08df662910c3b651118cbe1ef
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:4c242edf5665a783175a7a741d0045d3f5e19fc19c13850621f52e677e40796b
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:4b13152fc6bc4eb85038b64f22caeacbebb4f8c900387536bed3aeff49b873b8
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:45e6e6602c730fcc958c1168e641bfc966dd990508f21fb7889fefe435640374
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:c52f0f986491917b37459f5dc5d4da913b55a505891e4ce68de5322376346e13
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:bb0d07614be3e089650a21df77a4b2fa08799bf8c25a792bfc7f961616d4142a
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:8c71a6c72fad9f504f7e9f11e3eeed61c66a456a54bbdedf9bce16d2a89a9515
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:2d96ee7fe325b727bd2fbeee1c019e8b4de4e119757fd0bc0d75695b20757d8b
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:1c0ea69cdbefe8c317a3eda29111d1829c9aa81de01d2476b1bb9f50563db025
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:137593aa906b429e2b274d326d00e20e95cea3f72baa4011a56e09ad425548df
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:e491435fbd7902311a21ca0f6e1791a11db9be4a26a72ed4e2074b2e6e3ccf65
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:142e38a1ba3b269658876de6f59a249de7de3c8ff2abe9ffbe5106849541fa9c
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:f29907308adafb20ef679c6bc61d56a8df866005c1adb9bcfcaae685f4149051
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:3b745450467fa9edb1b1f22b20698f743747766957e782d98df238d5dd9d3426
|
|
|
docker-ruby-nightly~ruby~4GCCNX.dockerbuild
|
103 KB |
sha256:267e42b4f2a729dfeaf67e6120036257089f9b9e8273c0c3c108622dadcbfe2a
|
|
|
docker-ruby-nightly~ruby~572JA0.dockerbuild
|
136 KB |
sha256:29c79932f39f62d36d122d00187036ab824e3f7f4f41908deac1fcc5fbbfdedc
|
|
|
docker-ruby-nightly~ruby~735F64.dockerbuild
|
151 KB |
sha256:9e021ef5ad9e2d1026460c68dee65acdbfdce4f81e4045023b130dacf516b85c
|
|
|
docker-ruby-nightly~ruby~7DE3NN.dockerbuild
|
131 KB |
sha256:06c7838a49176f81fa3ad7af30ce03951b55491df3ed724c417eb46603ae4833
|
|
|
docker-ruby-nightly~ruby~83AHE1.dockerbuild
|
97.7 KB |
sha256:5d74cbf5f6a4fff455c08898490f3847a16e3e07634c47aaf263df32d89b0aed
|
|
|
docker-ruby-nightly~ruby~9MR4WB.dockerbuild
|
96.5 KB |
sha256:7e5ce6bd10c5cbbc6188d797c96d5db41083e0068e2112aadd20e04a9d7585be
|
|
|
docker-ruby-nightly~ruby~9NA6Z2.dockerbuild
|
98.7 KB |
sha256:75d7d7ab167fc06349000717fa63bee84f55d93d9ef5490851dd4f8b0854166f
|
|
|
docker-ruby-nightly~ruby~9NJY10.dockerbuild
|
59.4 KB |
sha256:ef544d54dae640c0c6085b751b4faa7cb6aa7903f3be45e64befb77aebb7767d
|
|
|
docker-ruby-nightly~ruby~9VLBRW.dockerbuild
|
104 KB |
sha256:0bd210569c625e2649b5b9b264ada9fb4d8916b557328d166268be56f20b18d2
|
|
|
docker-ruby-nightly~ruby~AXZQ8F.dockerbuild
|
102 KB |
sha256:a8a39a1204d8ee4804088e93dd44da247916af6c0f67ab32600455125fc81d43
|
|
|
docker-ruby-nightly~ruby~D5WCA6.dockerbuild
|
96.6 KB |
sha256:96443c186391c2667c8c412be5e31e35bdb285abef8fc12788d6427619400abf
|
|
|
docker-ruby-nightly~ruby~DKYFDD.dockerbuild
|
104 KB |
sha256:0c57baedd00a4b6022783a4cec7c4f114391f214f8fda52c0297afcccfe2c7b9
|
|
|
docker-ruby-nightly~ruby~FHM98H.dockerbuild
|
121 KB |
sha256:b9b7a9811bc39929945769ce32d1363722e19b9b49f818b070b3940bb2f437ff
|
|
|
docker-ruby-nightly~ruby~G1MDAD.dockerbuild
|
62 KB |
sha256:f3fb5ffd2ecabf004b29af2a0846456f2d5ae637bea7193d010597a7ea22ac31
|
|
|
docker-ruby-nightly~ruby~GIAK70.dockerbuild
|
102 KB |
sha256:b462ef3424dab53c49434709f7ef907de82b54ce7fc91373146d11eb7dd2dd4f
|
|
|
docker-ruby-nightly~ruby~GYOBTU.dockerbuild
|
98.1 KB |
sha256:9be0c8049bae6c74097909c39f630ddb82c9ca3ccdcd62a8cd72873442266d33
|
|
|
docker-ruby-nightly~ruby~HPOBQ4.dockerbuild
|
116 KB |
sha256:e492ad43128cf494b6e0bf021d5d8dde5ba20b2eebdab73e6f619aa84b052c26
|
|
|
docker-ruby-nightly~ruby~I88N4J.dockerbuild
|
138 KB |
sha256:e59f4f2b0ee79f9978a3bcb7697f384e486a1a2f7a35d16d288c7067e393d589
|
|
|
docker-ruby-nightly~ruby~IRJHB7.dockerbuild
|
113 KB |
sha256:716de9f3bd306c0cc28cc9595a92eaa61f056b3f44141788f27e7bf04774fcf0
|
|
|
docker-ruby-nightly~ruby~JHJF8W.dockerbuild
|
101 KB |
sha256:9f6b80f53f92d9182d5fbe794175bbf65f633b5bb725f1d41cfb1bce9cc0c17f
|
|
|
docker-ruby-nightly~ruby~KRMJA6.dockerbuild
|
122 KB |
sha256:ef46885669125e8c5611928b8f728095aa4dd3675b51bba3c7403178d1b0f069
|
|
|
docker-ruby-nightly~ruby~LWRBTR.dockerbuild
|
123 KB |
sha256:177b6ffb2c17e187d7b892c07c908e29b3d04ed4e2d56bc18fc0d6cf41065daf
|
|
|
docker-ruby-nightly~ruby~MODKPG.dockerbuild
|
159 KB |
sha256:73ca4d6e7d74c48f0c1f99a78792446a62a66afe71c7195483c89315c8bc7a19
|
|
|
docker-ruby-nightly~ruby~ON91CI.dockerbuild
|
103 KB |
sha256:59f969b3c4630ba35e3ae2f7d810b96ad503effbc0fd965b475a9982c1fa0e87
|
|
|
docker-ruby-nightly~ruby~QAFC6V.dockerbuild
|
124 KB |
sha256:ebcfa45e8e3e2ac9b8fd141c116d2e1fe624e75e82d610605cd63b8405f48e4c
|
|
|
docker-ruby-nightly~ruby~QHT6Z6.dockerbuild
|
100 KB |
sha256:a9c1f43960ac70d783b832138805ba3ea2fb270d0f22a695ad8583d5c0aed89e
|
|
|
docker-ruby-nightly~ruby~RYY9WY.dockerbuild
|
120 KB |
sha256:98f5f9300c0f4ce55470d0a1ff765bc91ed366aa016e8c0acb5fa7ee9fbe6366
|
|
|
docker-ruby-nightly~ruby~SF9QJP.dockerbuild
|
102 KB |
sha256:913e8aabd24f2ef37a69be09040ab90ea8cf47825f44dd5edae6d90fe56de9f8
|
|
|
docker-ruby-nightly~ruby~SVYGL1.dockerbuild
|
113 KB |
sha256:b191fac9ceeed84d442a39abea40cb15e406e7524d701cbc64327c4b3f4b0d8a
|
|
|
docker-ruby-nightly~ruby~T72QGD.dockerbuild
|
116 KB |
sha256:e5d522773fa5cd2066391d96647c2d3a8aaa559c7cce198a11a4fcb3a6c79d85
|
|
|
docker-ruby-nightly~ruby~THS4HB.dockerbuild
|
103 KB |
sha256:1c8895f8b318e975b8ae6477080bb1ebb9e276a51a6af7df226c577e731e9559
|
|
|
docker-ruby-nightly~ruby~TVN88W.dockerbuild
|
96.5 KB |
sha256:de421f98b7d58d7eaa6cd8b3682f9c1fa13e89065b31f84daf9b542d46e3f414
|
|
|
docker-ruby-nightly~ruby~TXI3IH.dockerbuild
|
98.3 KB |
sha256:ac6553db824af930626546c379fc8464b26a32c87f86590a3137ebbe41c1d5ad
|
|
|
docker-ruby-nightly~ruby~UQSEJB.dockerbuild
|
102 KB |
sha256:52d29454d27f7bf4c7fef4ef0646148f5e5f5ab74d3f03033f903329ea193db6
|
|
|
docker-ruby-nightly~ruby~V3KPYG.dockerbuild
|
124 KB |
sha256:576c10193688925ace67f20800734227ff7a8ec5b23a146d159f1cf9d3c9fc32
|
|
|
docker-ruby-nightly~ruby~VDZE85.dockerbuild
|
133 KB |
sha256:2be84221bbcd526618b7bcfbd2c7cbfac671a44ea212d04fe20237c7ddac38f4
|
|
|
docker-ruby-nightly~ruby~VWHTIM.dockerbuild
|
102 KB |
sha256:81ff98737fd322aba205b1d19d58c0d594333da584a84c260509bf14443cf3f2
|
|
|
docker-ruby-nightly~ruby~Z970JI.dockerbuild
|
104 KB |
sha256:9dab0924562b8e25b3f825121049f6f42b89906b987e060e30cef804a5fd40d5
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:465f628002522e6f3f55da6dad70bf428df4c16878a1b1c95add61acbe654141
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:98a270c6c4085c68cceeeb96d9f2eda7c1f540ef7d29c8aad3c3c7d2a6d948bd
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:afbae7429aa23be3181bac70d7b22ea08ad7825047a8f3c3606c18d01e183fc8
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:88845875904d4fd34e4696e5c2502825853911b88a4433a8dd95b1eebe62875e
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:ac0fc8afaee88b0263f28c0da0e7254e10aba14b19db7730babfedaae3e8e510
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:77cec86f69fb63a12ff26d1820d6e1d17636674772ab2884b11868af59a53520
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:6859a74f81b69412364506161eb1b64d81c314f674304496618eff6c0a24b852
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:b02fe256bca7a12770f3dbafee5f3979b80bec7e76513893d87fb15222c265ca
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:1669dfea361871cd5c69a043b92b830f8cb07b202bd736cac4219698b9c59979
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:fef1c66bce507dd01f1d5854c162d7a40125cfaeeedd1639d9b7cc1242d06440
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:ec89694f6259cfb52e1514170d3a938e4fdac137e39faac77abe588640fa4c09
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:09f92dd66e30c2f8d82fb3b3902066c32d00b2bb67fef76bbda38c5e65e7f3de
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:7a98ed9898f658ba986dd48ad2c78552285d4add63bc2046a949a5968039a4ee
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:98e9fc643f477f825a661068723ba89630ef2b81bc9a70bd81f06ca5d4ba0eb2
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:2cf9e76f11cae80c3c5c5a69e9c448e105fd5934e28072935fb9a1f9db85ced2
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:50c2e415918ceec15b9ae3a59d43686218453a18de14837f03b7af95ea1a948d
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:3eae4ece7683ec42e19d2ef8464ad55025417004a566229660f96e3619ceb719
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:5d286c542cf2258382c781c6da9f17133b8f0ba1b7128393ea03614f289b3477
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:036ca6e11bfda50162bfc7eb19c61fae1104afb7d141f8d24d37b0ed36b5fda8
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:b3cb1e7e2ecd1badf1876f7d9453d7ba285b0afa0362e73eb1da4ed02733078f
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:06784551a62f304e8b144c6520b25ebfb87f500d40a619942c413fb1464d97e1
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:16f05c8855580dfdbb3ec385d80c25fd4cd9904b2336c457782de47723060c58
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:73c71c3b778d439335961de42e6e6ecb19103675e2716212be89151a0c9f943c
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:deeec19eab2d45ccfcf5d6533ea7812f8a38dd02a193c052f78cafbd8215e4a4
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:7c32eeb6c9f9204b1909b95aedca5508865d76b79e26d7a2562c1573714fc0a2
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:2d6214871676309f1d39508790a4cce619b6e238a7c0972178f445f968b90862
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:a023a25ef83a519bc09d556636e64038aee948f8c99c0e717703391201c22edb
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:82c2a73a2ef3b6f3875cc39834c5e46b362fb059698073bf0856d724f9c48631
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:c69885f2371cf65d57f4804f4b3649ae0281b98207d43cf14018ce36c358581d
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:b3f409ed953ef3cdd7029e3c4114e6b8b7a8a374ef9bd7cff5a3acc0d72a3bfe
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:b0c0a8a3456aed8df62be02d71c8adff711a116378bc5a1f14996809c031150a
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:b263592d589b67d96e0d7a2a190f8cdc77b3bc02fce89b8baaa844a4f12275b3
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:2b6006fe7bab0d968fa95b9b43df26c7dcf1afa25a20d9fb3fccde330cdde002
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:69b205229c03c191500c8df84a210fec9fd2db03df018e75fa930f6aa2005557
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:de895e3475f9087c672104e4f23ca04183e66feb209cd6cdb30d7ea304daa927
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:bb4ccc34576694d8927e0c6536aad42a9bac03f6008835354ebc67bd37b21853
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:77b8e9f0a5a69f84fbddebba35e41e08e05d87531cbed1c00da3aaebeb00cb0e
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:525f7b62c4d00a67ab9320ed6769db94f68bfede4e0e32bf5f27fe272ba7fde7
|
|
|
snapshot-master
Expired
|
17.5 MB |
sha256:b78cf6a6248f612fcfacc0117059825f85fbcaf421c2334e1e31fb25b93c2641
|
|