Docker Build #852
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:
|
|
trixie - linux/amd64
Failed to restore:
|
|
bookworm - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
trixie - linux/386
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
trixie - linux/s390x
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
|
trixie - linux/riscv64
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
slim-trixie - linux/riscv64
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:6ff8666375de570a58d7deb573c4c761111f751cde8b0d2e5122c6dea5e208a3
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:cf7c02c335bbb2ad1f9a0721c16b80ea05758e366d16ab122c6142c26a62878e
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:97171cc62bf9430f5119c69689fc319b27a40013716964c59e7d958bacc38514
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:06df48407935f3821de0496053d3ece2fac4723c3bba0c91e13365d8c02f2a23
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:c60b2c8ab7568f2f9b367b958d5b1b83ad0c59f193ced30dbe00fc9c78c66db2
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:4c0641adb9be42ce02ba6c43e6b61a65d93d26d5f87933f7665ae1d30b1993c3
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:b09ccfeb912c0d78dde0bfde4ff428915f896776838a84764552434d315dcd5d
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:5689cd2128ab142b5c720250678d343f5ff130b10e3c8296fc9e3e7a8870f27f
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:81596e955c94d5bdf904604806ec1fb98e651d20e4cc81cd9c3383c42526eb61
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:69998c605cd665aa945bc99b5c53e7a1753bbc052b80e70b05742453c26333b8
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:8ce9ba69bb8478c617eccc3c539d76c6de5d5d421041774c83ec2a3562f07ceb
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:d5aebb734eaf3f25bed1b7fe328b2dc08af745572a50547ee0ae7a9a01ccf684
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:50c3f3f3be27fb7c84aa389c7d6bdc2c49e28d8fc4f8a1be531affdd17ec3d91
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:0bf1eb73f98140b4c3441ff5708474c781e85a6bf3509f9ea243df08f885e30f
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:5b68938655f94a06f1e42578a663b02a6da0d0901c63ba5eb80d5c8c9ae6a7c5
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:3f1f0d856d733458239511c28a3c3a9a0ad82b52bf003bc631dc5c9dffcb3bf8
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:b01b35d576d03116191602bfa70ed5226b3e1a403c4bb02a0c85dfd64bd9cec9
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:4bbf5d965b0eb79a6c82fc0e14014bd9b6e30855e5003f2091f88f024375f4c4
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:b40ad8e2c692fe69e9fb71c5aa922a35a847aa2840d4d64b3a3554bc1634899f
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:c396bd369620fc546de8c10de69c3144fa9e8754f2ee38820c7f918bd13b078d
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:bfe2637d41a018a6d147798f48ab444f1cfe0819d4bb6ad7b752dc16b4b2ac3c
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:0783d98e9fbf08189502221cd9ddcbd6ed2308600a73c03b597562ef1aefe873
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:28725efdbebe786021b403976157a33d3d42a089ee3e183995f8aae7c6911431
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:7f8a2cc8d62ead8c21d96aa80f4fd35d9461437ba12ce1825615e59b9e33d11c
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:bdeaec183c9db8ef21bcb1d5a01fd547424c23a7815b8921f6deccaeb2121711
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:b70e6f108ac5b42995afffcbcf1a856add05ef94532ffb551f10a65e5f4f80f2
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:79da5bf09911e8f1f7293b41c755fe94bd29b8f9bf8d6bfc5c50d3885a8b2867
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:2ff46730e0285ffd8c2e93785a36782b4247eb3eae10d9c8f0d7e255309603a4
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:19b1f96ef9ec829958b3b7120ba8d0e26b20800186e0f72ec63ecb66db1dd4e0
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:44c90903f4205cb142c92c717c00530d856dfe6c05935fcc0cab429910a396db
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:b0a0059352ed517819a9967a958c26744c7475dbea07ad724225ba5739f7386a
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:b6f84372293da0d39be26259edeab3e5834c348a5f6e466fedc4af3aaaeb153d
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:d81d5471dcff60406ccdebc66d26a64ee76dc404b10463b83d85dd9fdd3ebe3c
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:a52088e27f5a37c4bc9651c203257f0df9c74416993769cde8a0b2c9768341a0
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:45aaee15c31f9a766aa7b7fe50e70a1cb5dc8d3e1c9fa0eb62eb234626a922fb
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:c807aee71734982d336d92c182e98cb75167c24bc6e53d3f3e1b98fdc6ee1bbc
|
|
|
docker-ruby-nightly~ruby~00EQY8.dockerbuild
|
98.1 KB |
sha256:de08f83091914b60d6a210b6dc71fce7da216215d227ad096d2e9e68ec9a63b9
|
|
|
docker-ruby-nightly~ruby~1KDZ41.dockerbuild
|
123 KB |
sha256:a6133a3bcf4188b84dfe4e7eb41239369ceb4ddee7ff0af3d320a5dcaeb389a2
|
|
|
docker-ruby-nightly~ruby~1NFCVY.dockerbuild
|
104 KB |
sha256:755e3c5dec12a61680a826f36eeed2cac6c65be8198132e66502ad0a67eb3ce2
|
|
|
docker-ruby-nightly~ruby~5QMMPN.dockerbuild
|
127 KB |
sha256:9fb277df93eb0ea89d4416fcf081f65edfa3a04d2181f912b981f649bb7378af
|
|
|
docker-ruby-nightly~ruby~5YWR30.dockerbuild
|
100 KB |
sha256:61d24f816e5748b6654d497dd61f3bea6d4575f879d78290ad9bf28c1fe43e87
|
|
|
docker-ruby-nightly~ruby~7D1CQ7.dockerbuild
|
106 KB |
sha256:f4bbddf3574054272c4e75f1c4a6215b13e68c3d573402c45c39d747e7d4f11c
|
|
|
docker-ruby-nightly~ruby~84O8LB.dockerbuild
|
117 KB |
sha256:14fedfe7298eb0706eab7fe25fbd8c359baa30bc6a0fdd7edb81381b8a6ef692
|
|
|
docker-ruby-nightly~ruby~970DNW.dockerbuild
|
101 KB |
sha256:e80032bb76dac8a06cbecae0de56daa818c6daee13546e7299cc92282e72be18
|
|
|
docker-ruby-nightly~ruby~ACCHMN.dockerbuild
|
107 KB |
sha256:ce18e40312138c610f539b2d6635961f1227ba4c36e813b98fe00d8dae4d4581
|
|
|
docker-ruby-nightly~ruby~CG0Q71.dockerbuild
|
103 KB |
sha256:0fc5ccd0a189623cac849430782113acaa0d4a50fedcd664b4493e25b01511c3
|
|
|
docker-ruby-nightly~ruby~D2OWNS.dockerbuild
|
123 KB |
sha256:d46e7d76beb357558fbe46f8942208a889ecfa3bfe2ebbe66d39e50529482a38
|
|
|
docker-ruby-nightly~ruby~F07J52.dockerbuild
|
124 KB |
sha256:5b94f0a4c8972d09c1b981f1ecc7d6586e704aba4dc44bc6cdf8589fb4bdf783
|
|
|
docker-ruby-nightly~ruby~GU1XZ9.dockerbuild
|
106 KB |
sha256:bccf6bc64723de6b267ed4399acae77b42734b30b19ebae3c8e45ebf5567a074
|
|
|
docker-ruby-nightly~ruby~HSKU84.dockerbuild
|
160 KB |
sha256:7397c0071434592b9cdcb2e89f891ebe7380c7f1b70e6fc238aa07da05129a29
|
|
|
docker-ruby-nightly~ruby~IUGLCI.dockerbuild
|
140 KB |
sha256:3089b0dddb7a5e6b1e1ee105840c99ce8d8931da34f51d2eb328c1ce6c758e79
|
|
|
docker-ruby-nightly~ruby~JHOZ2S.dockerbuild
|
115 KB |
sha256:8b4410ec40274aec73d92bcab5e6c5122ec37f55f384834556b0eab821df05a2
|
|
|
docker-ruby-nightly~ruby~KQM5GT.dockerbuild
|
102 KB |
sha256:de75d06c34973170a85f4c619ee14960a184d710aedac66af742244ab62a2840
|
|
|
docker-ruby-nightly~ruby~M8OVQN.dockerbuild
|
93.9 KB |
sha256:85bc47ea7a504e8dea71c6df6609ad2e9e61768b799ed4cdb0ade1fe710bb997
|
|
|
docker-ruby-nightly~ruby~MEFMI5.dockerbuild
|
134 KB |
sha256:0d3d3633ec77f34b625007153e3c822650ef3e2922be9090f8ec0894d0979381
|
|
|
docker-ruby-nightly~ruby~MNPXJA.dockerbuild
|
106 KB |
sha256:14eca315e345512add9d92e928cf1e7252d92606e27b1ea0d34dd0d8c49d862c
|
|
|
docker-ruby-nightly~ruby~NEICZO.dockerbuild
|
118 KB |
sha256:0dae489362c1ac156d751bed5548ddfb3d9764973da1d761e9eb04de23e7e332
|
|
|
docker-ruby-nightly~ruby~OLLJNQ.dockerbuild
|
130 KB |
sha256:27bf98cc9f11d7025f1470690189fcdc165e3357d44a5d498235db9d9ab3c10a
|
|
|
docker-ruby-nightly~ruby~P8809L.dockerbuild
|
61.1 KB |
sha256:19dbe284481e9de7d121e0251cac038427a1fa62b3a4400b7123a650635d69b5
|
|
|
docker-ruby-nightly~ruby~PC5R5W.dockerbuild
|
125 KB |
sha256:247149b90112f20fefeff3df9ae502b21e592728e509e0419470bc86bab7e175
|
|
|
docker-ruby-nightly~ruby~PMD8YE.dockerbuild
|
139 KB |
sha256:99faf157d56280466a34ed8539b6caf670ac43f40006aaf8702d34f7f31594e1
|
|
|
docker-ruby-nightly~ruby~Q3HJ19.dockerbuild
|
104 KB |
sha256:5736591a68ffe5791b588bdf8a5da4018ebe88bcd4c44afd9de14d09eb824989
|
|
|
docker-ruby-nightly~ruby~QDEP7S.dockerbuild
|
99.7 KB |
sha256:ba1ca361197196dc640cf25a00aeb193f40b42399246564254e481be82fb5c6e
|
|
|
docker-ruby-nightly~ruby~RPK7DX.dockerbuild
|
96.9 KB |
sha256:3269383919ef6f944d7de2c9013b79b0d3051fa9cd333db0ff576308daea68ec
|
|
|
docker-ruby-nightly~ruby~T7DGAB.dockerbuild
|
101 KB |
sha256:c99f3ba5e73c46ae6ea43ee85199191d4af892a170c05049da723f33bdd891b8
|
|
|
docker-ruby-nightly~ruby~UKZT5A.dockerbuild
|
104 KB |
sha256:94d5c38e6ceb29509a8a55f1917406d399998cb85872cce6c40bcdb5cd5ad9f8
|
|
|
docker-ruby-nightly~ruby~USLTKY.dockerbuild
|
114 KB |
sha256:7d8ab70a34e639b9d25a77b50931ac3216128b4704f3de2a1310c5258bfc4aa2
|
|
|
docker-ruby-nightly~ruby~UVIL1E.dockerbuild
|
102 KB |
sha256:c768cf994dd8000eca85b7d4a655b4de4e77a00ced79c8a7ab58dcbda9e4209c
|
|
|
docker-ruby-nightly~ruby~W7P3XN.dockerbuild
|
106 KB |
sha256:2c0f0475fc5df63dea96090b848ae8925586b74ef4baf5ded0eced8efa59eb5a
|
|
|
docker-ruby-nightly~ruby~WKQVK7.dockerbuild
|
60.6 KB |
sha256:e94987ed6dff814a57536153fa356e0eafb2f59e0f296edc4e0e61a4c320ea10
|
|
|
docker-ruby-nightly~ruby~WSYK2H.dockerbuild
|
101 KB |
sha256:0c204c0cbbf4a02bb9212031026b9f5edfe1d41680e4d52a0fc6304343dbb36e
|
|
|
docker-ruby-nightly~ruby~X03ZPS.dockerbuild
|
121 KB |
sha256:ff2aba6921277f81b8160c45ff732a871b87c86b56a87b512d9d02a9ea0e0c03
|
|
|
docker-ruby-nightly~ruby~ZHJ0KX.dockerbuild
|
154 KB |
sha256:7d064a9afb59de01acb0f19b036e52bb092e87ff76f760f53a1f7447e5cdd92a
|
|
|
docker-ruby-nightly~ruby~ZJU3H1.dockerbuild
|
101 KB |
sha256:146058a3cd71d377f252426e3392ce1609924a939f1653436ef322105ac880fe
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:c9be9985f3aacb1563a80a8883d28c18cf8b3985f1301d687a330b27e5329b54
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:f1c27f7abff89f579d2edf4f303abcade83894a79d0474c8adf219e3a6c12847
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:b4507fdf895807c1165c600aa9f160dcc4256dc1197f7924d0fa073c9c7a479a
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:d47c72dbe50ba8912a484482a16024ebef772080c843d4774ab44b68cb98a1b1
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:ac69a446854b479d2ef7605918c1ecee1302820e98ef956f22c8531c607b4dff
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:d10b02bc1b4f2516a6005f2e8d4fb07d2bd64c67f617fdc592112739257d99b8
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:e0313a6b82185c7e8609362730ce485d2b6c490d916f12d1af01adfd1440506f
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:6b211ae3f6769b326af2516c76571fa767e7c6e5595cb1ec3628ee0b5989973f
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:b4001680f964cfd1aa8d8983c70a3ef24775667c3c5be2b6fda7f54f06489da7
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:75177c2e1141e80482bf58e663fb0ae9dbda9e3bafcdc9874761ae2d9210ab61
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:7e13d79ed96f01f38cf39a08dd71460a11d3ca4ce080be40a9c7b0ff514091b3
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:07cebf4058481f19738e714e19708d88f61646f3c13d76d1a97854214f599876
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:616e94954d13bfa0b7b6d72c7b42e8895fc65fc46a446b864b70421bc0ae14b7
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:32f8dc84ab89db208713700a9480e0e10b70cd68ad44cd520f2c162a4da9f601
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:70495bff7bd77683e620bd8da9f2cb088312afed5feac3bcc1a63403cebc35da
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:96a62ad43c94a96949c4ef20f53a10823266d19e40049fb2022d66942eefe5c1
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:c0d57809edbf1fcec08c3aa797885b1b39920fbef08c0ab2e9c0fd375413ae63
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:abc3d2865b8bdbcba5438fb46c2d9336bf6f4b9c63b0b9594f9e44cbc96d8777
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:6d658eaa37db0ac6a1791b238842b894111c7d50ead9d0cfa4b8c0a4f27dbfb8
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:ca326b3325789ceb17e38863879d31f84b7ab4bf6724de02311d314a9fb66bd7
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:4fb376e43483e97d49758d1aabeb4c0a29cdae1f0495e6a45e927ed2c0eb09ae
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:c67b5ff161f9cb17b2bfbbf21c5cdc2c9dfbf50e2e5e1dbdb27135f20fb351c1
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:0291fca0bf2d83606723e9581772626abeb8e5508166c1d03407f1b2c6de86ef
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:263f95f29b2d3015040ed43ebb4bc239a3fa96994fddb995b1a026fe8b590af8
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:be3e5678b6e17376fab7619a8679a994251216dad629bf658f5c48ee44e8eb1b
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:1a53327399cddb0589a0aa9ea6ed411e5215ad6eda67ba70c813e157ae80b752
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:ae989ad2eb3489245ecf8265274bfa07b1636f40cf840bf9565a01e336cbada1
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:fe7dd78c4525639b28ed6a38bc90a5b3c7ce10691cbbe6c06bed5797df8c846b
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:ff27aa158e59e49b3e173302521ebe0db702a71fa8fd0205005107acdd9fac24
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:41a3ca5a79dae6afb2bdca79ca18a072e4e2441734bc1a191959149863e9fc3d
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:c0be34f29ca1b825e270a0cbbd6747218878c86e1906923be8a4a1a9e6ca49d7
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:a4d83f3d0fba719ebfaad42e8b610226361c7ae82f92f4bb9aec9a7f24e07fd0
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:0e5b5524d8e369d5513225539b6bc531f45e30d72f8587db70a617a7487981f4
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:b219a48036ac53bcbb46c03cef1c9e6b46fbd88936c37260e6fe0b64a9fa3eff
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:68bbd45c41be5baad904852db192e7c51c2e610ca52681e51b826bc6ec874843
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:f4c7a16549ac7e580be750c77305b83ed96df7853ac37e9801d290599ca72504
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:2942247fc7344b422b3fd46ac20d18a232fe32837ac20114f7df12df838d1712
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:7dce20e676447ba0f508d5f069bec21d536cc9661a966873a49bfad66f273ccd
|
|
|
snapshot-master
Expired
|
17.5 MB |
sha256:1852cb11e598dcf639ec5735eba8540938497bd2c84c716b9116b4b9ac364409
|
|