Docker Build #908
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
|
|
trixie - linux/386
Failed to restore:
|
|
trixie - linux/amd64
Failed to restore:
|
|
bookworm - linux/386
Failed to restore:
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
bookworm - linux/amd64
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
trixie - linux/s390x
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
slim-trixie - linux/riscv64
Failed to restore:
|
|
trixie - linux/riscv64
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
alpine3.22 - 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:8d2be353e208b8dfc2388f731748f3e25a7b2cf1faf0424827094be85d0b016b
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:543626e9b6c40454efdefe37f3fa5966ebfa8ffade6f3a50ad3ad82ac595b8c5
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:2ee13e7ed0f892880e765b898325cead652e720b59ceadd205dcfc8833f0f460
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:c6956ab04f317fd05904b2db5b7eb6850e00b8411d2e79730aa04e3581a9f9bc
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:c05ab6da3bbade995fa1373b7b21ccc5e6086c957504cc1ca0238ad0fdafd948
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:c2d6b849020961bc43269ce1763fc3525c72b15dbfac3d5944ecfe2005fe6d72
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:e0a7e6874633448737fdbef9a384f199bfff92e48d5d5aa5694b8d320c98356c
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:bdd2ec8f936f8eb60ebcb09b99130452387c77792cbf381521a8dc9548448511
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:375b6d73caef200c59df84d26f435f241b9ad607c956f5eff557f7c763d60f4c
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:bf68a21a5168e7d7aa930e15af7c6caa7069950fc44ff02a80060ce23d1a40e6
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:774cdd1fd55fc33823e819772290ae4eaa99e599b4fbbfb1a18bb97310b47a72
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:40215140a31c6fd25b5575717a737ce95ad10046e14e204c6cd441c8878fd348
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:e5ab976205dd2033815c2e551d0971ec96effc4196d13fbfebf6f6c04e43c185
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:9b9ca3d64cbdab13b091ced5b3c5d0051fd0f2df8e498e2831704b991b1d9e4c
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:de6e7a49761f7c52820308cd7255f0d31872fa282c45bb1b80d764312c030d49
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:ae3feefcfebdd5ecaaf80933cf20cd827260b85faf047659f49d333b6a1f2677
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:4a6ca4ced2926e4c6b1b9b2019933856cdc85c1fb22e4622f95f257a4fc3a997
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:3144fb3fd55d22d94fa59bd7ff8e811f9a2069d66219cca5e5174c7f2e25e368
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:5f09a86df4d354ae751f24d30051c91c815ac567534befe31d42f7445e117c0c
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:01a43b30cfa392826b55020bac35abec3732dcb9962ed01ededf2fb6911378cc
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:4e2661c86d7f909de3a92f78e124e4dd111cf6a6ba90574eb261e31d0cde100b
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:1b891de1f76f523db41d04c341d9db8558dc042542aaab33ef0601f256a62fbf
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:23e9fb64f5f6f8595f766904a80d6c5046a0a1691d6eeac10521131a72c533c2
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:5635a91ea375bbce6b152af480d3c0b07dbe71c815a7b6a6bfb3506f56ff5a92
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:a53aabbe1702b24e15642c876a854def749761f0c2e9d6b221b5616a79f2891f
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:229bad640783edb8bb78231d0a2e2ea7488bf6a980c7104eda111bc142528bb1
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:ac3f8dba956cc298f5fb9a0ecbf9cc44263def42f48fa25c55cbb7486c05bfc1
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:a3bccd925319e38d63c1e6a9a10924c1188b7c93bf0511c28c0ba9fa15d8aa59
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:f372312bc8e4d4d3323a4adea2ed4b7660b6fd1c79951022da8f2094e34ffada
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:09456a7d7d7190909cddbe4c92a1dbaa64c86c147770b442d4d0e066b7ef16e0
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:5f78cc614c323d90c8ed014dcf569a1982c346fd6eaf8a8cd0430f530ab7b94e
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:19f2854f8994a8049950d9f87f119c280b820801d49a38ab631ec7f8ed371a18
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:ad306f1e70b88817f23669d685b23c19035c5a92d7a9ae77107ae6461a39ebbe
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:491d9843cc7cc5e986abe647c39d16cb46487ebe571e7240c409b981eabb81b6
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:9cca504300f830dbd5816d91bb5fc6f8ba3a65512088d21490e3bde6f7e5c447
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:037ffbb1bf214a83d91448ce929c49262579d3259c2d82c9d6ef2846127d39e1
|
|
|
docker-ruby-nightly~ruby~0LI5OC.dockerbuild
|
103 KB |
sha256:5a75eaef0150b0e4ffcc101d1a41fed3f84a0d0a5f762c1c7131c0cc2dc58959
|
|
|
docker-ruby-nightly~ruby~3KKRHY.dockerbuild
|
60.7 KB |
sha256:d86b53a030394ca8dc1bdeaa4c4b62c8ff13a302fffbf9a403e0adc37a1ad235
|
|
|
docker-ruby-nightly~ruby~6NKAZG.dockerbuild
|
105 KB |
sha256:ebadeb19dfe9d5b00dfab585f4d12a85207759bbdea46c9217a97079f89b98f8
|
|
|
docker-ruby-nightly~ruby~8XZ300.dockerbuild
|
98.4 KB |
sha256:24898687b5cc106ec78eb97c9aa8bea368603cc50d74e4cdf0508115f3fe13a1
|
|
|
docker-ruby-nightly~ruby~9ESQ0P.dockerbuild
|
121 KB |
sha256:c0569f3480d310216c76769e86679d8732b20a1f1153c9149d839ff966e60b36
|
|
|
docker-ruby-nightly~ruby~A4YRAL.dockerbuild
|
101 KB |
sha256:dc3f9309e84ca396520bdfe8c9237710f54c224df43f4d14700b7433a4d21ec7
|
|
|
docker-ruby-nightly~ruby~BJCURT.dockerbuild
|
128 KB |
sha256:155e2f86b960fc39d924e981764a8fdb3a2602429667b59b73dd412027841a2a
|
|
|
docker-ruby-nightly~ruby~CCFNPI.dockerbuild
|
159 KB |
sha256:d72cf31c780b8447082b04f34121f6b87f3fa05470b74accc4d6c392672ae8a6
|
|
|
docker-ruby-nightly~ruby~DP8Q4J.dockerbuild
|
124 KB |
sha256:9fef8c7e946ad7568a79c6590e12e4c3eb9488891f6498889b559a31f4896bca
|
|
|
docker-ruby-nightly~ruby~DPK62Z.dockerbuild
|
117 KB |
sha256:56d378115d467138c6a7a92f6bbbd04b420490a24b9d6d4e8b5a2aa7797187a9
|
|
|
docker-ruby-nightly~ruby~DYVD6H.dockerbuild
|
102 KB |
sha256:0d3bcc9ab8fed0c580d897464c53f8cd62eae81aaa26c5ced5913d805fc0a9ab
|
|
|
docker-ruby-nightly~ruby~FM2SQZ.dockerbuild
|
112 KB |
sha256:740d19137b3cf6d03f8333b63ab16ad46e40140cf4d32a6a5fdba7fce2c32011
|
|
|
docker-ruby-nightly~ruby~FQ8C4K.dockerbuild
|
101 KB |
sha256:c1626825aac69af782c6560f049613655a995592ee31369011b82cd3e60952a6
|
|
|
docker-ruby-nightly~ruby~JE4O3B.dockerbuild
|
114 KB |
sha256:69ed44c62d1a0101e128b19d1ba85c887437e594cdf503ef391a0447a98f06cc
|
|
|
docker-ruby-nightly~ruby~JPOZY4.dockerbuild
|
99 KB |
sha256:d116897453fb596b2339f4a2bbee38a53e0e616fde2f55e4e8b1c75026ef7b5e
|
|
|
docker-ruby-nightly~ruby~KDA23E.dockerbuild
|
131 KB |
sha256:11eccf1af38008d6cbcea88583f36489a2adfcd3826758ab74463704992d1f4c
|
|
|
docker-ruby-nightly~ruby~LRWW8F.dockerbuild
|
138 KB |
sha256:1abba1234e54ce51164d7ec9923df8095d5b1ef28a3cf91c62c6fb02a29ac76d
|
|
|
docker-ruby-nightly~ruby~LW7SRB.dockerbuild
|
97.2 KB |
sha256:5092af7b21beb8591436dfa6b794b1ea5d8bdc65db4fed52b96f3e1d294c7962
|
|
|
docker-ruby-nightly~ruby~M3P4EH.dockerbuild
|
97.8 KB |
sha256:7e79e9d442fdce457fb6af584d1c9abda2a80f4923a7821dfed5ff284947e989
|
|
|
docker-ruby-nightly~ruby~N3GDAD.dockerbuild
|
125 KB |
sha256:bad23c75b75e47de1b54c14fd714a067a20f6eb4b9c093d6f0ce458daf26ce85
|
|
|
docker-ruby-nightly~ruby~ND8UQ5.dockerbuild
|
102 KB |
sha256:29a5e1da35632e39187eaed8bf340e9ff89432e5d1b0f651da4d4e2db868f32b
|
|
|
docker-ruby-nightly~ruby~OUVJXG.dockerbuild
|
135 KB |
sha256:0a6339c28bcdce1a84d76b787b59a288d5b81363797b44658db524ea0890acb0
|
|
|
docker-ruby-nightly~ruby~P8DXAH.dockerbuild
|
99.3 KB |
sha256:35e6dce14ebc9eb449a97eb00b8146cd75c66f17e432021ad0b20828d9840b5a
|
|
|
docker-ruby-nightly~ruby~PL0EGC.dockerbuild
|
121 KB |
sha256:6c0db1236a9106bcd2c604d6a654359d305a0ce86541081b522b05ac50ba4fa4
|
|
|
docker-ruby-nightly~ruby~Q5N0V1.dockerbuild
|
93.6 KB |
sha256:676ff727130695e5465b50fb0f8a7b7d30ca4699eb4bd8feaa8522c614b57c7f
|
|
|
docker-ruby-nightly~ruby~QUPUC4.dockerbuild
|
103 KB |
sha256:e9308665e691f519ea0159609570e4189714e9f40c7a783ceef602365feba8f7
|
|
|
docker-ruby-nightly~ruby~RQ81Q7.dockerbuild
|
103 KB |
sha256:46e1397f11a6a23b9ec07279c9f481b1623066323f6f8e383901edd726f6dbc6
|
|
|
docker-ruby-nightly~ruby~RZ2ARB.dockerbuild
|
151 KB |
sha256:4d4a779c3c8968dda39a76824d3c37c4d592f3b8af46182a338f422b90f3bfe0
|
|
|
docker-ruby-nightly~ruby~S1ETCW.dockerbuild
|
100 KB |
sha256:06a52c4bb5f8006040d1068ef7c425f3ee404f1c75d000e63ab2dc9e32c3ddd5
|
|
|
docker-ruby-nightly~ruby~T2CPNZ.dockerbuild
|
100 KB |
sha256:e60886aa9be7419e26707afb12268a64dff303fab45028b5d39a23d7143aa3bb
|
|
|
docker-ruby-nightly~ruby~UZ912C.dockerbuild
|
124 KB |
sha256:d452dc0b595030fb9ac32277ca32c6c9d287e75a45f56cda8b86cad58e526787
|
|
|
docker-ruby-nightly~ruby~V3OMQA.dockerbuild
|
59.5 KB |
sha256:673d5e90c3c3df0e8d80c7b5f464cff6059160bad330ee9ab4ae1ba4eea3e8b7
|
|
|
docker-ruby-nightly~ruby~W0JX2S.dockerbuild
|
123 KB |
sha256:fc0a3d960371646d24aa0565cc785cecb338a19da0f7bf2ee901b3fd909c1b03
|
|
|
docker-ruby-nightly~ruby~W9XW29.dockerbuild
|
98.8 KB |
sha256:fc1a478becf3c4dfca430e865a8d61a385a00294ac1347523601db864335d524
|
|
|
docker-ruby-nightly~ruby~WU18R5.dockerbuild
|
99.7 KB |
sha256:2c5feb87c2e54a25c2db99400f540495d0c10dc186bed5b5b120aa6c85fef293
|
|
|
docker-ruby-nightly~ruby~XO1AO9.dockerbuild
|
97.1 KB |
sha256:947a28fc284716e56aad1cd635da6b4ef390fa01a811bbb77d59b72f832698f8
|
|
|
docker-ruby-nightly~ruby~YTLODW.dockerbuild
|
111 KB |
sha256:2277540922c1cec4b3160b87998c7401e43742ccb6f0e6e910c679b8f8b8b49d
|
|
|
docker-ruby-nightly~ruby~ZF3KJJ.dockerbuild
|
103 KB |
sha256:0d5969c9046311bd6444fb1f50eac9ae206238da1fa59095d8596e428b9058c4
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:0d6768bf4ddccda70aeb4ceca50038b8b01f3ed401695fcf140321b194dd77b4
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:66d373267a8c5cd7d1c5dd15a10d11a9b575fa1aa271f7500b7147779c9b195a
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:b603d63c8e9b2aa3aeff9f08110384c63b03b678e1efc872f39d4316949a3383
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:d32921de0f50a8fb0c89ebf4995750517509991262bb0dc4fa7866ddea66ccae
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:9f74c4e038ddf16a1c4b23c1151a33b8a3b07ef138a0b92f58bbeef2a261d689
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:5b99e92cb540b978213dd0ee9a2f851046f589efda7386e79b0bc6bef7496f67
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:0473d7ab8a5ae59df3eb64b6a14e9722bb76fee47f2ef8ed2ee1987e505aeece
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:942d1a7b6fe536ea1704a1c653ba4c3a6edce899347d7a34a3587b7cc95242dc
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:f9af398a85d93bdc55c2ff72e3a2eb8269c9ccc0e855ffac85738be38ceeeb29
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:80e48fafd08f36c0115d95908cfa9a04932d9560ceec6adf094e7754c849adec
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:437a7b6a81d5432b7e543d0fc6f6810a9997f9d7565576157d1b8fea6d05b11c
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:a48ecff7808d6b0b28f4944657c46b155484dd52e7044efb16f8e58e8e17ae1c
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:76f4a990f6b00bde4f46b1ebb289784ea2d53e530c11b64399dfe64b0974e16c
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:29a7d7f563361c16527f20d1ae9b4bd888ededbf6d0c62f6ac7f11608dff40b4
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:06b475f79b21c43f3db23bc90374fd9862c03e09635f413d39d7b4c10dac703e
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:3b4cd319daa287f8021bd71fc76df87e3e559cfebc09a2420bdfb4e6b10f8fa1
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:db1dd29a11bdf060ae8ad838c83438acd46158f39bc7389322b6aac24cbe9251
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:08cfe72adc7a9cfea82bbefdbfa3e3a19b357098111fb3d300a17e69973d219b
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:925d56576e45aedc685fca183460c3e97e1a0822b88f95514afad447ba89b3e6
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:a1a1fdb41f483a5ab9e57701c30cea8b05ac2106232529cdf716b489402c527b
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:f5300e5303635146449026f7f6ae57aa10172982b95b0488b58b5876a59061b6
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:75f5cb27b19ca6d7d46dda9bc4810e574979c40eb2a76f65c2b6a3e8a28d1a20
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:9a97a9877723b59af2a870361c1a4e360a123bdc8514bff1426439e8c5bbb76a
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:a2eb084c3b15480d7090b2aed37d7250f9dafc70e5dc253c340abaa135536d3a
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:faf251ffdfdbff0e6168e2ae6e40ecf613d03fe3bd18939411786e9d1733b922
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:02c6d5a75b5e12c7ce20dceda1a2f27643085d71ccec7eafefdde6814e3e59d5
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:4db4e1c6e83888316b66b7ca7f4d0fc089b9f3d994995ab64c39266b85d4926c
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:eb5fdccfdbd56e99018afb8ede4b2c99807e086840b6edee2322c9f0da52addd
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:765c032df4444318108f448245dff4dd56a1079217117530ab445b0ad7ba6e06
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:c2e597f511a66ba2e13f3eaaa1a9a27f8cb872952b7d2e1be36c2c1070b223a9
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:ebd613b81f55b5d9f3e56712afecd99182a935203d5775538194ba407c28bc02
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:5491fe06f51002fcda5515ef7f214b90d09e7a3e60a2339572e803bcca5e2a9d
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:a3dd8315feb6ca7f70d46cb493ba1a0a824506aa9424f40e660fd4b022f2cc55
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:32c00520e3a394052754f0023bdbeb675ebb9d8d598738e02a6d93f4c2b33ffe
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:28a7b352269ee7bf35697fa633fcffb787ccd4dac0508e3b0b0f70eb63400e42
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:18b42f400bd4f07f08d70e5ef2c93ee05a792b1008fbc89302302148e948c207
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:179366c89f7075e73d10b75810655b9e357890868d7b19c4e7133027792e665d
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:865414868f46c256089e993c6a3436fdb204d74d3a242da6554608d1d3b1874c
|
|
|
snapshot-master
Expired
|
17.8 MB |
sha256:86994f4147d9306c6e5baab9fab2e376e56c625854f64c9bbee3b1323af9b91f
|
|