Skip to content

Docker Build

Docker Build #816

Triggered via schedule April 14, 2026 20:41
Status Failure
Total duration 2h 4m 56s
Artifacts 113

nightly.yml

on: schedule
Set up matrix
1m 8s
Set up matrix
Matrix: build
Matrix: merge
release
9s
release
Fit to window
Zoom out
Zoom in

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
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:
alpine3.22 - linux/amd64
Failed to restore:
alpine3.23 - linux/arm/v6
Failed to restore:
alpine3.22 - linux/arm/v6
Failed to restore:
bookworm - linux/s390x
Failed to restore:
alpine3.23 - linux/ppc64le
Failed to restore:
alpine3.22 - linux/s390x
Failed to restore:
bookworm - linux/mips64le
Failed to restore:
slim-bookworm - linux/s390x
Failed to restore:
trixie - linux/s390x
Failed to restore:
alpine3.23 - linux/amd64
Failed to restore:
alpine3.22 - linux/386
Failed to restore:
bookworm - linux/amd64
Failed to restore:
slim-trixie - linux/386
Failed to restore:
slim-trixie - linux/ppc64le
Failed to restore:
slim-trixie - linux/s390x
Failed to restore:
slim-bookworm - linux/ppc64le
Failed to restore:
bookworm - linux/arm64/v8
Failed to restore:
alpine3.23 - linux/arm64/v8
Failed to restore:
alpine3.23 - linux/386
Failed to restore:
slim-bookworm - linux/arm64/v8
Failed to restore:
slim-bookworm - linux/386
Failed to restore:
trixie - linux/arm64/v8
Failed to restore:
slim-bookworm - linux/mips64le
Failed to restore:
slim-trixie - linux/arm64/v8
Failed to restore:
alpine3.23 - linux/riscv64
Failed to restore:
bookworm - linux/ppc64le
Failed to restore:
trixie - linux/riscv64
Failed to restore:
slim-trixie - linux/riscv64
Failed to restore:
alpine3.22 - linux/arm64/v8
Failed to restore:
alpine3.22 - linux/ppc64le
Failed to restore:
alpine3.23 - linux/s390x
Failed to restore:
trixie - linux/ppc64le
Failed to restore:
alpine3.22 - linux/riscv64
Failed to restore:

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:6ca2e29615f5b40e1285b83b9d2f8c417675cc0c022585410f848a28f79ba998
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:e28a11cee0bc5dcff8405d006b8967b14b6881011b5a118a05638d935ba9dd3e
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:939c95b0fe473bcaeb86f0b4ea55e607930db403a8e9f07fc50b51f8904a9875
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:18b0bfd0eeed9b62b820cedbab76333abac819de8bd292e4829d25c3e7631a4b
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:5a856f80af5f54fc56234f9f143c6a39dade6148f1bbc631b863604304e2b2fa
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:a4c92bbc9963aec5911369e4262b082de463e39f2ea1885a423d21df8ab5149f
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:4776828239e8fb78dde086b5745ab9950c74332849d2db75f2ec04280a6b6d1e
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:3d9d68df3246e21bb211df477a1ced51567b9803fff790a86f1c3be099b04406
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:d2e3251e547b5a1f9503dec2697be41f6112c1c23fe9c894bec73408108933cc
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:c543de3f5e235534ec14b666133bdc874d6d4aca3e78ba6bfccdb8b2d187b3c2
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:31ec5a23f3842357ecfc7cda377509341ba09b2e3bceedcc223e4188b9a9b68b
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:a92d4feb549bb545ee61d47ab55b98fd752d90c7e081c03a1ffdf35a7e818529
digests-bookworm-linux-386 Expired
244 Bytes
sha256:a7c74e07696f5c7fe8a2025597a98c91263d1b69e54623de10d6eb99a2048612
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:2d6fd15877f6a77c7df04ea1e6eac7eca3a4ff394bf4db0185559a91fa7412e7
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:3f262e4a1199bd8a164ef1b9370dd85915978419dfbf8d98eb6dbe9f072481bf
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:476324563b8171ed2d3bf8105532d246fc6e2b11df41634bcd7ae763aa86bcd3
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:efa0d0866e928b7cbb61de0aa3fadc83a31968df6c7fe7ca232b418f03de5a12
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:423226dd7ab02c8811063f6acef0e31d8be5e8ae9a68ae4d003347129f64d3f6
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:41b270180402b6f2df506040488f8ff927fe40f37c8bfe2793ac6b41dede47b9
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:d7523f811d9c2419c707b342671e2c793747156a369ae4fec9c7e07575bf1801
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:9d8afae69db166fd48e7fce8e6628128661b3b33c95554995aa7a89f602a9f8b
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:2566b36017e8aec67b38cb79e0a741d9120fc6d5a1fe1b1de46e668ce45b1db7
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:d87c6ca17e88b2f7e6257481402f3f250f1d7ecb2c22b6271c4e7d39a4d4b19d
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:383eb955efee7b30416434eb3439c1cbf6160aef89566bcc46fa303b5f6de6db
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:1f6b2e144c1ed055a7913553e57d276025945cf896f5cee446b8720f1b18f499
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:53690d6608227cf0130d67253d62d15f1b479237a117e31959f9333269a371f9
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:4b71072b79f3bc0c3c3f3e58b2dcada237b03415b4e1eee186f4f015aacfbef7
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:bb49a69f8d603d4b016f5ac585c58da1a2c06ba286dc6641375e4c9aaf430548
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:20bb85256ee7299e152e0888ef2a410dfc88fafd8ce1ac3c97df5cd58f7d9928
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:5a96acee65908a48b729f69d58768a865f73924c8e7da22422b8a6899d713b4c
digests-trixie-linux-386 Expired
244 Bytes
sha256:52c3b2f21d8926a8d72d4a38764b2c0758b17d588009d96d5ada902649c98d5c
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:3dab58ef7bf64a7d089f3cec80714b8732f4fd2efc3275562ceedce3e24cf61a
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:fbea0f1742edbfef650662a329c086f977026149dcb10a840273af48ca633ded
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:d0a1a21e8b6985888bc938e0857126194b694b7d55905489ec66ea0bf385defe
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:4c17c2d9ff4c1531cb908183714306ce2ebbdf09b4ab789caa7bea4d23b8000e
digests-trixie-linux-s390x Expired
244 Bytes
sha256:0f16737997c400ead96c31e517c4b7d8558d0fd64f0e042ecab3dd30a0fee2dd
docker-ruby-nightly~ruby~0DSA1E.dockerbuild
122 KB
sha256:2fc253a849781b1668cc7c2187debaecf44f079e3eaf7ccc313af611302dcb55
docker-ruby-nightly~ruby~2HRQP2.dockerbuild
98.3 KB
sha256:46398eb2731c6a60ee50f7b2a2b37742a9b19652d9cef5a3095f3edbc1c8f47b
docker-ruby-nightly~ruby~2NDM1A.dockerbuild
103 KB
sha256:2be035bc198199a0feee42b4cf6cb367d351c264a04d34dbc25e1313771bb6e8
docker-ruby-nightly~ruby~3W6LC6.dockerbuild
102 KB
sha256:8a18ecf7706cad16e4a1223cb2b431ba5e0d5827471bcc90706b1b919bb9847f
docker-ruby-nightly~ruby~4SBLW1.dockerbuild
103 KB
sha256:0d05fa6bb99bf1e9507e3ce4f39d0fa49258691212067092e9b4c80d115a271e
docker-ruby-nightly~ruby~66P3SL.dockerbuild
101 KB
sha256:c0567bf2651dd132b6a02d7de1f4f476cfed7d9e5870b254002b3b9270932a15
docker-ruby-nightly~ruby~7RK5Y9.dockerbuild
99 KB
sha256:be9e4480b34c62d6fddf2421087f2dc1ed7ba0d7652a41b886d818af5553b038
docker-ruby-nightly~ruby~8TGM74.dockerbuild
119 KB
sha256:94610a8e2a7a3f3e6e4ba668776eef651219033adc97dbadbeebf238f6531f39
docker-ruby-nightly~ruby~8YJ2ZK.dockerbuild
97.8 KB
sha256:d85f38f81123b996c0d59ef20c59719c0c20a173462428e6d26a3df56f84c8e3
docker-ruby-nightly~ruby~A6YYJN.dockerbuild
121 KB
sha256:cf51f3270d3f4dc74b07227fca550972222e0795fbbf46ac8c899d4ce0f3c049
docker-ruby-nightly~ruby~DZKWLB.dockerbuild
155 KB
sha256:fd0dccfcceb4a6c33cab8f2ca6074eb997d11a64fc031dabb07c933e88e8cfb4
docker-ruby-nightly~ruby~ETXFTM.dockerbuild
101 KB
sha256:7660e359dba79a64bd5090818341ef79882796926afc2ad8d3265485267307be
docker-ruby-nightly~ruby~F5OOZP.dockerbuild
99.7 KB
sha256:f18ec1ddd8c87fea2a3d6bd2214e45484265439fcc93160dcca62d070c7c8ee8
docker-ruby-nightly~ruby~FLS0KQ.dockerbuild
126 KB
sha256:bb7037da1e4f9b5b0c7008c2c6dc3acade761d2bcc211698d6c5f35b06217026
docker-ruby-nightly~ruby~FXYYBW.dockerbuild
155 KB
sha256:5db8a8361aa29c165e1ce0dd615ea7689214e56ff3f2d6c1da8fda129021ae94
docker-ruby-nightly~ruby~HA3U6T.dockerbuild
103 KB
sha256:a030d156515c31ef69b14802db8a0d4c9e166c0c6699cd7c5dbcfa69dc8cfdf1
docker-ruby-nightly~ruby~HGHRS4.dockerbuild
122 KB
sha256:6a5755018c6e6305a6b7340903310c2095533db73ca07979412a490986b9c28d
docker-ruby-nightly~ruby~IADM57.dockerbuild
99.6 KB
sha256:d009fecfd1f4374a0ba7da2faa249fffa36906d293f09ddea500dfb98e50ca27
docker-ruby-nightly~ruby~JXNDGZ.dockerbuild
116 KB
sha256:7adc5ca8ebd2e254bdfd962ba2b01b0ac963abc2dd22cbd89b9831f66bbc4634
docker-ruby-nightly~ruby~KQCUXA.dockerbuild
58 KB
sha256:16be5079778710e4cbf3944eb2bb494a67b5cf3e8680bfb5f633cc6ca18b2886
docker-ruby-nightly~ruby~KX25C8.dockerbuild
113 KB
sha256:a6054544f05ae450efe41b8a749ee82a03f46e113b65d8cf83630745545b1224
docker-ruby-nightly~ruby~LA94RV.dockerbuild
137 KB
sha256:0ba38b12b58e4a6250340d2db316504a4661f123c2eaf44b3ec32078d5c684f5
docker-ruby-nightly~ruby~MB9HFU.dockerbuild
57.6 KB
sha256:252eeaebd38383824fb408f0eb749352765226516acdd457909a4f6d8f944c9a
docker-ruby-nightly~ruby~MHP15T.dockerbuild
103 KB
sha256:1be4e403392709657471a61dc4b1b6163bca9a9dcf513172443637bd9810e179
docker-ruby-nightly~ruby~NEUL8O.dockerbuild
127 KB
sha256:de1edceb8436d27d1e28fb2112522e68b7e23c1503c4f4134706a7cf73472dff
docker-ruby-nightly~ruby~NGL4KK.dockerbuild
110 KB
sha256:2cc1a72c5e06bc0a1d539b2ea6b95e0c3752d98a73b2a8d641c9a03d11bf7910
docker-ruby-nightly~ruby~RDTZLO.dockerbuild
134 KB
sha256:04652e28a0657fddc5d3addd97f2131e8484ee96496d951878c417304fe60c5f
docker-ruby-nightly~ruby~SW71IX.dockerbuild
103 KB
sha256:f92c7d5b25792d361f7f56487f10813e0d4952446209e1422036f7c61a3a28d9
docker-ruby-nightly~ruby~TBWZJC.dockerbuild
102 KB
sha256:911bf95094d18a080f25ec7b66ac7f9e9bb43c7141440278cb82a3d00b14eee6
docker-ruby-nightly~ruby~UEVBAJ.dockerbuild
99.8 KB
sha256:0cdadf83f6ebfa3aff57f74b51e1e70bfed3da2d593fbefde98e9f4e8740a540
docker-ruby-nightly~ruby~UWFCSQ.dockerbuild
99.9 KB
sha256:0b73322cad1d39fb61db922f8f4bd3dcc2e9b25feffabf0e3ae03ba82e33d9c9
docker-ruby-nightly~ruby~VGW77J.dockerbuild
131 KB
sha256:ca4a54eae70138e23e22fb8f734d08f086618e07056a710ff8e78ca703043ed2
docker-ruby-nightly~ruby~W0IWZN.dockerbuild
97.4 KB
sha256:853db062c9e2517b92e8e5a569017be495b9e3c98d105ea7633fedf3aa865a7b
docker-ruby-nightly~ruby~WPPNEZ.dockerbuild
102 KB
sha256:73083de72b74b3fe243964da07bca57c3708450abe09a049a5a70a3644da18bf
docker-ruby-nightly~ruby~XMDC5N.dockerbuild
124 KB
sha256:7a722f9e899868c007d09c16d532c23eb5ddccc2c5ffabc2dc0c60b569ebf05a
docker-ruby-nightly~ruby~XTY2A6.dockerbuild
98 KB
sha256:cf65a440a5a399a1062c2fb774ef2e5f33184fa076ff993afc9c58246f64934c
docker-ruby-nightly~ruby~YIZYAO.dockerbuild
130 KB
sha256:a19796091db3caa62a19e25d1eddda17bf7605cd22186990936f6e8ac978cfa4
docker-ruby-nightly~ruby~YZCOJG.dockerbuild
102 KB
sha256:6b9acf2021553a8029610ff9da45005cc36e2f6c46dd439f0cdc33d8cabe397e
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:e3ceae236757a6e47e6bb568fea049bbab66ae756ee00e71a86d82b6211e5359
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:8e4bc83b5603e4a952faebe6c018c7bbb62b97606d8eda2a04de3d81807c0fb1
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:ebb566f3a6cc8ee12ab42d3fad4f8345225ad3291a612af4fa1152412302209a
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:0e3562d555e206d29c76809c94d2e0f57b423c69e31ae155c0a9447ede1b9d82
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:5b670c5fd621360b0b640e78304448fc9240a5ce27cc240e5f88e9f7dd97fff1
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:8963fcb7a13f56e1df124f6061dc71f221fc5c482c7e16a75aa0258ac626e638
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:1bcd3539f40d597254d5502770d98ad4dfe8e88a0f73e184cc9bca2b5c604310
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:1e15a21af0b92370faa3265c1806077092f94b184b4e07c44488d37403866890
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:b0a0afaa8e8488ca3db3eeab57f86373f62f2078dc1ab73d5779aa51f92a77c5
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:fe729b5253352dabf4e0aeb21068d1d28d0716e98bb6c2dc8503ae3a6d7e0755
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:d0c12d2f5bf18a52d095e6b41e52093582928721616a3704fea9b681acd0aec0
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:4a3e8171336dea289e2f9060f4b073c6c7b142329993a9669b961c98b728497f
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:b2cf217d5f697ec7287c6ace7a9560ba82ac449d3fee60e9a04e33ddc801bc5d
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:4a8fbde3eddfc65e216f8eb9e276c1bacfbb7478f6df469fbcc1c2f9e49189b0
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:e5cc48c2c33e859210dcea23c96a8ba384bae763700d6b7e42306c883953c5ca
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:61e8282d9bd7baf16d9afadd413fc49e377a30702b08d8d9f8cbb70f3b1cce1b
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:2df1880e878e11edaef3541ef821cc626309e2e20c52733921ae3a4fc2776e7f
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:33c177fe07f303ab9fb32ab92630c4920a3deed0084bb8a24c358cfb268284c8
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:b19bd48bcd99aa031d7f803daeaf56538a57c96c8ecffb0274a9435cf35ad373
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:198d9f48266983dd9fc7b99943bcd4e1b39d0359753ad922a75d9e547f442b3e
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:957c13cedf3e64268a9fb6a288f68167fb644ad210144c55cb6294f646a69a88
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:6026120f168d1de97a3dbaec682a792f0e421a084ea518526a7779f0ac95241c
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:42f88297224540425f4783b0f63bc19ff8195b58b0e4faead877c07834c6496f
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:a953ed7614ccc848b1d7cbb2161c672444f42dce75361402c8fa4feb756d0b7e
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:634e5d559c3efa54b31c3b323a83a6d68499ddcfebbbeb529acd206f447a89ff
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:256163b79378f175faf23e24dccc85305d19fd102b22f27d48374f04e1ccd0aa
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:b63b6adc0636ed4129fd7b2fc90c5afd4e7b72bed2736d25f0c85d120fb632ad
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:5faea216e5ea0c37ee3b1a0ac04fef0b4017c68363a5d9731d1fe21a950abbc4
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:2a23a13a11dcb8a9854f3f149417ca0b0b2add461d0a32a4e09337d277d56859
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:375af4627e657d717e7c023757df624149b3a005f35254d9b9f191669845ec44
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:3e92a24e54b51e3f6d08ad12a78a1d1ead4c360e2a6528bd64111535f5ed77e4
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:2f276521ea6cc3ab2f1714e87d15aea0c6784c0f98afa857a723cfcbce736ee3
outcome-trixie-linux-386 Expired
193 Bytes
sha256:7605ff3d50cf41b6820a2848a27770c1065a8f2a363559ea50d4ecaa895e1bcf
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:5a3011de8e6549bf1bc8ce2113dcf2f88e75916bd71baed54681bdd8a4b61c0b
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:de2dd0c5db9f2aac2ad7d9a264977d514bbb214c2a737004ceeeeac4463f34d5
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:3230424297a23d96d514b74f3b9a3a2cd850e89585e2ccb6ffcf9b1a890943e9
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:a4c8fddaab930680fa4beca2d8bd54ed66b5454715f104862ee0c259b8fabc24
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:df752d01842df4f17bea5e26ae6f92ac030adbaf056301d52a3b8db50d4c7275
snapshot-master Expired
17.4 MB
sha256:128cbe3a1a0fa54932ed180e180d8ebab93b07bd35a00d8b11181fe68752c705