Docker Build #857
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
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
bookworm - linux/amd64
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
trixie - linux/386
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
bookworm - linux/386
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
trixie - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
trixie - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
|
slim-trixie - linux/riscv64
Failed to restore:
|
|
trixie - linux/riscv64
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:49392ef09dcdbaa587cf66f1d7b653ff7775155707462cf3113d39be89827b76
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:81e206e72b734c641527c27c5e4b55d3251042ff529b4dc847d7735bdc41e6e4
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:cab135d6fccae91e25a9b6e78867da926a048f8545ac6fd7de18e2da739ec18c
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:d936e171edc0db291eff5cd6bcce9b04882182db2661bf7e22afac86b10d620a
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:aa50562c2007aaaa2e3ab769fce58e42afe0375ae4a3cdb57ca441ee433f2da8
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:1d9c5c3def55237ff8184a849f8c32f12f36966c61fea3035314205490ff7b05
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:51d7af97efbe1b7e858631ae2069e879c1cf5eecafe4e7e4db952606717f56af
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:d48a7da0a662152d8270a58ed540aa312fc1720e7e5b4e64fbaf05d738c63bef
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:4cd617cbf4372fe07b4454ad6174ef2398605f0862749a96f93d36815f3f8b41
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:d9a7b6ae5ebe750e0449382f1ff5eefc23c5a7b5346a6f5f677d0048c94f41d5
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:1d4e134948c06f875f822acc18d1c2320559ad83faeb93c1c1b7a7687042335e
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:d28ef16e8c97ed986fcfcfc71da89d6053c1c9e1857408b5404b2a00c4630b9c
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:d46a317107f8b2d8c6662b9e6e2969f1f2b359174ede921767672a7d9f6d6f86
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:426ace1727cfc02b4e2f8e7fcd61c0440633e8a896d5afe433cb85c4647c7dcb
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:9a584755e99bdfc5c00dda8eb4d75bc445911ab96e703fa2cc65bb1c10db8255
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:0ce99de087f3c342cc99a34194ac173b559b5000881b795b69e872308da08242
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:7fe4c8b9e9f8c8098e76bd000584cc572a9df241ec1621ee06bac50adcc5d786
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:364744dffeaedd7ee08ef50fa6a65a6a7144a5b1a4d6c9099cc74ae201de5f59
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:320700d1b2082725329b5f6c3fe4a26055e1dffb7cb1a23a294069d0811bf83d
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:6758cb9417a1813ee391529873d84436372e3633f9185063532a4917cf920ad3
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:f352f1aee6004e70ef8fd54571cf440b6662234a8832fdc8d2734a6e505db3ea
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:d71b35f6168e923352601c1fff3e08b5bd890b1cd76a3924fd2dadc4680b0393
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:604b93fe38782ce8e9c9a617076edf93419f71f05a0d98c8f1485744bd84e088
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:b31920e4922230f41a63910d7b9141a329aad5897740b58f8e2a69131c8f7d38
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:513a5dd48a16c8fd05c55b76affc5cf36f334f14366ae0c0f7c47923fce109db
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:ee29b2ef9529ff1cf65bf8077ea4784f1a03522775805e4abc803744a9810011
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:1228edf88823670f2d6e6f59185792d7b1d1d21f0e15f4c7c6737eaa6c05a17e
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:87c28e6723bd0db747a730d1b09714d283254bd55c3b4bc7b64899fd9e63f5c2
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:b1bf0721f146cda08c4bc5eae56656e0a4ee136ca1d212c89fd651813ccdf5db
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:cc7d0bd610dec86f0e481babc07817b8214c060af0006fc7b5ce0f3cfa8b3392
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:7ba423bb2935adad5256424fcb1c8964d40b5afbb3237a076edd95875e4cbba5
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:49bcb99aa8581f8369fae8f4806632af0609c7543afce6a021d6bdf6e6c009a5
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:080ae79ccc89a55c9634cad30009082d4b41eefca9448279d11e188229a16f49
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:721238d4e14f90902f27ecb5cce2d53c309dc3dc0b55032e45a7b11f3be8fcd5
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:0307cbcb7bf9b772873c231e2b7bc90f1e5fdc6be58433cb10ab500c4c21b914
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:93fca84b6405803c76a857a9686db497ca51919a028515f341de27d46548d729
|
|
|
docker-ruby-nightly~ruby~0N2ETL.dockerbuild
|
102 KB |
sha256:a4d5ccbfa358c4ca3c8fa1cfca2b33776c8394a5a7a2ae799e8134f4721936f4
|
|
|
docker-ruby-nightly~ruby~1YBJW6.dockerbuild
|
101 KB |
sha256:af387acc97f432a432ecbae67653492a37740011015d6087000d1822f62157db
|
|
|
docker-ruby-nightly~ruby~3ISJ1U.dockerbuild
|
104 KB |
sha256:b80fd9571c2f61c5652c7892452c7ddc71bfa77af97d9194fc1fa3b954f25083
|
|
|
docker-ruby-nightly~ruby~3XDLHI.dockerbuild
|
61.9 KB |
sha256:010385cc0071a07da9975b82c0e77dcb6b2c06654b13ea58e38dcedec3e2c83c
|
|
|
docker-ruby-nightly~ruby~44J1PW.dockerbuild
|
116 KB |
sha256:9bc237238c1e762a74b4b788c64c77a14caf84c5055c799eaeae7aed49bb8318
|
|
|
docker-ruby-nightly~ruby~8H4OGL.dockerbuild
|
98.7 KB |
sha256:c121a2b2aacba81081988ddf0afe84c4cb05b30b248d41797fb3f4430a35eeaf
|
|
|
docker-ruby-nightly~ruby~8WRFM9.dockerbuild
|
101 KB |
sha256:79832efb6d4a2829f0e3647c1d84bc577a2aa3a81a14f6f70cde3ca5a97c6532
|
|
|
docker-ruby-nightly~ruby~9S1A9M.dockerbuild
|
106 KB |
sha256:4a9464a4ee1ac61e8e45d060fdf0475d56a5f77cf7db0c36dd0637683ec8e6a2
|
|
|
docker-ruby-nightly~ruby~ASEMB6.dockerbuild
|
121 KB |
sha256:ffe74b2fd7e59bec709978d408bee491c480a59394a809232cebb8c731a735d9
|
|
|
docker-ruby-nightly~ruby~B3OEXH.dockerbuild
|
104 KB |
sha256:8970034c7b6e379b2fbb9f89a5f628d4ab23082ee92d7db72e07958aa95cde15
|
|
|
docker-ruby-nightly~ruby~EBP7W1.dockerbuild
|
122 KB |
sha256:490df1e75f4112c252d4f8f569fff1b2170436c6055a4541ce015f34449c9841
|
|
|
docker-ruby-nightly~ruby~FG7YYK.dockerbuild
|
117 KB |
sha256:216ca43c308c641f72d44dc4dd1cc52e81fbccf1ce9d0c1b59c54880f3a7d29e
|
|
|
docker-ruby-nightly~ruby~GTBXAF.dockerbuild
|
103 KB |
sha256:47578c5fb719d8c5d36322b31b252562ddcd62c5d27d9dca81e071673f7430ce
|
|
|
docker-ruby-nightly~ruby~ISKJY9.dockerbuild
|
132 KB |
sha256:004accacf09a32af228435c4d027225379156903ce9aa057fb345995f282d09a
|
|
|
docker-ruby-nightly~ruby~JEC7DW.dockerbuild
|
116 KB |
sha256:6ad1ca6926f4b0be58106b19003818073a067a3f8dadeb134247cf4f42653510
|
|
|
docker-ruby-nightly~ruby~JMFV7D.dockerbuild
|
102 KB |
sha256:01ae2b9c444a3275eede00ee79b29a359fac14dd7216a0dec8b228bf4c11508d
|
|
|
docker-ruby-nightly~ruby~KGLY91.dockerbuild
|
101 KB |
sha256:cfa9726540ca97e2752e39336e2b858c478e19c652a05fec3883e8cf3d8bcceb
|
|
|
docker-ruby-nightly~ruby~KOTT7B.dockerbuild
|
102 KB |
sha256:29ac01e822edfa2a3d2701f3d248502afc70103c18952e2a7017f554efae3354
|
|
|
docker-ruby-nightly~ruby~L1QL1G.dockerbuild
|
97.6 KB |
sha256:52d7922b724e4434b0329fc98e27e33b5eec656f398fa77c91ea531146e5066f
|
|
|
docker-ruby-nightly~ruby~MFKR7S.dockerbuild
|
121 KB |
sha256:ee0d1cde762736b64612c1c6751240e82eaee7de92a2594cb1fe02801082d68c
|
|
|
docker-ruby-nightly~ruby~MR3X9X.dockerbuild
|
96.5 KB |
sha256:4ee3cd09b3e2194c24215aa7d76198a048ad872e22ee7c8029b2ee7251250c29
|
|
|
docker-ruby-nightly~ruby~MZ5523.dockerbuild
|
125 KB |
sha256:2e0fe7416e31d845655ceac014d3dc6a78d9cdf35929638b0e14cad51c9f87c3
|
|
|
docker-ruby-nightly~ruby~N492NK.dockerbuild
|
99.1 KB |
sha256:18b7db2c53d56af7db154fd84425784a8ee9043f1cd823be9e8b8f32f80cd868
|
|
|
docker-ruby-nightly~ruby~NZW7G1.dockerbuild
|
102 KB |
sha256:f313c2f7e889c7e10f958c742fff703049159bbbc7b7f39f21f57cff3aba3fd6
|
|
|
docker-ruby-nightly~ruby~OAS2AU.dockerbuild
|
110 KB |
sha256:8f91b08bc65798dd9ee4bbc9b0cb44eaef18487742fc7fbdf47df08fe18ee3fc
|
|
|
docker-ruby-nightly~ruby~QJD32Q.dockerbuild
|
157 KB |
sha256:bd9b1689467ba6669e041a908b6d72cc99c1e8c15991beb954d4d9bbfe3760ec
|
|
|
docker-ruby-nightly~ruby~QR2YNF.dockerbuild
|
139 KB |
sha256:f7cef2017cd8ab45e5bb1a59148967637750d49a9c670b37a2f6d4abb162a29b
|
|
|
docker-ruby-nightly~ruby~REX5XM.dockerbuild
|
154 KB |
sha256:71d4521c91162dd82aa21db56e8e3a721950b82f36574e6b15636989e1d28ec7
|
|
|
docker-ruby-nightly~ruby~S9Z25O.dockerbuild
|
96.4 KB |
sha256:0e85453cb5479d0b24154bbc90c4e40354e7936fe078fb5e8716692d858a8023
|
|
|
docker-ruby-nightly~ruby~TISIV4.dockerbuild
|
104 KB |
sha256:fd140e4d82c82a41fc94607311b0908abb5b94bccb2d0d009cef651d093a10df
|
|
|
docker-ruby-nightly~ruby~TT8SFT.dockerbuild
|
120 KB |
sha256:3aa6351c1cc74faa5191d0a49de36da27d764df07346f151d749a78fc887a63d
|
|
|
docker-ruby-nightly~ruby~UPIHER.dockerbuild
|
99.2 KB |
sha256:1b01fe742dc36fdb1a5a73efa48445141ea5c3f72ba248e4a435d513fa96e8bf
|
|
|
docker-ruby-nightly~ruby~V7XSDM.dockerbuild
|
125 KB |
sha256:e5550a5d34e142a26e521f3e78d23e9c3fccbd5f5efce38667f45b1667048afa
|
|
|
docker-ruby-nightly~ruby~VMCRQU.dockerbuild
|
97.6 KB |
sha256:46d420dab00279cf7a84ea1fa038095c9b8d12774b255d97439755517ff6ee40
|
|
|
docker-ruby-nightly~ruby~VMOVNJ.dockerbuild
|
101 KB |
sha256:99b19b056348021b37339c67cf0db16c61705b42577b5b81df6287ef6adff3d1
|
|
|
docker-ruby-nightly~ruby~WLH6FH.dockerbuild
|
137 KB |
sha256:fba73d4e9fe0703d2713a62e5ccb2aac77ff782e0cdb25e121f4d1d494b161f7
|
|
|
docker-ruby-nightly~ruby~XUAUBG.dockerbuild
|
133 KB |
sha256:f36124ed86e21f0d8380d258e99639b26bec56c268ac7210ea016c5ef0c502c4
|
|
|
docker-ruby-nightly~ruby~XWARYZ.dockerbuild
|
60.2 KB |
sha256:d7fe8e8a59e2fdfa90b084e8bb7ac7b8862fbd3e7ae68fb1fabb2e80fe38f884
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:1fda337ff03725f6ad16ad8ff13683b4fd434ae02826f67d317559ddbd43fcb7
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:d44fc12007103bfcafd162e3e7247034e145983b320ca1adaacc01164de06f2b
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:5b37ab8888b9b5976cbb0e75ad359704be94327663ecc5d3fd0f4201e5d4194b
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:6af64ccab97bffc413cf83039332c775b77020f77cd72f2e50e5ca8d01e4a293
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:7944313c3ca67b25e7b93ff04f00954103f81e0e63ed18172a61ad174f7589ae
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:210254bcdcd18d55bd27bdc0a095dec8a38ceb5c518d90bcaab59f586373426b
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:dcbc55a7b9a5efbe500ae39164c4ff54c82bd2a9c4c0442585e31c94bdec235a
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:560fd7713008ed07974c26e8b9a3b924328ae59678c77c21c63a0366336f72b2
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:80485b49c1f5d4ad359b1cae9ee83a9a36f58704935db87a8a8349b1cdf9176e
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:218fc20a4b3e42965fa76787231c129bed0fdcd6dfb75167290080ccc7e41bf5
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:f6f48747032c6313f077340bb61a10bd87ac762c30d2f09272f226327cc0f488
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:20923dbc1341946d19077d9859b1c35a196e5710b6940d988bb9702fca796046
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:9f79b4a439765ab46b7125403ea453f155b9e6f5f6e923ef275c78cfe8de6db7
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:045e4151ab5c3efee8bb75407f5144a96b266aa37a5ad2c8b15e2b8a059edece
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:bccb1d0ee5a97d5fe49019192c221e5a31670e861de0e52f86ebf6f9a34edc9b
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:ff2e5f39e908b4e73db002a653e671905ebab6e84ab2a565db677b2ba3069136
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:85b21bf5960df21aaa9b3194cadca82d9253f08feadf2e3f3d00b6c2f7a2f781
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:56029f983b095a088d1feacf1c00e9e1f9034719ac5e635bc884f01bb4dd7b00
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:a3f2b4fce15de4642cbad4ac27d930f76e8c9fafd1181703113fb9e147cf27b6
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:de3119782409ac1cf0b1a497093a6f8d0cf9618eb40d98bb1e7a5b1f7ddfc6ce
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:05595be508554efb4bfd291b17f833ac961b207f5c5633f42da469cf1e7cb24c
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:fe2ee086c1a19f560c7eb8607a69b8cdc092d5a81b6dc085ddda612b779534e7
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:3174143c8241bed9aae3b362d0f4dd59f3fe2d19c28a564370546333d73a8173
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:9670be34a6b4f3e7c844572854614d0a889cacae4dfee2765437efa536bc0a0a
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:caba4d1cff2d0ee18b224c0df208a9ee9389c246a2f9409dd076821a339fffe5
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:cb540a5e9373b36d5eaa1e9f3b6091d47d4c419c42079014eeb253bc95174918
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:3cf00ae6ce0749023f9e6be9fa881ed4e7db572983bfff09d743d167005c5fde
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:dd641d52c10f3597b49887c4fa9c8f62baa0e793b4ee9a7790a6aeac25794660
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:55fb1f0d1e9d041e57c7739da80b1a2f7d503c59404ebb0a76ba9910acf39199
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:2d5aa520101e0e83a86fe31eb29f050a679e509950f7cd35c6c2c2fc7ecaedf0
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:d4b00197838b1416179c02adc39b89dc49d6c79d70e058e6e1d6c909aa14af32
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:d4191b53cd769f75125866e027a5e82747f86dc360866fc80adeabfeca133aff
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:0ae89786195e6258a9642fdf5e6212b53e158e01dc7164dd2a3ffcb4512f2ad9
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:260dbf7f3ad83cb5cf6c547fcf85b50e64246766fec54eb0bd0e8724d6f65f2d
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:dd305cfc3c9cf4024bb1ab2d651ee4e92e590b2ca0e330e26b42a54b4232ac80
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:9916ea1477326d4c00437e3be78021bad652db9bb30732794078aca7ba7ee2f5
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:f89e0f18d7560ba5f2097dfeb08f6c6b2e7c1c6a03d1b3ffdd6aa222936a2a4c
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:6bd2ec4602fbf2cf6fa5616f59d4a4bfd8b734738e1ff7646ab1bb9e68f1a333
|
|
|
snapshot-master
Expired
|
17.5 MB |
sha256:a4d48d8d50a23e0e4cd34c0fb0652c6ce5b67e3b99760d16bff059ca091f5a1a
|
|