Skip to content

Docker Build

Docker Build #831

Triggered via schedule April 29, 2026 20:50
Status Failure
Total duration 3h 9m 1s
Artifacts 113

nightly.yml

on: schedule
Set up matrix
31s
Set up matrix
Matrix: build
Matrix: merge
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
slim-trixie - linux/amd64
Failed to restore:
trixie - linux/amd64
Failed to restore:
slim-trixie - linux/386
Failed to restore:
alpine3.23 - linux/386
Failed to restore:
bookworm - linux/386
Failed to restore:
slim-bookworm - linux/386
Failed to restore:
trixie - linux/386
Failed to restore:
alpine3.22 - linux/386
Failed to restore:
alpine3.23 - linux/arm/v6
Failed to restore:
slim-bookworm - linux/amd64
Failed to restore:
trixie - linux/s390x
Failed to restore:
alpine3.22 - linux/riscv64
Failed to restore:
slim-bookworm - linux/s390x
Failed to restore:
bookworm - linux/mips64le
Failed to restore:
bookworm - linux/s390x
Failed to restore:
alpine3.23 - linux/s390x
Failed to restore:
trixie - linux/ppc64le
Failed to restore:
bookworm - linux/amd64
Failed to restore:
slim-trixie - linux/s390x
Failed to restore:
alpine3.22 - linux/amd64
Failed to restore:
alpine3.22 - linux/arm64/v8
Failed to restore:
slim-trixie - linux/ppc64le
Failed to restore:
bookworm - linux/arm64/v8
Failed to restore:
alpine3.23 - linux/amd64
Failed to restore:
alpine3.23 - linux/arm64/v8
Failed to restore:
trixie - linux/arm64/v8
Failed to restore:
slim-bookworm - linux/arm64/v8
Failed to restore:
slim-trixie - linux/arm64/v8
Failed to restore:
slim-bookworm - linux/ppc64le
Failed to restore:
alpine3.23 - linux/riscv64
Failed to restore:
slim-bookworm - linux/mips64le
Failed to restore:
alpine3.22 - linux/arm/v6
Failed to restore:
alpine3.22 - linux/s390x
Failed to restore:
trixie - linux/riscv64
Failed to restore:
alpine3.22 - linux/ppc64le
Failed to restore:
alpine3.23 - linux/ppc64le
Failed to restore:
bookworm - linux/ppc64le
Failed to restore:
slim-trixie - linux/riscv64
Failed to restore:

Artifacts

