Docker Build #822
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:
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
trixie - linux/amd64
Failed to restore:
|
|
bookworm - linux/amd64
Failed to restore:
|
|
trixie - linux/386
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/riscv64
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/s390x
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/s390x
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:600f5f8da7524abe25c7111db50aa1bd39571bb1db20f8dc7848469f38470392
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:adfd2e33995ca1eaeaa6b7bfbcff72fe6902bffb5a2375733f6dbfafc203211c
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:5f2930882bff504beec0eaba2db1e6a1998bab01983d7e1772bb1fff3ec2a3ff
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:636048c2e6c5e5c46c748dd2f5fc668ba27bcf9ecdb0394fe1fea1e7bd233bf6
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:f171ad5f143e4e7bfae9c353572aeda5ead742808f3e64c5e19ce5d763f60fd6
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:7b312f9771a2119aa088f01761aeda0bbab0f8ebdf0710f4607c362523eb7caa
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:a8fb456ae0a1bb70f50fe9ca4b69d7c64b76abc3bd0fc8026636815c066d7f45
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:78a22adf21868ac2e3e4bbb1b993f044e5d2c4f40e750c5d1bd72f187e8f2de9
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:2620545b7ce85d133105bf5e289ab667093d93e52385fcef4cdb6fa5ee1533f7
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:9bba02967b9420df1b60a0083fb4ee202b5b9a962acbe741f48bc48e68b735fa
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:6439122ee669f99f94c3ab85564c3b68de44931aaba7d1d01be084aa12879e3f
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:c732901d901f2bf9965cc70fc024a3601fe554657ad6a13e6acb2e6986317983
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:225b64f309703abd555eaa9e04f08292e6a5f57591c14dd8007500acdab6e677
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:c3fa350319d1388c2b1e93c5af76586029b9dc0e4812f290a1e965218e997edc
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:5b095972cb0d3dcea7bf5a36288ff0298ece3b9b8562457fa4d2f91c8ed1bd91
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:67ccc78c4c33cf2d0641818ec57d261f49e980048fa4fcf0246b3180a041a4f8
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:b6f114a5eaf0cd6813872d49d764f2057bab6d7ed4337ed6136f750a80987e98
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:7596e10dd0414273f26134219d477441aa116b89ad9014176f7c4fe24aeea7b3
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:3d284df8466741375c0f6ec2ce99100e5219371385dcbe02f24d8dc776decf18
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:0bb6631bf0c2f0ce1e8e0e8bdfd5919febe0cd8ed5cbdf88f4d9486440cb7d10
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:1bbec4da3b603c006be061d1e43eff04a642f4cb0f480de71d0a0f098a656d38
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:b02a9115c87b6ba698c198bd1ec0066c5c053f8e38373159e2db2ec6862c7918
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:6662c85a3053e79889f0a5e6aa5f5c48acce4cc07d524dc9e2b4258a9319754c
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:5a7f3a9c248131fcab81ae6d08056bb3e02c972975415cb41e3ebcc8bd0632ff
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:b1191e41819a2f0c29134bb8c833ed23f0a41690446aa30afc311a8c310f7523
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:afb38258d176287d1a44037d9bda3adf75bea4aff988c1bb52af7985e80e9167
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:f2137a96e90c15f79a27d098c17ec323ed4ca97d4b86fcb8de4d9a61b03f45eb
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:a02c461ad5d7cfe51c467fbb91abaa53f409daf7735f1f9cb9b5be3d39afee81
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:24a1754a29042aea64a2b9b258ccb9c567ca5b2f9eeb3a363459c13efe6d0c1c
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:b63ad386145cb7a83b4f99199c6b6b5284b6b8bdfa957fe6e779f8fc88f04cc5
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:0cc5635fb4ce779f076edf92ac4f6e0cd8ee11516df2d6b20c944938235ce9e0
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:898b92b908889897800504cfc8c82dea7206e19fc683c010c864c7b3bb935a48
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:80f8fa9c1bc7969c0433fde41a40e5ae1c8c83c11cf5fd93489ba3d110431ba7
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:2953aba335149b1d8bf22f3a017b756cea8fe10faccbc5fbe64d764037aa3a7d
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:a2e8b7a69d51c55362a3baad4683cd5c8586f3ee94ddc41b953eb361aa8f92dd
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:ea1326c5045f6670df28f6ed3db40e90e6569e1d1f611c5b2427e4d849746495
|
|
|
docker-ruby-nightly~ruby~0NJV2Q.dockerbuild
|
99.4 KB |
sha256:14390e0a3d28232437d856b6e99ccf456b1200cceab73ec4d01cef4c2d9ab707
|
|
|
docker-ruby-nightly~ruby~19RGM9.dockerbuild
|
126 KB |
sha256:e14fdd14a8f1d353faf67831f2cd176007be7392bffdbb2f75148434c2dfa2cb
|
|
|
docker-ruby-nightly~ruby~2SUP24.dockerbuild
|
103 KB |
sha256:6f13fc9ce16b9404dfc4a841678ce1d3db5b77aca07ac141525f98c5fc8d625b
|
|
|
docker-ruby-nightly~ruby~4UF0LI.dockerbuild
|
120 KB |
sha256:df762fe682cd0b80e23b402a7d19992dee9fe07cc12aa7f600fe7a24f96c0054
|
|
|
docker-ruby-nightly~ruby~64HAMH.dockerbuild
|
96.9 KB |
sha256:0a85051678871cb2cbb45d1ecae7f5c5f8bea30c6a5ec3dcea2a9de1eb13d286
|
|
|
docker-ruby-nightly~ruby~655D7N.dockerbuild
|
125 KB |
sha256:8a4eba7318a4da88cea60176682d27146e186ea4f6faa32a959d5c4429b166bb
|
|
|
docker-ruby-nightly~ruby~7MU4E5.dockerbuild
|
120 KB |
sha256:e0874eb5d48f86a80eabd58ebfd241d4164f289586b49e9b365c1a508cd303c7
|
|
|
docker-ruby-nightly~ruby~8O64NP.dockerbuild
|
125 KB |
sha256:693f4867e470187a622e73610d504e9af9b7dde680859c5a3434133d94951137
|
|
|
docker-ruby-nightly~ruby~EFJRE6.dockerbuild
|
100 KB |
sha256:6dd0ef141ba7e9521009f9128830d795571386611e2e05a2422b20762bd6f5f8
|
|
|
docker-ruby-nightly~ruby~GIK0R5.dockerbuild
|
94.2 KB |
sha256:f50e733efeca40f757454c8571593e9d7c56217da5c6d668a30c8248a45e6aa5
|
|
|
docker-ruby-nightly~ruby~HH9JHY.dockerbuild
|
102 KB |
sha256:970eb191cf84470f38fda8c74ee724dbe32ec7ad87b4e3603477295bad4bb5fa
|
|
|
docker-ruby-nightly~ruby~HYDMB9.dockerbuild
|
57.7 KB |
sha256:8a18f8db5c93edcfe13ddd7a3003f98761828b374c23ed7dd5a6cf18870e3b94
|
|
|
docker-ruby-nightly~ruby~I3F5R3.dockerbuild
|
104 KB |
sha256:3bc558e6b9328407aef56a8e03f052cfc7b2826e32cd42e48f043d0e52dde782
|
|
|
docker-ruby-nightly~ruby~JVJLAX.dockerbuild
|
150 KB |
sha256:95e75416ebfd02e84295c3225c82197d977b205fd96ba1a47e53d1c1ea082d11
|
|
|
docker-ruby-nightly~ruby~KUBVON.dockerbuild
|
132 KB |
sha256:d159ada9fca7b25b4ebe34e16e9362f9d4b345439c64532600f9784918fbe0db
|
|
|
docker-ruby-nightly~ruby~M4P41W.dockerbuild
|
101 KB |
sha256:6360bb38e6acde3d96d7862d21d1df0963819d461201e32a8e6e00ba7d73fa14
|
|
|
docker-ruby-nightly~ruby~MHHT8E.dockerbuild
|
116 KB |
sha256:216a56df104fb21f4d289210dc4d688f6818741c831d499b049790ffae2f1a97
|
|
|
docker-ruby-nightly~ruby~N05YKC.dockerbuild
|
102 KB |
sha256:93ff1c1cab67768f8ddfbdc6e2b40770bdff9baed84fcb0762c0738f61957221
|
|
|
docker-ruby-nightly~ruby~N5UG8P.dockerbuild
|
101 KB |
sha256:b70fc30793195058c3444e05d51fd86baae776973863aebf770f891497ac49ea
|
|
|
docker-ruby-nightly~ruby~NCME7H.dockerbuild
|
121 KB |
sha256:33045c481a83fdd7cbfa833f909a1e7ae1b4703792864136311eff55fd6a530b
|
|
|
docker-ruby-nightly~ruby~NML55J.dockerbuild
|
119 KB |
sha256:f3c1c172f46ad43100ac97c496ca78fcba6a09fe6a0211402131ac8431f0f294
|
|
|
docker-ruby-nightly~ruby~O1RDTU.dockerbuild
|
99.9 KB |
sha256:3fde1ea8a1a76fd480a52c0ef4a7f193314b5e14c00daef55b0aa673bcaea9d2
|
|
|
docker-ruby-nightly~ruby~OBUESG.dockerbuild
|
135 KB |
sha256:f74c2a5fc10eea2e393db4578a9b6c9102287a415b307388b90fedba8ce21219
|
|
|
docker-ruby-nightly~ruby~OMZ80M.dockerbuild
|
103 KB |
sha256:8a1951fa410ec67036e60eb28de36f47fa4481d5b45e3d752f38ccce60172f26
|
|
|
docker-ruby-nightly~ruby~PVCGKB.dockerbuild
|
103 KB |
sha256:82abc0df567a22a31c7d3fa28a223eb95e29193d7e8db427ee3d5d76bc4947f9
|
|
|
docker-ruby-nightly~ruby~QDJ538.dockerbuild
|
155 KB |
sha256:65b0cf624acbf68804cee6e9945c734aae68457dbe70d6b6c3418427b596d131
|
|
|
docker-ruby-nightly~ruby~QGS6P7.dockerbuild
|
128 KB |
sha256:f6047fc1cbe68acf8de0482739c1536a38c617ae6f8a6b7dc76bc5eeacb3bb88
|
|
|
docker-ruby-nightly~ruby~QSM668.dockerbuild
|
101 KB |
sha256:1541c1b5d708ab4f8a47f0417f47193d8a376d13e7a39afd57723f18af24764d
|
|
|
docker-ruby-nightly~ruby~RFVLRJ.dockerbuild
|
102 KB |
sha256:c1ac3a62a689e4818597ba552f7038be6b4ffbb8cfadf4f9315479f4a1535a79
|
|
|
docker-ruby-nightly~ruby~TR00NR.dockerbuild
|
138 KB |
sha256:e74a9cedddf87d440fb5ea610a66e0662154d52803cdcaf2882fead6b401b36f
|
|
|
docker-ruby-nightly~ruby~U3FUZU.dockerbuild
|
57 KB |
sha256:a69be1c8e540fca5084c9568b3454e3342e806dd02fdb7b9aa503899af2bd78c
|
|
|
docker-ruby-nightly~ruby~U75ZVO.dockerbuild
|
96.8 KB |
sha256:814d6101811fa83be51c4a70d9c2b7bcb99c14eb624c22d1448bde178ab14b3d
|
|
|
docker-ruby-nightly~ruby~WM4HZT.dockerbuild
|
101 KB |
sha256:24a24648748ab34f72cc5714cbbbe676ff339b63d64cc70ac84207042592dcf2
|
|
|
docker-ruby-nightly~ruby~X82UXO.dockerbuild
|
96.7 KB |
sha256:a596e387c67e9127b679f0988ad9b69934527e1d3ceb5daff9423a8eaac48472
|
|
|
docker-ruby-nightly~ruby~XQVWMN.dockerbuild
|
101 KB |
sha256:a55d90ca4d2719baf4c941b82c6ea12aae980eba05090b38ad691b0a544fdd1a
|
|
|
docker-ruby-nightly~ruby~XTA1I0.dockerbuild
|
112 KB |
sha256:f0b514347d5e2814a90006619d7a0a7c201a28cc038d555c4df652f5779dafd3
|
|
|
docker-ruby-nightly~ruby~Y9HPL6.dockerbuild
|
100 KB |
sha256:48cb3b9d49cb029d060f36cc054c1f204a8a9cf92b4b69944d31bc923aa02304
|
|
|
docker-ruby-nightly~ruby~ZVLX59.dockerbuild
|
109 KB |
sha256:c9623d44a63df34346aae082698359901b161e26911740c22925fd417ea90832
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:1b1f790f607eeb53e48c156b336686e63d03483f18e7e3feecb9229a3d4c2d50
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:7ccaecbe5d3cfd5cc5b67be7dab4e8e5e3cbab4133b2ea256bb5bb88230d09f6
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:f6522ce4bab566c53f8dbfcf6b1cfda53d493d661d303b31a4a0b426413c194f
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:b2442cead58fdf42fcfb704e85135f1406e2b21a9de983ecf4bd28fabccae224
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:6d58dd8ba481f09a8bae031bf87fb7d83e8629fba63b250b99db4a85a03a9040
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:47508a268f1c9dcab7bd2c1f383b5ef674e2204ef053b90e13ddb2fea08967ce
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:4a705b0a28bc27758a008d2b7f976929330b474ddab4eec2498506685567c6e1
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:9746fa884255fa372fc48d6136c6b6185d94aad2fc4e31aecac3b14bedb207a5
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:9476f827f692476d53ba422f3daf5c153dfc755490c838279b7a56661875f4ef
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:c3def48eedd688703209fd96fe1ea0723343400faa2a25bb085ef073aa2945a1
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:e593dd8f82a753d096db1d0ce59dd475e2c0cdf94e6a79285485c95d901675c6
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:b70fa079a93b5504d18a7d97b72bf1a266a466e807d5d6c79c25289c4082d678
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:9a5d73b6f6ee80920c0ab29292956b455988dca45e4b517a15b1d9f1f7094069
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:a57c81b38c858628c3fa4ead0a843c1994fa5560155b9f87642f7e0c1b2fa078
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:643734c24e41463ff44ba92ad2eb17c51d6bdda08d7227660489f75ad3857d5f
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:42db7e4f0b3c148e77e1e5b5f39a299437f1c69a16e8a675ac184e3290115bd8
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:7eff618cf0ec68a82c0eccbb9b2b161838ffae0328e12ea93fa0f2e14cdde809
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:bf4e8bee559483d2ae57e80b4e6062c9a38126106b915768c2fc4e21d9501ddf
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:6a708cf52c135bbb3892b27b0e02e093475939b9dc15d6d0871b9fcae8ae4f68
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:b2aa6a3bdf3bea5cab3336936e0543104207ef33f3c6e2295170c19dfbaf357a
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:e21fcc0f105b2ab5e774809acd496844dd045ed17a30e08aae901dc524981553
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:d671ab9ea01f4689faa2244ded5316c1a3ca512a3336eaaaaf750406b46039f3
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:29141f41f9f2605afd51c2717d50ac0ad99253b19c8d365382691725daea927d
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:4935b903d78cda0c28e84709ab8cb97973854f8e5bfd987d521519cacecf6b8f
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:1522ecd3a5a1b68d0a074c422df32eefc712e0addca7423ef5da12c164c52e61
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:7819e2c7dd4cbf824266fdc2a720191568f9adc13eb1bd9b09aecf5716a47c38
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:48d482be1a31f9cd4542c693f87008f673ad95c7cf19ec56d13299342ce95848
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:0a3e090db50ac98607bfd9458f89601c2b1212acbef511a1651553e58a45b6cb
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:72a45afac3b6663c6c2ebaeeee880a054c5ca82488ecfb26d416c4f290081db2
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:7e180c1293044c0ba1dde2483888cd4826df6307011adf4112bf6349cf644228
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:eb09996cb7e13a3ef8d87769b2d1bc887d4be0dd80fe248a264c59cfa30be75b
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:2d91e4e0068d1ff79c89024dc51756a8ba0fbff4a72d6d947435074bc1e1ceb3
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:ab4bfcfc7df51f6315201cf65577d1b4e5240bc805890fa45aeb453020ce9477
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:5b2cf0771b512b5ddd4c0aff1bdab48a0a21ece2cab7261dc1dbd5b49cc14e02
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:a2ae83d5e678adebe0cda19f1f5ccef68b4e70b63ccabc8d7d3facda96bab482
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:7b798e0b1a890ccc9c279e92a7822c3f8c47e0b63d8b57f9e604392214ce2f71
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:6a9040b64cb0bc8dd81c4a393d1d70a15cdd714bdd2394f65bcf35fc406b0ec9
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:9a24d0d4448478c6b1d09c4fe69409e1e779b90a8ef7acd39a918b6320131b27
|
|
|
snapshot-master
Expired
|
17.4 MB |
sha256:36f4817ab3fca144cc7afac8cdafa060c4bc5e4efdd1d3cbce4d30564e9281bb
|
|