Docker Build #832
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
|
|
trixie - linux/amd64
Failed to restore:
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
trixie - linux/386
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
bookworm - linux/386
Failed to restore:
|
|
bookworm - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
trixie - linux/s390x
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
slim-trixie - linux/riscv64
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/riscv64
Failed to restore:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:bbecd726ed0332d7211922ef8bc1db665d85c5bd60bbebc2f197bb20fd0f415a
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:273fd5ed2537126329b033dee7c6799a87ce5de37173fcb4351cb862a1908ac2
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:44bca8de199adb01d10d141be5aff2b0d8d547c3d92857120e0a0c48e6fa0119
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:b66ff0d26de00db7a28231f5125b35c5a78e35dfbf5a1178495a305158283c58
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:bed5291655d7bd58fef215c687fa92013d539fa9d5c0e1a39ee3b8f79b9fb65b
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:965c4ac584f9f657f19e3e087ff727e37b84b137ba48adc6d3b1e83d5758f69e
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:cf9916a47a9027d8a1b31489d129a3b92dc304cab8eb6268c6a263f126641ecf
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:8f459b401e67fa1ec3d78a1d6578006ab6899a5d8088fe71ebc04be2534292de
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:bbc65b5e6fd3045165ce3aec8239e1dde315f9206f0186ec547bb5b61c507c66
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:506d0a219730c666700ee2abb82d366183ed06df238c59589d3b4bacd3c5a6a1
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:7c13aa6e9f58a4cc4e2aa2a4fb7f946c6eb28404450c6f4b8d64b34180e567e1
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:461683ef23be956b72dd99232fa4420c51cc18720ae5cef4d72c35ee009636e8
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:b63b3a79193996ed5c66f5760730fa87978ed2abbab0b95efa19f4339c9a752a
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:2260f3e682566613390592a6b4fb38c057bc545fcde5726c978d73cfd581aff5
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:d2692b75fcafae9f14bed6f55dac0cc2c2f4807aa61f01d582e33abfe25753d3
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:4007d32e9827304fc8f36c82d7f41516b63f21c6a58fec8f827dd126f4b530a6
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:746a0ba51dd7cf8a0b9df705a0ea67d6afc12ab1018e7706bb4335cc9a9ff7fe
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:3f915d0639e3b1de319235abb6d2377ed0d8878be3ce6f3b38a1d320236a87d8
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:c3b2c839ec5208f4c66ef88371d7b65129f4f2aa1aec3c47998964ac2659d735
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:261d11183a91537a6a0d7abda3de1edcf774188da93a0b6f87fadff5b7d1b979
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:07f8c1e329795d38adf45c310b22fe218cd48e46479ae1345e464f338f6a97e1
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:eec655b4bc4070966e807f3a7e75f5b4f2172f2f33eaad1bf0211fa001a295ee
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:c96af2bf099afd8542dde418a69d4567d9ffab20b2a8fe35cf13b2aa1714f665
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:1fc0b7842a2d1e068fc9a489323d7dacbb0da8eb89182c312b7f2ebc3bd170e2
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:f43d0d1050eee57f6e7791a54a99fe74c06869f87778b26deb651f78ce072b19
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:4fbae79e3aedc9ac51d4c1fdb8e953454bfbe65cee377da184d35ae18af06944
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:c8fb0483a731f0133f7d92ac857c62c579fb6cab212e851559e88dc4a360dc7a
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:608aadad5ec69874967d4701968ae9d16ffa30d0975f9e3408b56cdc553ddad3
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:e425baf528c226cfcc1185f84c58058059f4da279612cd71de38121062d08ad3
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:01e6053ae842f1551cf87321c043479df40f8c079ca9c8f824ca59a06bad69a1
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:6ffbb824b31315d284be53c5784523c6a0309904c74fb618f43d66f4fa1c42ae
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:e5c0d33c193fddfd94db2e5245bad9a69eead78ba77d22bcb8ed5a72a41c9437
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:b52c50d8436d7c049c3047da2891390f33732d2419239b4cd1eb0425c147f21c
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:15aa74caeb0b40b7a137062631712b4f8e1525b4f6b4a4804a93e77b2957a3df
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:d27a393c1d0ccf48bc632a0616e13d713da8e3e4d7252f9efd36f135dd4acfee
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:548883d98d7dfb2acf4913b228d42e884d9aad2c425b9f1fc93df2ed83064e94
|
|
|
docker-ruby-nightly~ruby~0HFE57.dockerbuild
|
103 KB |
sha256:af7b75bb6ecd7abac4c9a3d6d8c8691ca4697749f0585bc76200a529adee21b3
|
|
|
docker-ruby-nightly~ruby~0R93O1.dockerbuild
|
116 KB |
sha256:61beaa4cb70a0572e3455525fbacd6d8be5000c3155d339e2bf165711f03ed7d
|
|
|
docker-ruby-nightly~ruby~1D7L0H.dockerbuild
|
96.5 KB |
sha256:3b92a9c0694821ac4377f3057d4e7cd14e2a855873342103a2c6a05463d32823
|
|
|
docker-ruby-nightly~ruby~2M2EWY.dockerbuild
|
98.2 KB |
sha256:5b4d08b52851a020189cd70bb459cf10cfe386508faf74b86615ef76f0143fca
|
|
|
docker-ruby-nightly~ruby~54TSDQ.dockerbuild
|
154 KB |
sha256:ad308100be82727327b36095f555464b64769f11319887dc786716e924ccb415
|
|
|
docker-ruby-nightly~ruby~7TNDY6.dockerbuild
|
104 KB |
sha256:cdfa8814e37907812ca60ab7852daf318ad8338e490574f9f3d75a5d32181e83
|
|
|
docker-ruby-nightly~ruby~82MBJL.dockerbuild
|
102 KB |
sha256:5700f7ef6a75194e825e0e0f45840c34c894cc0c533497828cea1db8a12e9540
|
|
|
docker-ruby-nightly~ruby~9GH0BP.dockerbuild
|
101 KB |
sha256:02c07894e65b4b5b4fe157abc6921c7342f2f44073d084d1c033b51146f08797
|
|
|
docker-ruby-nightly~ruby~9LALQX.dockerbuild
|
131 KB |
sha256:e76e1a59193184998a46b8481f83554ec4a7f22ea1cbc2ba25e142d00eab0523
|
|
|
docker-ruby-nightly~ruby~CWPE0T.dockerbuild
|
136 KB |
sha256:3386ad43bac82260facfa705a75284c629fc069516eabd06b42e0cb4b8a0b1e2
|
|
|
docker-ruby-nightly~ruby~FBPLOL.dockerbuild
|
103 KB |
sha256:bca22472fe0f4f60452025ba36d738ceee764c6cf7fa3e22406355b409d64a5e
|
|
|
docker-ruby-nightly~ruby~HA0CBY.dockerbuild
|
104 KB |
sha256:ad9cec39aa3cba0e51f70d9eda648a5e09567b074e16b6855ddeb997d62ab2f5
|
|
|
docker-ruby-nightly~ruby~HU9R33.dockerbuild
|
58.9 KB |
sha256:e004296721bd1e5750eb0642b34a95644d80a62162712ace6b7c17120beb1279
|
|
|
docker-ruby-nightly~ruby~IFMRIK.dockerbuild
|
111 KB |
sha256:956de78ada65198931227d495cc2c18a03fbc01fff1b8559f4b22c5595b6d25f
|
|
|
docker-ruby-nightly~ruby~INH74Y.dockerbuild
|
120 KB |
sha256:9f7e5c31d1ba740ca215646b19417b4bb774757ae058103f4ae53ab295abfb34
|
|
|
docker-ruby-nightly~ruby~ITCHPQ.dockerbuild
|
98.9 KB |
sha256:81982d161365f78b2c0c69bc22b4cb2fdbf2f343b2af2459d936ef830d2937ba
|
|
|
docker-ruby-nightly~ruby~J55LJB.dockerbuild
|
100 KB |
sha256:a1193b20b99d0e34b5af37b625457f4c8cd2f7008549a473149fb3870b4afc55
|
|
|
docker-ruby-nightly~ruby~JMGIV3.dockerbuild
|
98.5 KB |
sha256:17780963826dae79ee0130051a5ad24941a508064dfe98a616eb78b760cee25d
|
|
|
docker-ruby-nightly~ruby~JU3BVO.dockerbuild
|
98.7 KB |
sha256:fd0191b9aa20a05835fcd7e8f3cdedd390d79f7ee506d3249804d03c0f8d8b0d
|
|
|
docker-ruby-nightly~ruby~JUEAB4.dockerbuild
|
102 KB |
sha256:5f989ba32f84e681fab5e4a344f5785e0bf98da5b104c7b427c4b9906fa0c17c
|
|
|
docker-ruby-nightly~ruby~KBOQLW.dockerbuild
|
56.9 KB |
sha256:1d4ddc54273d58905059a991577e503506281f3125a9956d0ce177f5cd29185a
|
|
|
docker-ruby-nightly~ruby~LYH6OF.dockerbuild
|
100 KB |
sha256:b4e2595583300317e9b06273c68689867a31baf74cca23d784ec401fdc13a20f
|
|
|
docker-ruby-nightly~ruby~O0W7JL.dockerbuild
|
150 KB |
sha256:e70af1de30e530f53dd05ed835987e9737eb7ea7f43df4e36f5f7a02b90d3674
|
|
|
docker-ruby-nightly~ruby~OQAWJ7.dockerbuild
|
126 KB |
sha256:1a904ad13b2140dc0b7bb37f13ffeede097cf785f77d0d1e97ea24c6d39ee6d5
|
|
|
docker-ruby-nightly~ruby~P211P4.dockerbuild
|
114 KB |
sha256:a0e5fb628423e48d4b0e2c798cbd62315da9da03968f92cd4047ba5714f776f9
|
|
|
docker-ruby-nightly~ruby~PLLHZI.dockerbuild
|
103 KB |
sha256:746efc797b716e85a902df8b82f52ec9e2ccdd6b3d23fb46be491c05c18b33f5
|
|
|
docker-ruby-nightly~ruby~R5L2NT.dockerbuild
|
100 KB |
sha256:7eb6ef5e4fdb7546c4edc5e8f6d5d77096ff0e11048158950d83f12f100068d8
|
|
|
docker-ruby-nightly~ruby~SJHY18.dockerbuild
|
124 KB |
sha256:f185b75785cf2d449a44d3a3be0d8e87fbd7fc9d03a9744a2132bc572fcde804
|
|
|
docker-ruby-nightly~ruby~TQDXF4.dockerbuild
|
103 KB |
sha256:315023b3a58a6e660757f75c8b335593f09ad9205206b34fd9c27b8646049ad8
|
|
|
docker-ruby-nightly~ruby~UTJD1U.dockerbuild
|
130 KB |
sha256:890cdc0de349b628b116849377b1c07d0d8a549446e6751953e1686acdeca486
|
|
|
docker-ruby-nightly~ruby~VTEJL1.dockerbuild
|
121 KB |
sha256:7cf0a7836124655c828fc664eeb9715ae9a12f2a04d59d0ede52951d9b3c9fa5
|
|
|
docker-ruby-nightly~ruby~W3T4KA.dockerbuild
|
104 KB |
sha256:96ad4809d8a06ed6dc39b08979d043c4d38235f2329a33b34f29ece319dda9ed
|
|
|
docker-ruby-nightly~ruby~WUQGOZ.dockerbuild
|
132 KB |
sha256:60111b5d9814e2fea70578fd39db5fa7fc1e219aaa2fe279551331049631a686
|
|
|
docker-ruby-nightly~ruby~XANR9E.dockerbuild
|
103 KB |
sha256:101b00a7570d5bacef6b8f68506eea107315124e72125b3926d3321539a0af07
|
|
|
docker-ruby-nightly~ruby~XMBTQJ.dockerbuild
|
120 KB |
sha256:db4b265ac4da47559967834cfac6cd7d7101a2cb40a447ebf4275c4eb0bd01e6
|
|
|
docker-ruby-nightly~ruby~Y9VS8Y.dockerbuild
|
124 KB |
sha256:4cf9ce27283b92db3403a204afbc7f4dc3d38b619e41eec11873bba0900b66c2
|
|
|
docker-ruby-nightly~ruby~YAVHH9.dockerbuild
|
126 KB |
sha256:d29a81d9baa7535d7134304cb86e4a5a50a1b7fd1c1fbf7408ff23e248d5d5b7
|
|
|
docker-ruby-nightly~ruby~ZVFOB9.dockerbuild
|
102 KB |
sha256:d79132fb59a3225ffd0e51ff81b14abb2eacfc3f23e3a933b4f6bdf789c3be90
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:3e65af8ac1651d916b3f03d252878df2bb5224b1d7b183a10fead5289cbddf50
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:3655deb6c0c65d353f5ab2f4d569c426f7a5346e56749267709ad47fcb57d229
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:acb0ca00954ec53adf1464814a08fbc30ce51460844c0545b16cc26ba4d652f7
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:d55c5ffe52fbbcccfb61f198a2868ba0928f7dc3c84d8d22ce39b5789dcbe9bf
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:eb640b4055513e8271393a059264d54d137ffe1e3a52c26306315f3e37f6da8c
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:8755d1c5a6019c878541e800a600fcbae3031baa7e72537ba9b69e600c5607c4
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:675acdddd1364fc5047c65d433e9d82cc1a0bb72e20cad6f5b2d5e6353b73570
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:d1c7543b67e32ddeee0bc055030dd9431ada4e8630aa377510d28deda1d17929
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:a33ce1d20cf98de180fc5db62f778ef3121c6a0069060284368a87ec0d5bcb35
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:247270d26d3ac87e6e1ea37eae02e3452d92b57ba58bb33ac70c84bcccd27716
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:9df21e18ce2f30369b811524f8fe0ad4d4812243f268f914b85b55a244cf97b9
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:3332cda255a59e5507263ab4a4b0a0c5a2bfcd3eb5aae196e7713619e94e47be
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:04943398bb2dc864cf01b118cd451c81f07d876f6198d31397481f3ef0bc31ee
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:647a639c486bcda7c27951dca8ed225416f60f33c06c3ea7cc5b6133119ffeb7
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:a28501f7d459510739e8cf7e5def2079f95e019c53f839ca30210d9b5b84658b
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:027b0d9a38bc7679c79c97e080d2fea865b8a6fc81812ba6963f9548362b589f
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:788aa0ddf58f9e9ef1f5a8b84021c243d1074b05e54c35d96f56c368b40bd554
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:d50a12ebc6b896f380cb5f2f090fc4433f42906a0b0508d03b6559bcea782d50
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:0b93407c97b9be05dae2697677db5ea3aa0e5378cd5b43c139c55ffafb1c2d66
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:8bebcf684d26f635299ea9a5d33a258b859d824f51d181a92d4e8e95c0c0fe79
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:c3a6f63bf1c8b1f156123b9bcb44cacdf4a562f10a8b8f36c588db3cc65dec00
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:6fc02a4ce1bf2a804548d11ee9db60ab256ee0011424ebf3bf6207af1087bdb6
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:d2988697407edf53383339d608e93cb29fb0a3579f45b1acae8ff089ef967543
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:4e5a49901c60458e539a1d22b8d657f8094d20378ae844c0584cecb293c2946b
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:5ff51c9900d7d06579f429dfa7a80efd22c0345395cedb20a79d39e73cc5c04e
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:9e9a12711c21e06e51f4df82f7cf4aa781d734faa5435f518bcc4f01cfc5fe68
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:4d3690e3a9783a91720d874e0e990b5294cadd30ff52e50ec4266adc162f1851
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:5aa20ba07b8586fee604bc7905d705073f558a40d9af553e4fd014576bf1dd40
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:d04786e4ad84f967788c402045f79f5f90167a4d31672fd9f4a75254efbd9f38
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:8af68d27f1c414164891fd06f1a5e52e2fcc22d1538c2170df8378545e1d2e85
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:9c303248975fb75aefdc91c84385dbe920b9bd2ce7a3b815e6d54aa573cb6ecf
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:c249856126db44377b3048c22aec4071139e5a65a850f348d3bab2abb5e79109
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:2e577a9227640461d3d10de8fd646a7adc2e443bb8cbbbc8ded8345eac7b7734
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:75f0c80cd007ba2b7e10e3514d59050912fad3c1bfb04b32b4c5b33f8feafd90
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:59963678511c40387bff407b1996c6dfdf78922746a62067274e60082c263943
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:7e985745adce19ceeb48a3eef0353ccebe735c13b6f4d83b8e9ef269a4c58737
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:e71a86abf5d53123abd6fe0f54339a7f5577aa8a1e2de280e2f49a4f76524c1a
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:7d6ec1eabc6c63570c638bb29f504e753bf3f2aeca8a8031f54e37297fab724a
|
|
|
snapshot-master
Expired
|
17.4 MB |
sha256:f68fcb1602e6c1995b9441b10e2f5f4d6376e9e725710229875c1b6b5b1cb2b7
|
|