Docker Build #838
Annotations
2 errors and 38 warnings
|
alpine3.22 - linux/arm/v6
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; \t\tapk add --no-cache --virtual .ruby-builddeps \t\tautoconf \t\tbzip2 \t\tbzip2-dev \t\tca-certificates \t\tcoreutils \t\tdpkg-dev dpkg \t\tg++ \t\tgcc \t\tgit \t\tgdbm-dev \t\tglib-dev \t\tgmp-dev \t\tlibc-dev \t\tlibffi-dev \t\tlibxml2-dev \t\tlibxslt-dev \t\tlinux-headers \t\tmake \t\tncurses-dev \t\topenssl \t\topenssl-dev \t\tpatch \t\tprocps \t\tyaml-dev \t\tzlib-dev \t\truby \t\ttar \t\txz \t\tyaml-dev \t\tzlib-dev \t; \t\trustArch=; \tapkArch=\"$(apk --print-arch)\"; \tcase \"$apkArch\" in \t\t'x86_64') rustArch='x86_64-unknown-linux-musl'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.27.1/x86_64-unknown-linux-musl/rustup-init'; rustupSha256='1455d1df3825c5f24ba06d9dd1c7052908272a2cae9aa749ea49d67acbe22b47' ;; \t\t'aarch64') rustArch='aarch64-unknown-linux-musl'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.27.1/aarch64-unknown-linux-musl/rustup-init'; rustupSha256='7087ada906cd27a00c8e0323401a46804a03a742bd07811da6dead016617cc64' ;; \tesac; \t\tif [ -n \"$rustArch\" ]; then \t\tmkdir -p /tmp/rust; \t\t\t\twget -O /tmp/rust/rustup-init \"$rustupUrl\"; \t\techo \"$rustupSha256 */tmp/rust/rustup-init\" | sha256sum --check --strict; \t\tchmod +x /tmp/rust/rustup-init; \t\t\t\texport RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \t\texport PATH=\"$CARGO_HOME/bin:$PATH\"; \t\t/tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host \"$rustArch\"; \t\t\t\trustc --version; \t\tcargo --version; \tfi; \t\techo \"$RUBY_DOWNLOAD_SHA256 *ruby.tar.xz\" | sha256sum --check --strict; \t\tmkdir -p /usr/src/ruby; \ttar -xJf ruby.tar.xz -C /usr/src/ruby --strip-components=1; \t\tcd /usr/src/ruby; \t\twget -O 'thread-stack-fix.patch' 'https://raw.githubusercontent.com/docker-ruby-nightly/ruby/master/thread-stack-fix.patch'; \techo '3ab628a51d92fdf0d2b5835e93564857aea73e0c1de00313864a94a6255cb645 *thread-stack-fix.patch' | sha256sum --check --strict; \tpatch -p1 -i thread-stack-fix.patch; \trm thread-stack-fix.patch; \t\tautoconf; \tgnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; \t./configure \t\tcppflags=\"-DRUBY_DEBUG=1\" \t\t--build=\"$gnuArch\" \t\t--disable-install-doc \t\t--enable-shared \t\t${rustArch:+--enable-yjit} \t; \tmake -j \"$(nproc)\"; \tmake install; \t\trm -rf /tmp/rust; \trunDeps=\"$( \t\tscanelf --needed --nobanner --format '%n#p' --recursive /usr/local \t\t\t| tr ',' '\\n' \t\t\t| sort -u \t\t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t)\"; \tapk add --no-network --virtual .ruby-rundeps $runDeps; \tapk del --no-network .ruby-builddeps; \t\tcd /; \trm -r /usr/src/ruby; \tif \t\tapk --no-network list --installed \t\t\t| grep -v '^[.]ruby-' \t\t\t| grep -i ruby \t; then \t\texit 1; \tfi; \t[ \"$(command -v ruby)\" = '/usr/local/bin/ruby' ]; \truby --version; \tgem --version; \tbundle --version" did not complete successfully: exit code: 2
|
|
alpine3.23 - linux/arm/v6
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; \t\tapk add --no-cache --virtual .ruby-builddeps \t\tautoconf \t\tbzip2 \t\tbzip2-dev \t\tca-certificates \t\tcoreutils \t\tdpkg-dev dpkg \t\tg++ \t\tgcc \t\tgit \t\tgdbm-dev \t\tglib-dev \t\tgmp-dev \t\tlibc-dev \t\tlibffi-dev \t\tlibxml2-dev \t\tlibxslt-dev \t\tlinux-headers \t\tmake \t\tncurses-dev \t\topenssl \t\topenssl-dev \t\tpatch \t\tprocps \t\tyaml-dev \t\tzlib-dev \t\truby \t\ttar \t\txz \t\tyaml-dev \t\tzlib-dev \t; \t\trustArch=; \tapkArch=\"$(apk --print-arch)\"; \tcase \"$apkArch\" in \t\t'x86_64') rustArch='x86_64-unknown-linux-musl'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.27.1/x86_64-unknown-linux-musl/rustup-init'; rustupSha256='1455d1df3825c5f24ba06d9dd1c7052908272a2cae9aa749ea49d67acbe22b47' ;; \t\t'aarch64') rustArch='aarch64-unknown-linux-musl'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.27.1/aarch64-unknown-linux-musl/rustup-init'; rustupSha256='7087ada906cd27a00c8e0323401a46804a03a742bd07811da6dead016617cc64' ;; \tesac; \t\tif [ -n \"$rustArch\" ]; then \t\tmkdir -p /tmp/rust; \t\t\t\twget -O /tmp/rust/rustup-init \"$rustupUrl\"; \t\techo \"$rustupSha256 */tmp/rust/rustup-init\" | sha256sum --check --strict; \t\tchmod +x /tmp/rust/rustup-init; \t\t\t\texport RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \t\texport PATH=\"$CARGO_HOME/bin:$PATH\"; \t\t/tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host \"$rustArch\"; \t\t\t\trustc --version; \t\tcargo --version; \tfi; \t\techo \"$RUBY_DOWNLOAD_SHA256 *ruby.tar.xz\" | sha256sum --check --strict; \t\tmkdir -p /usr/src/ruby; \ttar -xJf ruby.tar.xz -C /usr/src/ruby --strip-components=1; \t\tcd /usr/src/ruby; \t\twget -O 'thread-stack-fix.patch' 'https://raw.githubusercontent.com/docker-ruby-nightly/ruby/master/thread-stack-fix.patch'; \techo '3ab628a51d92fdf0d2b5835e93564857aea73e0c1de00313864a94a6255cb645 *thread-stack-fix.patch' | sha256sum --check --strict; \tpatch -p1 -i thread-stack-fix.patch; \trm thread-stack-fix.patch; \t\tautoconf; \tgnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; \t./configure \t\tcppflags=\"-DRUBY_DEBUG=1\" \t\t--build=\"$gnuArch\" \t\t--disable-install-doc \t\t--enable-shared \t\t${rustArch:+--enable-yjit} \t; \tmake -j \"$(nproc)\"; \tmake install; \t\trm -rf /tmp/rust; \trunDeps=\"$( \t\tscanelf --needed --nobanner --format '%n#p' --recursive /usr/local \t\t\t| tr ',' '\\n' \t\t\t| sort -u \t\t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t)\"; \tapk add --no-network --virtual .ruby-rundeps $runDeps; \tapk del --no-network .ruby-builddeps; \t\tcd /; \trm -r /usr/src/ruby; \tif \t\tapk --no-network list --installed \t\t\t| grep -v '^[.]ruby-' \t\t\t| grep -i ruby \t; then \t\texit 1; \tfi; \t[ \"$(command -v ruby)\" = '/usr/local/bin/ruby' ]; \truby --version; \tgem --version; \tbundle --version" did not complete successfully: exit code: 2
|
|
bookworm - linux/386
Failed to restore:
|
|
trixie - linux/amd64
Failed to restore:
|
|
trixie - linux/386
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
trixie - linux/riscv64
Failed to restore:
|
|
alpine3.23 - 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.22 - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:4fe4e790289542a813bd52beeb68834f2b91660be21577d8fd355d461df8a559
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:a89a0e43f6b1bfe37146ba2e3ebccfa9f844c955fe19c6b2147a0db90842b3bd
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:37d18113874dfc033ebf749839b0119ab9addf44acc4e623d2d56919c2d6a60f
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:3904547738819a37b153b4b63f2d8ddb031dab587ba9980bd482cddd0ffe47fc
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:45897d48a070d5dbfaad14b5a84bf54b6969ed2680415bd92cd77da752fc707e
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:5b266089940bfa6708d54f4119362b2912c682b7c4a331ca3d974d4c89925e1a
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:83b7258a830aa757e0cf0386e0761d149ee9b2bb951e32f3af23d3f79b8b74af
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:56fab992ee979196f34ef72c489066795d96685622ae144a3ede2f08ca2d4ff8
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:035e7662c7ff97c7828a2b82398e6d436807052ded093b62e152f7a9ab971ea2
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:758c4b3e8462bcd0ab224cd47c454224db91dfa841d4519b49d77df67a1acc87
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:78de14bb4ca789c7a81a79d4b88fa29896d3c80fb709896f16a38e9a5e13d33f
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:d5eb71c817dac1549f69753be9a3b2945741757ed68a87f2f2a44c4e4bf294da
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:9260443b6faddc548dd193127188e346090fa26efe9bdd5cdb5a907db77fccb1
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:35f64335bc82bf7cb4b115dd56ab74f52864a7f7042444319312ac061ef7b503
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:d8c1c65e4d94e9ec10d3d2db2d0c98f6e151a0d95f6068ca7d174ce1924eb372
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:9fb5d20d18a45b46e9f379f941a96e087414b6980c9288a0d25f17b6812af764
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:f14bac48249b092722b571a87c93e7fbbb3f52f6b3770a578d86121c99655d93
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:b52614a47f42c98445af7e07eb20884f7f3f50822f1636fd68d5b4e5ab052676
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:b6766fbb5f6f1363637b2f41adc918cc2084a89400a8e062a6813a1f6b7526eb
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:e3a2fc7a6fa762fa598c5792b9a68c5cfb4f341fe7b78843f2635417450ec3f1
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:d97306b4dda60181a0e939f2acee1500b1ff669eed90fc9bd4fb08dd05884cbf
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:0a109430b2f852d0a3f9bc64556dae60334537dd0395f80cda89bef5de0960fa
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:11781963a818979224f801e1697800a4755274de3d2b4967c2ef024374a31036
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:7a3767df38e1e3714cfdca00bbcef4bcc9122943ad310320546f870691f25b82
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:6bfbac2c303125fb1c959387918bf2a62853a4883070db4e42263a8437366417
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:98e775a486799dfe1c82e86be754bbb92de3f1523b3cbe5685d0b13865f90bfc
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:417f20bb5bbfcc3e3ed4a2795f274de788067f8a4d567d0eef1db9aede9f7c2c
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:312b60e190af41648cd0b40bcb760d4c13b1c7c5a24a567c76f34f847f3f1250
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:5ed695def604ae9b4ece47a14784ef85e7cd163673b9293bb79ad23aac59d42b
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:9742a4f3a9353d84ea3183f170c62e00ae2f6d3278f200742a8f5a8b8aec3141
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:96de34fba4cd0f5a1f61183a98ee38bca610a50a3480406b41f684d8c4eb6f40
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:1e61e2409c2612ad73986d690f71edcf66f7529fd10cbb6d73ec7827286697f8
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:80d447da3a4e767b4118b995c42a685fc4353705e31b60b885ada052b01194be
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:53d0dda17636754c38589c2035879deb9f5ef1f5eee5b92bb053a72bd06e0686
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:a4579f8feb3a85dfea98affca22a959e1da584311220513366258a0b7fc404c6
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:e747eb761b287da59cef2c5fa021ca259d2c92bf3179d817b893968ea7603f67
|
|
|
docker-ruby-nightly~ruby~1O8WLT.dockerbuild
|
104 KB |
sha256:ce985a2a9cb240277ae0bdd4d0aa00e22847890a95ef910d0d657084af1e7bea
|
|
|
docker-ruby-nightly~ruby~3A8CJW.dockerbuild
|
100 KB |
sha256:2a891986a4016fd7bcd48820061eb0b607617a6ef89a116d756c6b3357a3d59d
|
|
|
docker-ruby-nightly~ruby~4HIDYZ.dockerbuild
|
97.7 KB |
sha256:ec5a0405804f59c005cb437d28809690f17f715ad583121ea1c399831d864c03
|
|
|
docker-ruby-nightly~ruby~4P54UZ.dockerbuild
|
133 KB |
sha256:99bc80b771971dd4b60aa3b81d3ebef672e4a62b7f37e3fb8051dc2b59b64b96
|
|
|
docker-ruby-nightly~ruby~5BHR93.dockerbuild
|
109 KB |
sha256:d069670b5d0f342ab29a043608cd14f1de7b72e932b65d782b695761a78b61bb
|
|
|
docker-ruby-nightly~ruby~5EI88W.dockerbuild
|
101 KB |
sha256:0596354b461faceb0806e961c6081d80ef11076db65c68d1f8a00b04335c2ba2
|
|
|
docker-ruby-nightly~ruby~7FVOFY.dockerbuild
|
158 KB |
sha256:b7a2f48056515580fd95119cccaea45a0d5f530ac3fe1ea431384c07e905c649
|
|
|
docker-ruby-nightly~ruby~BOL7JZ.dockerbuild
|
133 KB |
sha256:21afe877e94a52a3779a5b1d25c1446b8a719cf5c5cf3d70847df4a2dc5ee10c
|
|
|
docker-ruby-nightly~ruby~D927R1.dockerbuild
|
99.2 KB |
sha256:20e3b9477732fe994a15fda85eb1232fb2a81b67b585d21fc26bbbd5b995805b
|
|
|
docker-ruby-nightly~ruby~GPU0NT.dockerbuild
|
101 KB |
sha256:df457fb4436e8db35d015b1bcd9211381b5a9ac3b932a6e9bf28e512aa7f75c9
|
|
|
docker-ruby-nightly~ruby~H6VZ8E.dockerbuild
|
103 KB |
sha256:fe9f902c31100114e57c78571859a6425f02789a3edb89c2b7eb015df09b771e
|
|
|
docker-ruby-nightly~ruby~I5LSB7.dockerbuild
|
101 KB |
sha256:6313035fdc23c362e553881be035e4d09b3f62a204c980ce806ddb284b078526
|
|
|
docker-ruby-nightly~ruby~JF678W.dockerbuild
|
122 KB |
sha256:37ffe0ce4425651fba4ac55126dfbb2156ad401ad6573f8fb08b34d384b2d2de
|
|
|
docker-ruby-nightly~ruby~KDVCRI.dockerbuild
|
102 KB |
sha256:2122ad5b5574b47c4e681a846859ff7413068d4416c1e44c1b40dcb129e265fa
|
|
|
docker-ruby-nightly~ruby~L0ABQB.dockerbuild
|
100 KB |
sha256:cb7a4ced76892fb5d9ce612422fa254ddc1789ca52eb41588fab35b52164dfac
|
|
|
docker-ruby-nightly~ruby~LF0T1U.dockerbuild
|
124 KB |
sha256:c40d3fb4bd9cd08d06f9322da035aeb065d620355025cefde4c0a5d6be15295c
|
|
|
docker-ruby-nightly~ruby~M5XJXN.dockerbuild
|
58.4 KB |
sha256:5e734ba57d2901644bc9fc1741be87197c2df1c7925d7046d89606d93f126892
|
|
|
docker-ruby-nightly~ruby~MEHQ3F.dockerbuild
|
97.1 KB |
sha256:07c6011e00568e1859c9f3af960377f93a90fdcc7dca73c035b8c54c03fd8bf6
|
|
|
docker-ruby-nightly~ruby~MMDUZJ.dockerbuild
|
115 KB |
sha256:35915a8795aba1a5b2d17ad5a59c241e59074d9f6b2c0fc0903f07d9ec5a6e0f
|
|
|
docker-ruby-nightly~ruby~MPVX6I.dockerbuild
|
99.7 KB |
sha256:f7f1e9618653d7b01d07e61a081cab6b4ef5105e974f318c4a9214c2810d834b
|
|
|
docker-ruby-nightly~ruby~NU2C5P.dockerbuild
|
131 KB |
sha256:a4d8519d255b013ec8f599b03c802bb1a7465185991f9484dfe034ca9d363915
|
|
|
docker-ruby-nightly~ruby~NYZE7X.dockerbuild
|
101 KB |
sha256:5cb70a47c9b84a3cb641712d05f93323bf7bde667fb6053adeebef2799c7da98
|
|
|
docker-ruby-nightly~ruby~ODGLYE.dockerbuild
|
102 KB |
sha256:5e74d3e7e7cef4fb267f4fce9fd7c0bf485ee4d3e9439c49b4b65267b32c9642
|
|
|
docker-ruby-nightly~ruby~PBNEWY.dockerbuild
|
152 KB |
sha256:8a1c2f676f0e8bfbb15584cbbe7f556080a784ea6d72fe89d401a823bff95c8b
|
|
|
docker-ruby-nightly~ruby~PPCVRO.dockerbuild
|
121 KB |
sha256:40c19b7440d40cb34ec174e0a001e78bf6e78266d5955a3a8237221708842dd8
|
|
|
docker-ruby-nightly~ruby~RZCEQK.dockerbuild
|
117 KB |
sha256:0ebb651140a1db7f3131eb7c13823b512a01006fc6aba0f4ad657ba8bc599897
|
|
|
docker-ruby-nightly~ruby~SG1FAV.dockerbuild
|
98.9 KB |
sha256:d6466259dab959af78926f21771ba379d7b43b26baa8bc832df4dfb2fdf3923b
|
|
|
docker-ruby-nightly~ruby~SHJYGF.dockerbuild
|
125 KB |
sha256:8a3efdee8ad3f9060541e7e33b1de17117107363e3e9fed9e384b73529c4d459
|
|
|
docker-ruby-nightly~ruby~TQA9KP.dockerbuild
|
124 KB |
sha256:b59254bf4a58f51391ffd059a543f4e25546f63367f54232d7854cc6b1af347f
|
|
|
docker-ruby-nightly~ruby~VIMGJ4.dockerbuild
|
101 KB |
sha256:a511e03ebb3e5f9a4b9a1d2dbda88b68ec8e2beaacda16ae62ec84a08e6d1d8c
|
|
|
docker-ruby-nightly~ruby~W2KW5L.dockerbuild
|
58.6 KB |
sha256:e6241bb5f9eed22c1849ad0aea21f34aa0152627f10dc69b6b94d3f85bafbfde
|
|
|
docker-ruby-nightly~ruby~W4GLEC.dockerbuild
|
135 KB |
sha256:863c4c49457d72d4e905513174b724fb5908b9f77571fe950ee1986210bb9764
|
|
|
docker-ruby-nightly~ruby~X5FF9L.dockerbuild
|
103 KB |
sha256:5fa9931c46396ee82dbb575351042e6a378eedf48ca377ba54e644d2d1f6c182
|
|
|
docker-ruby-nightly~ruby~X9TA2L.dockerbuild
|
101 KB |
sha256:799196e6c032e7b36d4297ae74e54f0417f0fec2753407c4679d89f50c1571d4
|
|
|
docker-ruby-nightly~ruby~YWJ01D.dockerbuild
|
100 KB |
sha256:9d63d56c02bc1171984bf270105b34e630c3efb9000ea22390408b504873de28
|
|
|
docker-ruby-nightly~ruby~YWNWIN.dockerbuild
|
122 KB |
sha256:468a10427d02cc464c40dbdfccf9917e45fc8b3895a60db654c23068a5bd26e1
|
|
|
docker-ruby-nightly~ruby~Z3O7S9.dockerbuild
|
114 KB |
sha256:b22159bbde15b0ffe3518ca7e55e81dee9aa7a5c22837978b18ad8b98b7f7670
|
|
|
docker-ruby-nightly~ruby~ZVVPOQ.dockerbuild
|
98.2 KB |
sha256:91a336768ae398911b68d775bc9c72a36928eaa6f86f4fb124df836f44d9d8bf
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:e1edc28319a4a9e5f407fcfcdee9c8899c5ea65df5f7a7f9df2ac9f9ac79ddb7
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:c918a135fa5d2932c9dd2662b3a5b37c6d703deb530dd3ab94a8e028230f0954
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:9f1ffed34688c65099c07e72c27a75330d70bbda9a7594beff4c599468094296
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:e0bd32e2ceb921fd2e62caf23c6b5b6cd52b0c3902fb109d5fb0aa3e3fd8cf05
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:7d95a7cb0bddec851c7f6b840c1709eaeaabeb526c6e7e31135daa3e1bc231d7
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:682ff40af7b259a70c9ae3b278d48c95d1ae3b49c01285c78e172c4ce97cf70f
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:fb7206707ddcaf2eb2a29001309e49947c184acd8dec195cf44efd90dbf14d1a
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:8cd38f4bc776752b2d3ea36634e1d69c411cba4fd123bc7073bd1084114e80b4
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:7753c4d77f01ec2ddda155215fa6437e523b20215cd028a1e756fcecf019eb5d
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:ab08b282a5c9d3e71ec5f271dba353d89e4b5c10b247518d9c941d7dff612611
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:80b2b55b3ab8d1056679280c34226f4e205303993aaf36947cd3964ba48ef689
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:7d57773ec4e8003ba4c01489d7357a30825a838d24abba8103dce11866044e92
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:304d5d5b1ad6879e256d142af31cd1c859316bcf0ff0166944f75ed4bc582c83
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:95f5f651f6c9db651b7f186a4a50eaefd13f2847c2a90424cb62bca50a27a9a1
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:219c60c877c446b2e6292e71f87f75d62605fa464b27fffaba7fece98668a8ee
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:d3202271b03b86ade8e512ee438a33ebfbc00d2553a6776ae2cc73ae458e1a56
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:eb150938656ad25637c601ea870d329ab88f2366d048d81ccaffafdfa6ffbd44
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:0e226461d1af696977d87ee8e2cbdddd2ab18e48de34f49837d31d12a08236f9
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:44390f106c78213a9c9ff3dd7da88b6e71695ef3d8b2ff5b41c86ef24745dec1
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:c8b9acb3a3dd4e036654810d47cab5b0220ed2756fa719b9b11c6e77641afb9e
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:9e42628ba20055fa15577646b7d72cd157fa885d0cc91ca3e3fee826b1246fa2
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:05dcfa8226e17dc2a77739c57803e9207b40bda7a1126d354d58aeca959f2152
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:8d4f9687bc83efa26e2d551b75d6cbd1c17f4d9baaba9e0bc47912713fa4e844
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:148dd2220f43a79d7a1af681e7a106a344150f557628ecc5226a8e955362c0f2
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:816b41a9fab101d315fec43e4e604a67fd83a2c21093281f5a21e7ac3e143e8c
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:806a706767fbdf606eab2dbcb589196cb57edff8908713da760e45865285bf82
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:546e2b992ef1b13561d10a3faf98b19d1b11216d74a689e2c7df3c39e9342c44
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:b0352c33cc6482e79ebd0ce4f59ea52bc0b196a0e7f0e6a9fc7ab8ca72870eb3
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:3b63b88229803e08c689b42f07dea1a506b4191d10177f049ab53c66c77edd1e
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:d688e0672b7f4d032a3e6f24c9e660efb71a56291136e70252ac00f17cafd4ba
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:de41242654ab80179a5b78137cb7272383bab7b16e4c797532a2e635275c1b1e
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:2f114d06d28e1608e83fdf5ec95a12f3e081168020f39d58b3b37b4a0c315483
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:5818ce3e309ab4bc2d729d8217499eb40344de381c1ad4bfc5953d8387383b89
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:dd3bc53fdb311c814744b0ff659b25da8b71a9815b14e01623fb088198cfec47
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:42a614e5fe5c6ef39a26e19efd9de85c4ba58d6e9d1be26949d9d455d94ede40
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:e8f7702aca8d735b60455df1f2b13a9a18e376aeb35d82c5c18c6196727bf44b
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:5473742a55137db40e46af96799ceed00195ae25ef92cc22c3175b175a042695
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:e23c61f6115299d615044a7e1ebcb441d1f81f74e77e7a525fa84d8bd5ded06b
|
|
|
snapshot-master
Expired
|
17.4 MB |
sha256:092a09cd72a963445b9928f67f21c061e1bc465e795681e17b72312150de3204
|
|