Docker Build #830
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/amd64
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
bookworm - linux/386
Failed to restore:
|
|
trixie - linux/386
Failed to restore:
|
|
slim-trixie - linux/386
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
bookworm - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
bookworm - linux/s390x
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
trixie - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
slim-trixie - linux/riscv64
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
bookworm - linux/mips64le
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:8feae95c9a14580b09c1ba1ec6f689e4c933814f97f9fc3e6ae148e78b475322
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:62b892238ed22134162b2be1eb022b74eb757020841280995032b11e0a655376
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:9baf38adb6e9b89e239f8c26f3012554cdb25923a2554bd191857e4b60292093
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:948c37c1187f07db73fcb66b1d4de6c19ae255d6ca26520d03bfc526174f6fe1
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:73f6a5462048bcd9ff37f29105f0bc93484c2c0f848bce977cbd1200cb1da26d
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:ee124871cc6d3eea838801c22dcd5d15be93ff97fd6616d57295d515c93439c9
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:28859b7f8f45d8b3d6ada60b59d79ab599169b368cb33d53413099a595b57af4
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:4f65d3c984b4a05fc6328d110e0a47c7b9bd4bb89e4435adcb93642261d29687
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:54a7b4b4157f3e6a202187169fdf8cdba644826db6635b299899b839b371e5ce
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:88201ca2defc3389d35b09cd163547443b8422e0602ed737287fdf5efc8f84ee
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:58622ea81b42c05d30d4d4786ed118267745eca0dee9392639590a145aeb9788
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:4e3b63b8f989a864b0daeab9f8533c5abfeafd3e90b5415422d22e2364bcb14e
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:3b70915988155909a85315650cd271532774fe6cdd03d685b56370b4fc452ed1
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:350ddb144f835101fd3a1809cba5166708040e999548cb22e9b73f58e96373d0
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:f6b06c4bc0e3e5186211a232ab8ad6b6a88da37b6d03d6374093af3de05708e0
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:491f481da3d26695987d1f978407158ed2adb9dcda47a7d03e39b0f116fc5bb6
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:a7754c879f82ba9ea2e1cbed095c9879d37f9b85f11b054ce438e84ed255bdf8
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:aba95939779093218605bedcc72111e7584716e16496be6212bc58805776ba95
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:b507f1293d76c02f3ba02d6681ff03457fa7bd1e690d65510ef503382b72c09b
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:8ff526232a16ff17f7542c4f5897a2126f459c91f8f3e98b6b5290928965455b
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:29ce8e0eed98ff4c18f8fe38b3d39f72666c7c8855d86406e04717ce70efa918
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:a0085827da09cfe7cfe42a43d954362cb75c25e7c53edefda55142c19f5550df
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:6b826ec1dc2bf277595d14e0d6ca9c6bdaa1082a70d14c476cc08b937f010339
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:3b42481d17f943ab816816282e596e2e5e0d529e8ae13292965bf04eefa3c45b
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:2b9089b69b89abd299fc2ac016328a6fc866a7787744b7d565c20124128bedfb
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:18403d15866e30375f98299e8a0933856b048c3d89aba17bc6333f9c93c5c6e2
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:d9ef04a9d508a57b5f6fed83db7d56ff52b98285f48c36047b3bf0051bf1f475
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:b1d8752552c17a94ad918244566596569c312f36bb0f4e1142d4d19f22a1d95c
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:f080ce18f6f61dbdccf27e01c238051016b7b7ba436ec197074bdb1b7db41ad1
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:059f19d08c79f9c6238f643e97c13ea9b48d8922be5c76ba3dc1ad4c9e384471
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:162c9e5d57405b3dd6317438230c267ccf93d86b83fafb2c03f9198da878735d
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:c7e99214741d00904041c12abf41a24929129323f90171901c9ce739c3e0e0d0
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:abf24775f7f63f56a3fceb15bfa69ce3cc8a8e76469b1d3d13a76628f2b1a82a
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:1469ae93e0859810a8e33e2d1b66e2182e331a1fa040fbe8086ebbbdcd78800c
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:80fd57eaa2df2b4f3aac67897146ccac86207edc658d0a96fdaf68b28130f737
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:3f62c9eef06725a74bea57f578cf0b80dc89e56ffa06c0e5b50502660a005020
|
|
|
docker-ruby-nightly~ruby~2HZEEN.dockerbuild
|
125 KB |
sha256:82284d1e9226e1a92d63c80ccbe211ee0186ffa2b428222259926ca5c6a27cff
|
|
|
docker-ruby-nightly~ruby~3I8NQ5.dockerbuild
|
104 KB |
sha256:19e3b34a7d234be42ffd177f04986457be6dde440a7ec303ece998134cd787d6
|
|
|
docker-ruby-nightly~ruby~4BUQP8.dockerbuild
|
121 KB |
sha256:26cc211f851895a5eb3bbee0528ceb6ac8911fe6b80fc4d27764687fd6b62df1
|
|
|
docker-ruby-nightly~ruby~57E3WR.dockerbuild
|
102 KB |
sha256:20e9d7e51c992849c30bbbc82dc4bab1198ed51c29b0a35e1bf663f8c56728a4
|
|
|
docker-ruby-nightly~ruby~5GV6V7.dockerbuild
|
133 KB |
sha256:d7b356d4f88eb5960ea6b83cd307badc4be40d8be9de44bc189a50d4cd7e0fcc
|
|
|
docker-ruby-nightly~ruby~5O5M4N.dockerbuild
|
127 KB |
sha256:7fbb249994d4da41e61089ad2d5e4bf633a3ccbbfb557fa5b783423730b37d32
|
|
|
docker-ruby-nightly~ruby~7IE62S.dockerbuild
|
101 KB |
sha256:4bc6bc309276e0e1d5093ff1b00d8171199f43d56bc51c5180e5af4f912de25b
|
|
|
docker-ruby-nightly~ruby~8W9663.dockerbuild
|
103 KB |
sha256:52fa53169d1705dc28cd2f61feeef1bf2b01968659b89ac8073ae94190f571b6
|
|
|
docker-ruby-nightly~ruby~C20RE3.dockerbuild
|
103 KB |
sha256:99d5402033658d3348df7517e0a9a632da2f46d9e1573180d1c57b96b5ab6995
|
|
|
docker-ruby-nightly~ruby~C9X0CQ.dockerbuild
|
97.8 KB |
sha256:4c34b8980477e411289d22bf36972472749843e833e36ed77bca3c079955174e
|
|
|
docker-ruby-nightly~ruby~DOGZV2.dockerbuild
|
104 KB |
sha256:ba2ea0d2589b00afad5cfe220b32aba0e71f60c0c291ed1f4427d66b0ca98740
|
|
|
docker-ruby-nightly~ruby~GI8TEZ.dockerbuild
|
122 KB |
sha256:88e2115f9c2f93773f4d1ef2e151795c9cdbacce8821ee4066da9e7fba5248f2
|
|
|
docker-ruby-nightly~ruby~GZTYWI.dockerbuild
|
101 KB |
sha256:8564b296f73e4946a4a0245fdc1496eca15f4ce242e0aafe370f07070be36e7c
|
|
|
docker-ruby-nightly~ruby~H1W5TN.dockerbuild
|
119 KB |
sha256:9e2e9d6d3fca4020c67882ca15f112bf3eb17a3d324e8f5de417fb63ea303bac
|
|
|
docker-ruby-nightly~ruby~HI9I7V.dockerbuild
|
112 KB |
sha256:a35490a2c113def43bdac2112b70a705644f59dd26ed60d6d253d2b1a27efef5
|
|
|
docker-ruby-nightly~ruby~I6ICWB.dockerbuild
|
101 KB |
sha256:f3fe84d3aa278a7d8529c83e7fbc1fe546ca78e372d20fcf710a50626b96a75d
|
|
|
docker-ruby-nightly~ruby~IOS2GN.dockerbuild
|
160 KB |
sha256:0ce72c8f7d62666cbf0c6fc8058d44eb8a2c3c3d2824256cb12eccaad17924b3
|
|
|
docker-ruby-nightly~ruby~JNW8XH.dockerbuild
|
97.4 KB |
sha256:169b8caf53e1a6d86d23b953c6f2f63d406dbbe7d98eb159d8e1a9d71090445d
|
|
|
docker-ruby-nightly~ruby~JS76DK.dockerbuild
|
116 KB |
sha256:4b5394bce637c78d8225f70e89fdd9c60b6ab76d042074ae4c291de24b6211f1
|
|
|
docker-ruby-nightly~ruby~K6EUL9.dockerbuild
|
95.9 KB |
sha256:3787f7d44d996ed2e16c420fcab07b2c9349b8bdb8b7038de9cdfb4c73c555e9
|
|
|
docker-ruby-nightly~ruby~KSP91I.dockerbuild
|
97.8 KB |
sha256:277308640b69a918a769c3788d13157251cf95c095e0efe26b92c1616a4ec31a
|
|
|
docker-ruby-nightly~ruby~LEW9AH.dockerbuild
|
150 KB |
sha256:44876c88f5703942dd366b260b1de3c298b6209ead5768eaca874ec9930a9bef
|
|
|
docker-ruby-nightly~ruby~LS0YPP.dockerbuild
|
103 KB |
sha256:1faa97329caee2048a8cd5503f60211fb366bedac51a4f26e59ae3b8d75d8154
|
|
|
docker-ruby-nightly~ruby~MT7ZDN.dockerbuild
|
98.3 KB |
sha256:10b65fb0857c458b35f46a20b1e26019fa9fbd8195fe83251fbb13241ce088fe
|
|
|
docker-ruby-nightly~ruby~NJR2ZV.dockerbuild
|
102 KB |
sha256:030c77d0fd87d2c3fc781fa0de93f010e1d3a7e8b7dcd0f996795e1589cf7e35
|
|
|
docker-ruby-nightly~ruby~NP6L04.dockerbuild
|
124 KB |
sha256:a5c19d65a37a3b491c13223dc1fc970ff9713fda25a8339769ccd97a8e43e7b6
|
|
|
docker-ruby-nightly~ruby~OVW50H.dockerbuild
|
99.3 KB |
sha256:d1d36098cc4ca27d390db9ef8b7009214ddab3835aee2b0ebd37c8af25892319
|
|
|
docker-ruby-nightly~ruby~PBM3YL.dockerbuild
|
122 KB |
sha256:596b8a819fa7ce0e3b7c6d1c528efea35d675a1d7211a4ecf014c25035aa6d8a
|
|
|
docker-ruby-nightly~ruby~PYWMI7.dockerbuild
|
56.9 KB |
sha256:e9bab9d3a84440bcc2192e3214919ffe0bb1de993339bb6efeb0ef237d9c9fdc
|
|
|
docker-ruby-nightly~ruby~Q9W77G.dockerbuild
|
102 KB |
sha256:569d0e6f04073366214824f729cb27357e65bb566e235d8707ca4fe1c4fea753
|
|
|
docker-ruby-nightly~ruby~QN0HLZ.dockerbuild
|
111 KB |
sha256:07c2d75718f6d10824aeb5529d1b474c6a818c554de00957f74f320b031f6e3b
|
|
|
docker-ruby-nightly~ruby~TSFP6Q.dockerbuild
|
102 KB |
sha256:69bfb11fcf03407ab807c4982cb5ab9494bb3bfc649c56c9e916259273a939ad
|
|
|
docker-ruby-nightly~ruby~V03A3X.dockerbuild
|
56.7 KB |
sha256:ec129e722abea09fe50c255e608a4fdf3ed6208ca97b6476efaad04945caf0b1
|
|
|
docker-ruby-nightly~ruby~V3RDVX.dockerbuild
|
137 KB |
sha256:0554fbf49e4f8bf4f3ccd9cbcd2f5c55015d8d14d5417795e68794cd40cff65e
|
|
|
docker-ruby-nightly~ruby~VHL04A.dockerbuild
|
102 KB |
sha256:fe637c3f676cc46f338929f441004d375df54ee6a6c7bb2ddc01d1c63d7174f9
|
|
|
docker-ruby-nightly~ruby~YSC2E3.dockerbuild
|
125 KB |
sha256:d580245b17457986dabb81cb54e2283e2406cf762c325ac09b17191439f956eb
|
|
|
docker-ruby-nightly~ruby~Z4UK3O.dockerbuild
|
99.4 KB |
sha256:c1bc4174d8d56c16692055a56df97902ccd397b5f363ba96b76b29fb7020629a
|
|
|
docker-ruby-nightly~ruby~ZU5TA3.dockerbuild
|
135 KB |
sha256:bb1c0320907356135f28a771f29cfab4812900b34c7b89fe89870cc4a644fd74
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:c61bfb2ba4f8353caf766ffec530e56bb3dd1bd24d070946616f865dd3fad750
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:b04ad8dc739c952d46b7d93e534c74c2428182112adac36e8212b736e5c02057
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:5ee34a3fc23b2745d84414e853a08f09f7f34e69a988747e9e810a6f33789506
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:fb515679ebcc08d748df3e0179c66085ee63dbe51526caba9286efa97ca88090
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:afbd65fb8c0f51753f32578af6eaa8e588b10f13661cbe9416dd378466d57723
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:d98ff650003ad670d70f2e4f219404dee6517a2e07bdf94d36f2a1cb277a62f8
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:bd1ebe8a091e61002bf24dca4fe424eba795dbd6b18e1e1c4e070d5d0e9c4dfd
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:7d9771ca5c52082c67be7893b66704da3c13696ea37f8f815ca5c6aa535153ba
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:1b3902c66fe7bc8f636880e05069b87047aedc657b22c9afe21704bbaceee08d
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:c151b080097085648d3fa7b0b674db779a84f6fa7a21c75e9e3fe5e6b7ecd9bd
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:4199d6e8814c9199c5fef2a9af64da2f38e3fee9bc88eced78125e759d50c1f4
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:0b50c0379c5ef98bd5e13bd1d54572a53261513d83fb9306b19732a6d17cbba8
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:7e5a3ecf08711204d4a138fb56a1754239ce4f6c4546325de76a88c0f0b77311
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:19e0d932f3b7fa59aadd1e47d30dd21aba97a947f4439f40dd75385c7c2c3aea
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:3ff993a57f9d536f58d14a5becf72e2bf00803fa174259cee91f72676c7c413a
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:e91e97a4249c2f298347c18bd2419be428ae27bf8d76c3cfcaee99bad13f8547
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:158052a274866c89f82598c95bff0741d0782c823d1933265058cd1af856b730
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:09a2fe634cb42c9fa3e14d9712db6b798940cfddf2795c7e3614838aaa5e1492
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:03c8dbdc357ad1a42d38838af9114cc58ecc0152e1be54db261706597bff802a
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:041d67ca9f5b80b5630e45676582c2ee747464495193a3e73cfb879cc024c384
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:558fb97909fa542faeaca1a9f072b2b53056deb4556eba759b3b079dda2e0b1e
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:0ba81dd942c4bf4633ea3b2a086cd32c70ad349820d6ebb5fdd06a62e6ddd714
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:a295c2fc13604d1849af968f653001d2c84a4c7ffab440aa45fddb7802d46efe
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:ec86d08584d8cae2170d04bd30f45e2628358baee104decbf0462e98fab7ea29
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:29eec1b1a39b013be1e7751784fb6836565fa0bb561f09ab8d53eadbedbe0c28
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:074e24bf831ca3da821a6d5420a7a4e72e44461ac0cb2e87eeaa403e306a9c11
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:baa1f82ffaae2bf40979bd86077484096dd9a1ce5a325755625cb7f27602d823
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:25f0ef9eace0fd7432fbeeb2eac7f4bb97e0c6ad8e8bad7fc034c12c3a76d20c
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:d3dced05ff53c2ecce7fcceb8f71d6637e75105dc7a20de6f578983c23af3ae7
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:c936a308bc1aed419923e41e8d007177d1318e3def4dd8b7203cb7083bb14bd7
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:6c383d2e35db6f578f4fc9bc2cfa131b692045d06a72e283c201982643856333
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:b2c9967b6c67271073bc336082a715b925127e173731d19e1b87adde19c0e763
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:7d6e2a6507ba55ee0983ccb39fec453d2e5c5431894f84d6a6b248fab3798d95
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:20e400fbd1d4722745d83865fac12a19369b3427b340c2b620c62c083e015dd3
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:f4e3bcf47aa6a79397f4ba38f4eaf613b746b6a2da5d3df287e64867f185c61f
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:35c1274790d1db1b75b4096fea78a2beaecf4b8fdcdf1e54f59015a357d45256
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:8ed06e3037aabe2885ea0c0440d765a0007d2a4c4fb7f93144e9541120e1aa2d
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:45f233755b9e38db41f762e9fc519aaa6d8332c2c1f97394a263d3cb329fb8b9
|
|
|
snapshot-master
Expired
|
17.4 MB |
sha256:8d64186846c8f8944f58d939b8b766ba7772fe31ef48ce3b69a230042396d6e0
|
|