Produced during runtime
Name Size Digest
digests-alpine3.22-linux-386 Expired
244 Bytes
sha256:b3f8fa6773e709f1ad1e0da8c4ed5680cacd82e92333262d26cda1edb640491c
digests-alpine3.22-linux-amd64 Expired
244 Bytes
sha256:06ecc9d218a28cac95b30e35eb4e58f09ae9b3c6bc50ad81492e51fe9e9b87a0
digests-alpine3.22-linux-arm64-v8 Expired
244 Bytes
sha256:7fbaab2a67db53b3a3323eb61ff22f4f11dc44302d6bc5c1e5330c5994501b05
digests-alpine3.22-linux-ppc64le Expired
244 Bytes
sha256:055cf0a074db6eafdfbb4d0f3a777eb9eb5eecd463718141a12fa8d04bbcecc7
digests-alpine3.22-linux-riscv64 Expired
244 Bytes
sha256:b2b5f399176e3de65e15ef7fbd105e8695c5f4e04788af4574d7e136e2a45659
digests-alpine3.22-linux-s390x Expired
244 Bytes
sha256:50f2d9f0f969977295bc5205d2b7ba2dc22ac2ff641360c8cc9711e3e90d924b
digests-alpine3.23-linux-386 Expired
244 Bytes
sha256:c64d09afe9c842ae7ca94f24cfd8aaee810988f732028e5b10317e3e969b3f92
digests-alpine3.23-linux-amd64 Expired
244 Bytes
sha256:17fe6e15a11620b9cfe1d1cc41c1062837b7ac487ae918638f82c7a1064e13c3
digests-alpine3.23-linux-arm64-v8 Expired
244 Bytes
sha256:88ea5891e319c9ebe5ab7c2f6d2608473882e9dbe4d02367a215c4e2b5818c09
digests-alpine3.23-linux-ppc64le Expired
244 Bytes
sha256:4c26beba9b252f086faac51cbd03a702740dfed01e2e21dfee100cdac94a1e70
digests-alpine3.23-linux-riscv64 Expired
244 Bytes
sha256:5a48d78be79ad5f944f9db1a29d8d7ec305d5e7d478e3855b601c94dea541681
digests-alpine3.23-linux-s390x Expired
244 Bytes
sha256:07256535ee98931947f54d295536e264de51c0f71600bb1fa44f023be16eba2d
digests-bookworm-linux-386 Expired
244 Bytes
sha256:a9f238bf44770c45d00603a3d562dbbdf91be6f6bfb825fc22e69639305de0d8
digests-bookworm-linux-amd64 Expired
244 Bytes
sha256:b85d69de71e24a77e00d50b838e1f00a34328427fa055f1305b3422de694a06f
digests-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:69231e463164dc225c97f9f91b032784b5912454c85456a919554fc0d42205bf
digests-bookworm-linux-mips64le Expired
244 Bytes
sha256:95d42b35dc50abe2c64f2f36fbc6e7f12cb30e5bdd8f002a33a442ae7fb6b879
digests-bookworm-linux-ppc64le Expired
244 Bytes
sha256:55287824f214c6d8f95112ba5e08469c81936b04a629e53651171f76e9310190
digests-bookworm-linux-s390x Expired
244 Bytes
sha256:dda801896d8c47c28a2422cde29d57923eb97cba4e010279a7f7abc9135b032c
digests-slim-bookworm-linux-386 Expired
244 Bytes
sha256:649bf2772bd512cfc65f668a5fe27fa667a0e2e1d85def3795b1d0e26687c3d3
digests-slim-bookworm-linux-amd64 Expired
244 Bytes
sha256:b080e003c45406a42b649618707b242d699ea7f5a68fbd731d0b670f0bb4af24
digests-slim-bookworm-linux-arm64-v8 Expired
244 Bytes
sha256:479c09c678b7abd9d5a6c4b39000da9b4837d3ec32cb1588b605a970c10253f5
digests-slim-bookworm-linux-mips64le Expired
244 Bytes
sha256:9fabbd3330f350f51b4d345e147ee14edb915c71b60b9c016683789779bc02ab
digests-slim-bookworm-linux-ppc64le Expired
244 Bytes
sha256:4df38bd2d578d49b07ed4f72e9e58811fe48f87305254094f51ca08dfe89f02d
digests-slim-bookworm-linux-s390x Expired
244 Bytes
sha256:c5a6a9d0664fb190720f051d7e88007b80e6765917d070d29bcc6d07c9a830b2
digests-slim-trixie-linux-386 Expired
244 Bytes
sha256:b25d1d395bd118cdb7dd5bea48d7dc949218a816648ed006030a0493aaf9d5b4
digests-slim-trixie-linux-amd64 Expired
244 Bytes
sha256:609a334e56d4290d07cf14a0179ac406089265b6cae85b058c537117884df01c
digests-slim-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:034d09274d22fcd5b89d46ce41821b639851d629fc802be050521e7c93e70ff6
digests-slim-trixie-linux-ppc64le Expired
244 Bytes
sha256:ca9545e5fb6608e6f0b44eada005199d3e51082a61aa8c9a80c1fa6e73e595da
digests-slim-trixie-linux-riscv64 Expired
244 Bytes
sha256:9a8339961842a5e14830f77f872738ce694af3b02f367fa1f8c9061bab3b1c67
digests-slim-trixie-linux-s390x Expired
244 Bytes
sha256:aee9fc81ffa7d33e7c7fb688118702002d710b552fc9303c1540e15dea2fcb7b
digests-trixie-linux-386 Expired
244 Bytes
sha256:d3b83a91f88447eacb176a777a946ca6985be885ce91125fd7546be9a91598ac
digests-trixie-linux-amd64 Expired
244 Bytes
sha256:ef763772f8b777728d17da465b5e5eb246013ae50164594ca6b23531b34df705
digests-trixie-linux-arm64-v8 Expired
244 Bytes
sha256:24db85ea0759e0f62175b1137cac93acdda05b9fc9355b20ef93aaaffcd6c09d
digests-trixie-linux-ppc64le Expired
244 Bytes
sha256:dea4fd50eb8c61ece6f8a6cd5ca8d3163e64da3d62c60f93f5756d314364a444
digests-trixie-linux-riscv64 Expired
244 Bytes
sha256:203f51359a7764227a0bbb4b6d35e7c1a50023fb0a0017a50597bf72b7a9a0e2
digests-trixie-linux-s390x Expired
244 Bytes
sha256:ed71a7b495adf49ddac163671f233eb960586237354fdd7aec19c147bd79b244
docker-ruby-nightly~ruby~0H0I89.dockerbuild
96.6 KB
sha256:b2e118982d1ce8ecbfce279830fbabc4039a4c91f08356ba838f124c26db452a
docker-ruby-nightly~ruby~1RBB3T.dockerbuild
152 KB
sha256:62baf80a346eb9261f4feaa2e2ad636d20210ecc17bd86618abdf35dc831af6d
docker-ruby-nightly~ruby~27ENRK.dockerbuild
121 KB
sha256:b42b1bb88620df7a985fba0c275f0a4c0291de439a9b37353e20aa0777df7626
docker-ruby-nightly~ruby~4OEGU2.dockerbuild
99.5 KB
sha256:f8d93df0a797f4556f933657339f46dc76212c8b5d1c704ccf1faa72bd1a5df1
docker-ruby-nightly~ruby~54ZWFA.dockerbuild
104 KB
sha256:785605252ec1871e8d36c8ae746012ce5ad5454bca8fa274b0615568f5327564
docker-ruby-nightly~ruby~5D1W9G.dockerbuild
56.6 KB
sha256:10b7fcdb9bd10656025050e25eb516d618cd3564dbec8ff8bc3b3121f039c937
docker-ruby-nightly~ruby~63SJUO.dockerbuild
118 KB
sha256:75467f9a4d8d958d25029be41fc5de714c781f26e01f60d5c9eab8c64dc027ed
docker-ruby-nightly~ruby~6JQ204.dockerbuild
128 KB
sha256:13841db342a8c3da3f283ffad73ba16b7c947d730f2131c39b584f11b2c962f7
docker-ruby-nightly~ruby~6YARY3.dockerbuild
104 KB
sha256:f5f84946cdf505216656f2d6103c811c5144febaacb049ca7ee7a06eeb119741
docker-ruby-nightly~ruby~74HUNH.dockerbuild
98.6 KB
sha256:0c845856d1eae36bfad0794b2e76ebca5581904a01289f7dc9a678422a862ef7
docker-ruby-nightly~ruby~7E01NE.dockerbuild
133 KB
sha256:da17f4405b5997134bf637e369921b55c58a22a63469fa5c8985b5dc9b5a6821
docker-ruby-nightly~ruby~7LPVE4.dockerbuild
99.2 KB
sha256:f670de7e00d5521d5755f7577bcca4baa3b822c1c83179be67bdc48d290a1302
docker-ruby-nightly~ruby~C4QVOH.dockerbuild
97 KB
sha256:60208f6601edab741d8ab47ba507d7373d1f26af1a16ce5b8ef00d9e1b7d22b1
docker-ruby-nightly~ruby~CS89UB.dockerbuild
101 KB
sha256:3e18ec726ae93a66b9c60e47a4c1262c7e6e1de506632080ada17d31fd90ab55
docker-ruby-nightly~ruby~E9667D.dockerbuild
102 KB
sha256:9beae014d379e0d9d54af261d423cf460558ac68f12a211d56ddfa7d32ca9c68
docker-ruby-nightly~ruby~I3F8R2.dockerbuild
120 KB
sha256:aa8b06e41e4a20b0fe3e639bcf78348928b5659d932acc3c61b10e9c94e9d661
docker-ruby-nightly~ruby~IM3TL8.dockerbuild
103 KB
sha256:3ae63558fcc4e5adcc321baee9de33252a5ca9206b372cb9bfcd0ff5d95fff5d
docker-ruby-nightly~ruby~IWRX8E.dockerbuild
125 KB
sha256:260d32a321358c719a09e3dfb5fc6d6ef4a0a58261aacc07f4ae049f5c98101e
docker-ruby-nightly~ruby~JI3R3F.dockerbuild
98.4 KB
sha256:f296e814e94da2a5dce29417d76e9a1e429694d5793022cb9108070807236352
docker-ruby-nightly~ruby~KOFJZN.dockerbuild
113 KB
sha256:14532f23ef338d72c3d23e781550426428eb259d2acdfd5df0b01db309b54614
docker-ruby-nightly~ruby~LVIN6C.dockerbuild
103 KB
sha256:5a97b8166f873eb8e29e56205a9f16844ab5cb8c87695e7685976e7d4e142ade
docker-ruby-nightly~ruby~M9H83E.dockerbuild
111 KB
sha256:536c52ef314a1ec4925f129424281f2678df6fab5ef4346113197c74d92910a3
docker-ruby-nightly~ruby~MJDNZI.dockerbuild
114 KB
sha256:648cd174035961f83d1135dd25c6082348c0a7576bb920232e99824110c97b8f
docker-ruby-nightly~ruby~MUUTI0.dockerbuild
98.6 KB
sha256:7c4448bdf1a0c85e67e4d4d3de5aec2040ec4838bab2a1a0524276bb31b16df3
docker-ruby-nightly~ruby~MZO0D1.dockerbuild
156 KB
sha256:c7abb76e86b71adda8096ed45456b6e4852844c91ef2eacff5752e5fc3e1a89a
docker-ruby-nightly~ruby~NQVDOS.dockerbuild
128 KB
sha256:012b29f10e7c0726a262e0062b167c647127a9fad211c4be8e8b239600acad8c
docker-ruby-nightly~ruby~NZYI48.dockerbuild
134 KB
sha256:99092393277351f7267c29c6c46c3099775d60ecc73cd74aa63647830169d3f5
docker-ruby-nightly~ruby~PLAJWY.dockerbuild
122 KB
sha256:b6aaf824214c404c74467a7b6cd88917befd00cc535b01ff34e7919b6bfced9b
docker-ruby-nightly~ruby~PO4BK2.dockerbuild
123 KB
sha256:bd20d0b7d8d06d84a84051b2b3ecca2db979b037deb8bc895dd7191b21f8fda5
docker-ruby-nightly~ruby~QN9NL0.dockerbuild
104 KB
sha256:80a9be4cfe37c1c6ec4b02b1b1e4a90798e0a4ba65545abc148c3ff16a3c384b
docker-ruby-nightly~ruby~QOY063.dockerbuild
101 KB
sha256:5e3fe94cd41bdac401b4fa7088238df513400196df84e22eeff4ed7269094df2
docker-ruby-nightly~ruby~QY5RJH.dockerbuild
125 KB
sha256:db970d1a105b4c33d7d2785127b6f79b01920b863f49967b0656ad9ce18a8bb5
docker-ruby-nightly~ruby~R6B2IM.dockerbuild
59 KB
sha256:3f9fd7971d76b097760d4110f27c072edafedd9d5a46a783abd246e46834f74f
docker-ruby-nightly~ruby~RK34GF.dockerbuild
101 KB
sha256:b99755f7d01da295485644cc46ce7ea8f0a20c31ae4739bbcf6e087f0fbf9bd3
docker-ruby-nightly~ruby~Y05WVP.dockerbuild
103 KB
sha256:0330daf1093beb7abd7173e1198d8a7ec64fccf7df0c3067f8e2d6f60c6d1f25
docker-ruby-nightly~ruby~Y8URAK.dockerbuild
102 KB
sha256:91ae7a1433fb844b289a3ffd1a2c030c8c9a3866b8f3a77df5bac2ce4850604f
docker-ruby-nightly~ruby~YVGCIM.dockerbuild
100 KB
sha256:30d9fbc981bbdabc595e722bd7e1b66b863878d7eaaa0e3279a2311cd045d90f
docker-ruby-nightly~ruby~Z5R27Z.dockerbuild
102 KB
sha256:ddd20c959090940856a2b88c3da23395c258feab7df00740b46e62c76139c220
outcome-alpine3.22-linux-386 Expired
205 Bytes
sha256:a80dba32e0cafb98f1fe1df49e78bc1d1771412dd88ddaa037133c87ee984f62
outcome-alpine3.22-linux-amd64 Expired
211 Bytes
sha256:746b9dfa3bca49110dbfd3a5a00caeac2110c1fcb1357d7c2e66db57e9c1df42
outcome-alpine3.22-linux-arm-v6 Expired
214 Bytes
sha256:f5e6ab1e20c98ef5fd50091a9fb4b0598b506397058d1b68524cd52366cbbd94
outcome-alpine3.22-linux-arm64-v8 Expired
220 Bytes
sha256:761c3d0aca7740a7b603e0aef306c6a7d651b9d76c345237abf12fe304037ea5
outcome-alpine3.22-linux-ppc64le Expired
217 Bytes
sha256:dae53d53b287e92688688faa9aee4cf7cad11ddfce5c936973157d6ae285c12c
outcome-alpine3.22-linux-riscv64 Expired
217 Bytes
sha256:8ac2a73b580d10ab7aa02e3d65bbcac4a6abe41dc1555117d9e6ea47050689cd
outcome-alpine3.22-linux-s390x Expired
211 Bytes
sha256:203c8b2291b87c71e3fcb2b148ef3200ce41452dceb89206bf0c3a9c65d00584
outcome-alpine3.23-linux-386 Expired
205 Bytes
sha256:dcb18934c11965c23485d4427b0fd8b7ad357e96543d4bb333f2f52dc5c4801f
outcome-alpine3.23-linux-amd64 Expired
211 Bytes
sha256:7739b74ffcd278ec3d78616d9ed6bc013f73312c422331ca9d79a10e6fe7f479
outcome-alpine3.23-linux-arm-v6 Expired
214 Bytes
sha256:01110fd1f15d0cf64eb4167336fce73a6b2e221e618b3d23a83f8034c242de4c
outcome-alpine3.23-linux-arm64-v8 Expired
220 Bytes
sha256:625699c88e53141b9f3222624a023ae5597b888d1d2b808f382a5b13ad9a73a3
outcome-alpine3.23-linux-ppc64le Expired
217 Bytes
sha256:22f159a246e00d41dcf12e465aa7b0b03210eea9acc99a02f829b583fc867e78
outcome-alpine3.23-linux-riscv64 Expired
217 Bytes
sha256:a080b4b1d12199bdecd5f0e0bf243c1daa876bfe922deff0dc9b520f684ef58e
outcome-alpine3.23-linux-s390x Expired
211 Bytes
sha256:c0880a7d12b8f2784d860cabcf27d7d4db8a49f5f02e4d3ffe05d82493f43950
outcome-bookworm-linux-386 Expired
199 Bytes
sha256:1881b64a4716b65aceb6ab3164fecd7f518d5f415365b91cd14eef0e440ae856
outcome-bookworm-linux-amd64 Expired
205 Bytes
sha256:3b85b6fb290429cb646bdd8fad0ea84b2b959ec629162cc1951dced4abd1e52f
outcome-bookworm-linux-arm64-v8 Expired
214 Bytes
sha256:6b73b91bff7a4f47043c72571fb7d838efd393016d42b3b635e1c18cbcd31d82
outcome-bookworm-linux-mips64le Expired
214 Bytes
sha256:8f2dca0fe0be3371ca18716ff01ecdd264b1bea731c53689777b543c1b8a7212
outcome-bookworm-linux-ppc64le Expired
211 Bytes
sha256:9c0b5c56730d70e9b9c4b3b04ccbb80b3ab25c578128b12e4cbffb099a8af4a5
outcome-bookworm-linux-s390x Expired
205 Bytes
sha256:161558f4c66c7cf495f5a76fdaa84365724f09f32510462773873fead2424834
outcome-slim-bookworm-linux-386 Expired
214 Bytes
sha256:988c5512e78f49f7bf54a17aefeedcb4244c50e78493981a91c717f92c448d44
outcome-slim-bookworm-linux-amd64 Expired
220 Bytes
sha256:a101f55f4198f74e67e5f5e7d351d689e5f10f5fce58e211f7b1c2a7be2b3ced
outcome-slim-bookworm-linux-arm64-v8 Expired
229 Bytes
sha256:31b9eadd40ae8d5711d6aab98cfac6c3287b81eb4efcba7c3afe14fecc1b347f
outcome-slim-bookworm-linux-mips64le Expired
229 Bytes
sha256:6f0a560135cfd68acff45d90bca09810ea79ef32f5e6dab645261ef2c81d0c98
outcome-slim-bookworm-linux-ppc64le Expired
226 Bytes
sha256:6d643a7220a8cfa3757dcadcb70b91501f5a11fa7a1859c2e3b1e3564872306f
outcome-slim-bookworm-linux-s390x Expired
220 Bytes
sha256:bcee7273758fd6135cf5093e6fee078ec00968b0e0b59beebe71070de8111b5f
outcome-slim-trixie-linux-386 Expired
208 Bytes
sha256:f02d81fc74f3ab77fa165f363ec485c10877f503cbc9e6cd9209c70f335531d0
outcome-slim-trixie-linux-amd64 Expired
214 Bytes
sha256:f2a74deb6d129b343d782b59287a25ff9643a1aa0f6781f904b9387787848e5b
outcome-slim-trixie-linux-arm64-v8 Expired
223 Bytes
sha256:50641432b47b92315cdbbacc8bdce25dae7e5d965dd832b802a563358103d161
outcome-slim-trixie-linux-ppc64le Expired
220 Bytes
sha256:e4a850062bc24297e5a3bcf8e76a4f826a1b7e148191e611a54f17d1132c8c11
outcome-slim-trixie-linux-riscv64 Expired
220 Bytes
sha256:8b6377988f7a1849da508823747560148c7faf2262ee74645aa74c85f12e4634
outcome-slim-trixie-linux-s390x Expired
214 Bytes
sha256:8b2368d1d82c3a75309e1eb8e38f961aac134a0f70abbc2090c6b1991a8da960
outcome-trixie-linux-386 Expired
193 Bytes
sha256:049805565f93048b07cc243b83a4b82825a5fa1d610bee366b8ba2d35d396ff6
outcome-trixie-linux-amd64 Expired
199 Bytes
sha256:75a3f5b028aa88d0b5b4b87d03d0d25d2f96c22e90189069c5518276e10c91e3
outcome-trixie-linux-arm64-v8 Expired
208 Bytes
sha256:bc08c8a76ad5744ec808ae0d3eeed2f7713eade74284529631802d582eb71988
outcome-trixie-linux-ppc64le Expired
205 Bytes
sha256:c15d2bd4da0b0309fe913186997e67f23620d0b696202ab2a2d8138bdf41411c
outcome-trixie-linux-riscv64 Expired
205 Bytes
sha256:cdf7b767bb798831da02d0ed0132ed78e3156400ca8de347d4da5312629704b6
outcome-trixie-linux-s390x Expired
199 Bytes
sha256:6788d0907d3580ad3a191ecda80d204ee3f9079099d70d68f17074fb2324b254
snapshot-master Expired
17.4 MB
sha256:c9cdad033e21233238b2588e6a0975d98baf5db56bb53032b02356b0255da48a