Docker Build #828
Annotations
4 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
|
|
slim-bookworm - linux/s390x
Failed to CreateArtifact: Unable to make request: ETIMEDOUT
If you are using self-hosted runners, please make sure your runner has access to all GitHub endpoints: https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners#communication-between-self-hosted-runners-and-github
|
|
slim-bookworm - linux/s390x
buildx failed with: ERROR: failed to build: failed to solve: DeadlineExceeded: failed to fetch oauth token: Post "https://ghcr.io/token": dial tcp 140.82.113.34:443: i/o timeout
|
|
bookworm - linux/amd64
Failed to restore:
|
|
trixie - linux/amd64
Failed to restore:
|
|
trixie - linux/386
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/s390x
Failed to restore:
|
|
bookworm - linux/386
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
|
trixie - linux/riscv64
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
slim-trixie - linux/riscv64
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:1c1042e6408fdcca0fc682a6f4000259294d1a0d99d8ed71c9cfa446035415a1
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:feaf1a8189c9b79cc3fc20bc8ded7153032612807409fc02567f7ac7e5316aa6
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:f40a08f250b65b1768946333f77edd71f00ecaed5dfddef08c5808a1d97158c0
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:bfe2734deb8240af2592e106aafbde0b50182073409087bd0f9301038905fb65
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:a2749e2770ce6a927484f1eb5a745cd4471813ff501cee8808eda70fe9b9804e
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:3c0855565853cb60c135c86977241ca7c4041c6e6162e8c888a276b2c6191669
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:2bc7aeb43cf79a2f89bb32e8b44326a94359e726a2a2f35879329f0949246ea5
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:3e772044067b4cd88343919724672430e4dfedfa50488ac4b14eb10965b62a23
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:035a80f0c489ce5dd02e3a5dfb08eecfdd91a705785d028fd23b51981fa9c76b
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:e83598c71cbfa70fe6e5e97a12d2392acf6ed72e4a5bfb536998b7816b11184c
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:a6b16c8e54e5d893f25e264365e5e7d1787f685f0e4eb402fbb25e60b4d1c985
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:3bb478ab6828ac68752ea6cfe44f3184462549289ce4e18db2834f169bae98d4
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:c18e26b68886265368d5ad1c8750a31d512624bd648d5e55162ae909632a9029
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:8c4e0184d8e18d626f65a961e233c93e1e5758b60d928b35309348aabb927adc
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:f3de4b9236f54c68cbeb6d2a829840a9cbb88b02b155c79a3d85a8b7bdf73eb1
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:ef5027e602858077daeec63ea75825651974c3cbf7b057aba28a3aaa2578a9a3
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:ce875f6a4740f89e9e589621fb6a1173331e3262259b89b448ac718c546a482d
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:b6f5100cbefa27a73dbf86927632bc2af6b5bcd59e7217fdf58b342f3a8247db
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:d8b260092ee056f67179b1810c320cc31a5013f2308e93ea29afabf940f3efd8
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:15b73032bf3c953dce7789f946ba1c227cabc57f57edbf21d1d312955cff4c2f
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:65e51cf796a997c11c44034ed0b713467bcd86673403f0f0d2496c822a724e49
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:44ac6bff0579e873b0cbed77bab0ad1b0a62052076df2c5a8f22d05984e0e636
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:decc1a07d3600ff992806cb3b07b365214ea4151436c875eee0d135e445c73ad
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:79565d8041929d945964861ed97bd8b34fe3f58e69ce428dfb025a9c14b73ab7
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:2159fa2a5057d03eb735232eec99100bf3e6c4cf281b93124db2dc03c2e0b372
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:e47d4097f9fe2d5d7197ef9c5d6f8021be5442bec9e99725bcd2309f39082e89
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:4f445f8634c20356c982d46fb7572215d43fa7bd8a197481e26fc4b2e16bfd5c
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:6c08dda99490cd2edee9453b9f124bea43a147b5180a375e0421b95306093e07
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:56a1dde19b5898020ddde48c52c720386770bf99428fe5218af0c43356a3cc12
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:a8867127f39b97c60be3c0a68f20fef76c57246b802dde7e7adac31f37d93b5b
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:4f890be01ef620b3480615c9ab82601ac913388f75cc599e110b50e7d599213c
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:96bf3b1a261b951d933f75b1b2add173986c47db995f5e5eef8e978c9bf70c52
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:237aa309a46a3cea452c794b56b477234684690ac44576bcfc71e2c00ca4ed39
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:6adb4d5b5ae0fba9446613daf5297828c644861d7f47c53b17ab4ce28ab5ad33
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:df3817251e76dbca631385b8c4196fc3209f82bbcd52e2ba270fd493470798b9
|
|
|
docker-ruby-nightly~ruby~2XWSWB.dockerbuild
|
116 KB |
sha256:3d62687ee73c1945238208a792abe4a9ca000093b70ca755af260ebb44b6f034
|
|
|
docker-ruby-nightly~ruby~3CWTE1.dockerbuild
|
99.5 KB |
sha256:5595378627ad551bee7e54e108e7c7b77a1bb29fe8e33d4d151891ae162ec27f
|
|
|
docker-ruby-nightly~ruby~44J33L.dockerbuild
|
131 KB |
sha256:feb4908a26042be325fe79d5bce4970b2dbaed07030a47790bb1f96d3e5a53a2
|
|
|
docker-ruby-nightly~ruby~4WJZ41.dockerbuild
|
103 KB |
sha256:e74273a25eb404508ec352db33ac3355becd11a71c2db1e87b65829f514aabf4
|
|
|
docker-ruby-nightly~ruby~5ZBHTN.dockerbuild
|
97.9 KB |
sha256:a8fca76f5f824b806a63aaa5496cf002c63b79b44c03455b6f483ffe971b8dc3
|
|
|
docker-ruby-nightly~ruby~73KMSM.dockerbuild
|
103 KB |
sha256:d0f420ac435f0f05d0cab92ad82941ece6b97adc0d5b7c59f6ae716840a24942
|
|
|
docker-ruby-nightly~ruby~85TDSP.dockerbuild
|
101 KB |
sha256:904f0630885cdb2d206df11d43ab3c1966a6928305686b869b7e7e6fc56838ee
|
|
|
docker-ruby-nightly~ruby~CWUSIY.dockerbuild
|
98.3 KB |
sha256:957caff904b7825162a81bc4b5db75604fde5a2eaa487b92451c06f3d3810f38
|
|
|
docker-ruby-nightly~ruby~GAFBN0.dockerbuild
|
122 KB |
sha256:421b2c89211c95de223ace430d092da1a7ad70057643662df64852a8afef0e8e
|
|
|
docker-ruby-nightly~ruby~H9HPWZ.dockerbuild
|
102 KB |
sha256:b48bec7848b05304c1fbb07dc284f06df32d2f125bc97869cecbb8697d444c6c
|
|
|
docker-ruby-nightly~ruby~HAFU1V.dockerbuild
|
105 KB |
sha256:5d71a4d704b20981e84740d303aa2420deb25628914d4f502d75414cb096643a
|
|
|
docker-ruby-nightly~ruby~I43JX1.dockerbuild
|
121 KB |
sha256:4bd0830b59ccf6fe866381aa0ffda1df52e662f9be17a0aa7544143346d01215
|
|
|
docker-ruby-nightly~ruby~IBP28E.dockerbuild
|
103 KB |
sha256:84c051f90e339e0bd210972686a19ef42a0bd27200f0017350d7ec1a1ad7a5e5
|
|
|
docker-ruby-nightly~ruby~IEZCR1.dockerbuild
|
122 KB |
sha256:8296ce234d4ad5238266eb19d4beabd2af9ffab5f4dcd86cd56facdc680f56cb
|
|
|
docker-ruby-nightly~ruby~J6IO1E.dockerbuild
|
97.7 KB |
sha256:3e089fb38e060729c6bcbd8763a7cb60edd9dc72f72bddc547e03c4172f4281c
|
|
|
docker-ruby-nightly~ruby~KD7M0A.dockerbuild
|
102 KB |
sha256:2d98031bf0619293968d82064dcf7f4b818d0db66c541a432f45cdd2863740cc
|
|
|
docker-ruby-nightly~ruby~MAKWNY.dockerbuild
|
102 KB |
sha256:1f84eeb814f16eaa4d13aa15b861624bd2e7e7b250b443e25cbd67f3081c5104
|
|
|
docker-ruby-nightly~ruby~MJKT88.dockerbuild
|
131 KB |
sha256:9b8e044157d103e43290e0894a14c17812dafa83a19d090634ba9f96f803fc24
|
|
|
docker-ruby-nightly~ruby~MK5HO7.dockerbuild
|
96.5 KB |
sha256:50b4972487a7314312aee06bdbc3e9f3ca5895e0422d97a53f8f56ab181619c8
|
|
|
docker-ruby-nightly~ruby~N5PTHD.dockerbuild
|
100 KB |
sha256:396f96b25b27f5a4bbc8cfad300978ebe2c87e1d23c3ed1fd8d3c34b059c11d1
|
|
|
docker-ruby-nightly~ruby~OOVEFW.dockerbuild
|
102 KB |
sha256:bfd52366c21dc6f173fea7561ec500fa73cd70a35920f9016b1f9ea232943051
|
|
|
docker-ruby-nightly~ruby~OZ9784.dockerbuild
|
56.3 KB |
sha256:f265d72f7124f1f5cfb7a8b1c9b782d0179263c1108407ff3fc9f9c960b4d411
|
|
|
docker-ruby-nightly~ruby~P1Q0H4.dockerbuild
|
108 KB |
sha256:6b820d0d43a571884153f5d1b66cec1dc62981581288c207c226889693500e12
|
|
|
docker-ruby-nightly~ruby~P624T4.dockerbuild
|
99.3 KB |
sha256:9f110f5c3a74b4bf2b15cc43c4f00488ce8352cf7a749d8db97ae81a8602d1e3
|
|
|
docker-ruby-nightly~ruby~PHWQW2.dockerbuild
|
98.2 KB |
sha256:7684203607af14e44023649ab710492db5f19c29406d69459f47b59b92a07ec8
|
|
|
docker-ruby-nightly~ruby~QQ6ZM2.dockerbuild
|
116 KB |
sha256:ea9f8d3691b3143214c43b5075e4bba9f421f9f2f04ff3da26e62bcc48f4c5c6
|
|
|
docker-ruby-nightly~ruby~RIHPT7.dockerbuild
|
102 KB |
sha256:9eb92753f1d4054afe79f0b94fcd8e0d96138cc2fcab34dc8981ad50bc674b25
|
|
|
docker-ruby-nightly~ruby~S0I9IC.dockerbuild
|
101 KB |
sha256:b9436d16bf729826e928401195c0b8ba1eae8d184cecb548e52d7b2739d3db05
|
|
|
docker-ruby-nightly~ruby~SXRCMM.dockerbuild
|
98.5 KB |
sha256:6121f6426fe2ca2141dfe5bbadf6cef6e1822b09048d282e7cd41e235b282c01
|
|
|
docker-ruby-nightly~ruby~SY81F8.dockerbuild
|
156 KB |
sha256:5b973d849e35041972bc9b6ab08f8404c34965aaa047819ded74f6910b582aa7
|
|
|
docker-ruby-nightly~ruby~T8856I.dockerbuild
|
154 KB |
sha256:95eba29f15f1259a998024b4c83be9de729a419101711b1233a71e5930d3cc2f
|
|
|
docker-ruby-nightly~ruby~U1J2TW.dockerbuild
|
139 KB |
sha256:7d90f4f4e8665336f70aa5a0887d9fe17e5eb1ebc827cdea8ed18302763e2f87
|
|
|
docker-ruby-nightly~ruby~U4TUHX.dockerbuild
|
134 KB |
sha256:a6cace062cb398cdb43587a7e72310c8ec171a61e50d691be93b112ce9eba84c
|
|
|
docker-ruby-nightly~ruby~UPL0MO.dockerbuild
|
124 KB |
sha256:6325d6860fb0d288bff3e80190c43ef7e3a4f45e73df6986cadb557be6ea47eb
|
|
|
docker-ruby-nightly~ruby~USW8C2.dockerbuild
|
115 KB |
sha256:e8bb219ce2b19eea8d0f6fe76ecafcb90796a3bfe86c86219e7c80635f8d70e9
|
|
|
docker-ruby-nightly~ruby~V0FAGF.dockerbuild
|
124 KB |
sha256:d43d750659ac41ae6eee981c4656dbfa28acfae35bfa8952000f7a959f9aede7
|
|
|
docker-ruby-nightly~ruby~W8ET91.dockerbuild
|
121 KB |
sha256:d9ca8b1e30afae6ab54189514a951b48a272dad537def33d7848775aee7b2c79
|
|
|
docker-ruby-nightly~ruby~X0Z4RS.dockerbuild
|
56.4 KB |
sha256:19c67ef194c9d9c00b02475379e83632a5aba3bd4865f40588ef525f9be3aeb6
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:2a3d09b091280c3a94e29657ad81b1dc666af6a79025f591dc8be99a25865240
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:558ced2970e110d49ae44ef2779b9cecb86d3836411bfc7b033130ae923af571
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:b32611c545177c682c8f5d46e2c41edd7727fe27e809516307e0f6dec2391996
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:f66748eae0585b9b8e4a1ad7896bd34e6c595ed89fdf472e8d387984a0db9298
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:5816d97bca06ba3850f5990fbe54022f4e118e43cc202753add7fc727a117442
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:46c5fefdabb860ec40ac2856146ebdfdb9825d4e304db25b3aebe28110d7d0df
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:c7bc882909211b9b83a45459514fbac43150333407c4e982680d3841e8cef5ef
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:361e2a25497aeb75a0fce38ca706ae0a536f96b8715c2969e0e57a6d087a5fc5
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:04606c6f6c69347d6e79eb81b7e9850d9a8167a653c43612c5ce6ebf71eb22e9
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:a6e0d3a580ffb1690f3f1631ad93316873a56b4e29e74b30fff99d4d00750af0
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:fd1b776b6f19785417034caf14936c1de9a896c52d7321df97cb542e657bc0d4
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:7475ce4a4797539a0fa21e530737b19a4d76aa9f68c37e356c2219e1d27b708c
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:e39b2cda78cc6c8f3e15918a71902a4da99150b8ab9a6217c57b3a4fb38974b0
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:cf0107bf58aa3d59b21fc9cce90e0b157b1b5075b57b6f0983ef725ad13e7755
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:c3cf53feb5bc60720ed7fa8ce03ee455861f628a7a54cad6d731dcd309944db6
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:f60cb7ee1a0f65e591a26bc702e51d9b8f245cb1388ebb1380ebf761912060da
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:f8ccf78f7b9c72bb6e3f4228f5a2d22ce4cefc1754ff7cd1c975895b174d71d8
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:845e71f5373590a0a4ab9d091205741ef4b114b928350a7abf5f3c4c479a5fff
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:edafd5578343578bd4bc64746b24409c75fad017054f5236b7574f21e6021e55
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:866964a4da7147786d330b1836cfcb14f8baae59120e66c3e0fe755e728c9302
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:3371009df5430059f2eb1cec3eb2648744040486c98f99a9b7b87a1f812a53c7
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:96d16facab2eb128e5662b269235ce79c96dbc12d353901385199cbd082f28d3
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:4fdcbcc6313b317ad8c160cd723d517636582e8e59b9a602d787b736621f0c39
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:d4911668bf0dbe206625d8eb38d0a76734e63b984820da4b09d5a7e2c97dbfec
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:a250a3e892baf2f3368e2878f290441f57d07be532010787bcae731b32c7c909
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:aaf8183f5ef9bfb519362b6ca3ffd04fe4f49e7ba14a20779f8f3c7898d5e02f
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:607e3b1a78ededd0ebca44163fa6edbb72b96108649fb33888c9bb0d8cfb55d7
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:bcb5fb4ce17315eed42f4f27b9bcd40cf46cfcc0bbb9ce485533a6354311c5b9
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:d313e7fcc6b88eef9f8b2de7f3c5df95959a2bf1b6c1c44e2762c49cd8fe7148
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:b741658bd4f7b5b592f1b5c41db45a76d8dcea730e656a979c97882c2fc65ba6
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:3b1808fcbc30917c42f0f7457864ce05b872636c0b86b7ff45f5465ee016f31a
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:fc9df4718df1fea49d983298ead42294cc41daa74b56d1acb5ec7be956d72266
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:6d065e55712b84be174de285b9aadcd7edb12faa59e15768ace80b79bfe41d2f
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:93510202b46198befc57ef507fdb775e19939e6b48ff79f40e24b5d6fc65b299
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:fe8b7466dee91468c458debf6d7f6a6ff5ad8d5ddf8be766ce824794502cb89c
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:67bf5906b537890c82c08935f230c71a3478b3206a6091f4cfeeff4f02002ab2
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:954d2e09856c9a15fa6b49e6e10a666c8edf8af5c1b973a80f4ea8cc8329d687
|
|
|
snapshot-master
Expired
|
17.4 MB |
sha256:b7e908523a30267d105cdb6130374d315784fb5df50730e8e8a3f7d46e79c38f
|
|