Docker Build #892
Annotations
2 errors and 76 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
|
|
trixie - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
trixie - linux/386
Failed to restore:
|
|
slim-bookworm - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
slim-bookworm - linux/amd64
Failed to restore:
|
|
slim-trixie - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
slim-trixie - linux/amd64
Failed to restore:
|
|
slim-bookworm - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
slim-bookworm - linux/386
Failed to restore:
|
|
slim-trixie - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
slim-trixie - linux/386
Failed to restore:
|
|
alpine3.23 - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.23 - linux/386
Failed to restore:
|
|
bookworm - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
bookworm - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.22 - linux/amd64
Failed to restore:
|
|
alpine3.23 - linux/arm/v6
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.23 - linux/arm/v6
Failed to restore:
|
|
slim-trixie - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
slim-trixie - linux/s390x
Failed to restore:
|
|
bookworm - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
bookworm - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.22 - linux/ppc64le
Failed to restore:
|
|
alpine3.23 - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.23 - linux/ppc64le
Failed to restore:
|
|
alpine3.22 - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.22 - linux/386
Failed to restore:
|
|
alpine3.23 - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.23 - linux/s390x
Failed to restore:
|
|
alpine3.23 - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.23 - linux/amd64
Failed to restore:
|
|
alpine3.22 - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.22 - linux/arm64/v8
Failed to restore:
|
|
slim-bookworm - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
slim-bookworm - linux/s390x
Failed to restore:
|
|
bookworm - linux/386
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
bookworm - linux/386
Failed to restore:
|
|
slim-bookworm - linux/mips64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
slim-bookworm - linux/mips64le
Failed to restore:
|
|
slim-bookworm - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
slim-bookworm - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/amd64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
trixie - linux/amd64
Failed to restore:
|
|
slim-bookworm - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
slim-bookworm - linux/ppc64le
Failed to restore:
|
|
slim-trixie - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
slim-trixie - linux/ppc64le
Failed to restore:
|
|
trixie - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
trixie - linux/ppc64le
Failed to restore:
|
|
bookworm - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
bookworm - linux/arm64/v8
Failed to restore:
|
|
alpine3.22 - linux/riscv64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.22 - linux/riscv64
Failed to restore:
|
|
bookworm - linux/mips64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
bookworm - linux/mips64le
Failed to restore:
|
|
alpine3.23 - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.23 - linux/arm64/v8
Failed to restore:
|
|
slim-trixie - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
slim-trixie - linux/arm64/v8
Failed to restore:
|
|
alpine3.23 - linux/riscv64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.23 - linux/riscv64
Failed to restore:
|
|
alpine3.22 - linux/arm/v6
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.22 - linux/arm/v6
Failed to restore:
|
|
trixie - linux/riscv64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
trixie - linux/riscv64
Failed to restore:
|
|
bookworm - linux/ppc64le
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
bookworm - linux/ppc64le
Failed to restore:
|
|
trixie - linux/arm64/v8
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
trixie - linux/arm64/v8
Failed to restore:
|
|
trixie - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
trixie - linux/s390x
Failed to restore:
|
|
alpine3.22 - linux/s390x
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
alpine3.22 - linux/s390x
Failed to restore:
|
|
slim-trixie - linux/riscv64
Failed to save: Unable to reserve cache with key docker.io--tonistiigi--binfmt-latest-linux-x64, another job may be creating this cache.
|
|
slim-trixie - linux/riscv64
Failed to restore:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:9b02b69eea76c2e39dec3ee20f95cd489f1fe9240a72100642245ee471f1ab58
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:f3a74274566cee8afb86d3f52b9505653cbb4dd022c4d9e4a79b055858382e68
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:952298525115084688e6b49f14cd00d709777774148f2c7c82abef17066586e7
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:04e1780717441859b7d51e5470ff0086c0cc00f7829f05e5fbfaad88e5a54e12
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:613eb04a465ba66c0e44a0287e59169b54d174e2daebbb124188e76d95f54d1d
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:551b108ca00d3cff2f4b939e98a085c67b1ef4e1a09c9f41ebeb0ed63046bb39
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:c7d355bf0a663a11847cd5794554659247bcfbe6535ff556336a168bf35b219b
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:e67ac5cbb1d7f8e1578c8e66d819dbdbaa60008d57b7a38bd0f82394b08d5cf4
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:ed97acf8896e52fe5d4f81da2a1ceee50bddd685181cdf155fe1eb4c731a48fb
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:635b4d045a1da4a8879fa13a5fe70a8e110e96ebdec3e5efd34fba13c56a383f
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:0d1df781b787d7065484bcc9f4e0378a05c109144a62d7e0f91707c67a390cd8
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:3f9248b7008ed34134c75f94f0cbc648cef6fa01e7ae8eb43b3fbe54892b3286
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:96200d8469e8f7d774d3ccebb3f759acd3e4eb59110fa77c5d55cfb392e8630c
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:9b348427275a606408f9b8b8ab192b250a67daf8cbecb8023bbcfad3e17d94e3
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:1709d15b2c3c26645ee7efb3160390e9cb88200b8c87f2a0f92fd8721c042346
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:c888b60775aa0539ecfca892fafd76ac1b4eb1af1dd09c880f519f2c9b05b4be
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:edff45dfd972567ef936e492196f00e5593f8a93c4bba277af08511fe1440d9d
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:d1b420c12f69d6599447613e579be04c82780d52a321c25a82cd168563dd4ef9
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:e633490a1a18063ef5e55a4cdc622909922e8d50a7ad7d7a5e0ad8f2c7547827
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:7d66256f0a6389789835d12786b4c6034564b7d59a8f672871fc3e5777fed5ea
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:e0d90073fa781bc7d31fd8b739c818cc62fd7a84abada3cb1c43ff946d8eb978
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:e1e9088b03e86c1827bd191a9282413a7eaa9b4852952f3887a85c3088b00e5a
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:ec4f6e4d233e7e9aa73f3da0234bc65a3c8d3bc0a37ea747a2a40af343d117d3
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:98909592ab92c0290f117b7b46ae43d7cd819d9aaf7bc399c2d4a8431965d8b4
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:08f3025617aeec0f6585d7aa9e518069b008085fed5d6f87b874f0c746bc654f
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:12610b192d2fa8a070ce11316601c5a5845d15c27101ac4143ec30d120db158a
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:edee516e7bfc4f9a994e27b1686e465a1636e984f031b37d92fdfad4f4b23c22
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:222aa0d4cdffccc5ef3ef037526e49989730a60cbd81a131b4e01fe098ca5698
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:9ed3939c01f3feba861e70b56b487968b9dd268dbe7f688387af9ea1af0437f2
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:8882daea4c55a4425ed7e1b92468120b7107b60cfba77a2ff7af71c2a66a6001
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:de932a1733c48167206167b00b125df77ba06837e649fa8f799dbcee28521aa4
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:d0f9041896239e576ca66eaa28b14d930b4f002eacfa59a1b10a4230351bf84c
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:fd39ccbf61005a1022b3bb38f7ab566ff16d6f6232259d8c6dd4c0ca6d8477ea
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:4d154ce8a6d258e6c6613c65cd5b3d41a2213331a09d1a22da0d9ec5d0a774f6
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:f365f53efd1bd8057a60887af48a3e3dda3a77d9e9c4ed13162f73b86988486e
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:46bdabc447e31633ebc5c781d541885fbb72b36694c0f6beb38737579a33eda5
|
|
|
docker-ruby-nightly~ruby~0P7L7A.dockerbuild
|
157 KB |
sha256:da0d1060a778b03fe624b8f137a203490f8cd2757f93e12a965bd049da8dd3dc
|
|
|
docker-ruby-nightly~ruby~13GZ41.dockerbuild
|
114 KB |
sha256:df1d576410df488e6849ccce234dd33926ba4b56c47ae33036a7083e37d0ee53
|
|
|
docker-ruby-nightly~ruby~1N9HQN.dockerbuild
|
102 KB |
sha256:f84e8d3926f7fd06e7fa1a2b0f96add212e32ea1d8d39e10bfdadcd27735a74b
|
|
|
docker-ruby-nightly~ruby~2LUIVZ.dockerbuild
|
60 KB |
sha256:91fe3b14a7d552d9ac7177abd8ded0c1a72177b8b1b3cbc83556780787671bcb
|
|
|
docker-ruby-nightly~ruby~431V0K.dockerbuild
|
99.3 KB |
sha256:e62e5027b6663466d9fada5b23237fae9c327a9cb5a6cf979f8740c74cfa96a8
|
|
|
docker-ruby-nightly~ruby~4ZWQ44.dockerbuild
|
97.1 KB |
sha256:81f80aa0d9171724865305acff6d4337aef4eb517c5831003eef4518f7f8f0d0
|
|
|
docker-ruby-nightly~ruby~70GONK.dockerbuild
|
102 KB |
sha256:bc98717271c3de808aeef728ad783824b53bebc225bcabaf826037bd37aa0c7f
|
|
|
docker-ruby-nightly~ruby~8I68RJ.dockerbuild
|
119 KB |
sha256:0d8e9ce45e40d8e2a14fce7926c2a708c5225b9a3e73733e5b0caf69ff7caf0d
|
|
|
docker-ruby-nightly~ruby~B5ALG0.dockerbuild
|
152 KB |
sha256:f132bc426263020c92402f3a7a5ca7dbfb7d8db55d019ab527217f7c6b191d37
|
|
|
docker-ruby-nightly~ruby~BPBK4B.dockerbuild
|
98.9 KB |
sha256:558e5cdd2a5152f140456b5763e13ce66d885e2993f66721853b03a8b4c081bd
|
|
|
docker-ruby-nightly~ruby~CEUGQ1.dockerbuild
|
135 KB |
sha256:2dc28a2baa375a62890f361d464d89dcd45a107da77c0ee196fff8d435fc9724
|
|
|
docker-ruby-nightly~ruby~E8BRKS.dockerbuild
|
97.4 KB |
sha256:d5faf43f67bca8ede515929e9f60ed91f1eea6367b79ea6836eb5a5e73200817
|
|
|
docker-ruby-nightly~ruby~FTJZPG.dockerbuild
|
59.2 KB |
sha256:a3f2f97a49a24774a8c31129f8918aad20978667527ba67877cafc2d247be672
|
|
|
docker-ruby-nightly~ruby~G38LOQ.dockerbuild
|
125 KB |
sha256:463ce4b89f77bc558e386b4a6eaa388fa64b6709bf086ec0712ab5069ad9db28
|
|
|
docker-ruby-nightly~ruby~GWPGS7.dockerbuild
|
96.3 KB |
sha256:981953bc67add27bfc063d0c28e16540396c2e60728434f040a1dc59abf4bfec
|
|
|
docker-ruby-nightly~ruby~H343CT.dockerbuild
|
99.2 KB |
sha256:e510d3d25e6cd7b40d871f9faab987effcdd4b52f2daddb633ae20cb61bd92cb
|
|
|
docker-ruby-nightly~ruby~IAE5IV.dockerbuild
|
102 KB |
sha256:a2dddd70114c35269e9772f127a54d2162783ffc533f5f9bdd3a3e50172e515a
|
|
|
docker-ruby-nightly~ruby~IKUN22.dockerbuild
|
118 KB |
sha256:e5b6a9df7f4cb537561106c34df5c0f9447ccbc296844dd55b693ace3ab4db7f
|
|
|
docker-ruby-nightly~ruby~IRIULB.dockerbuild
|
103 KB |
sha256:92328372fc08e044693e5797c9a11254013eb2ca991570b5055856e24faa30a8
|
|
|
docker-ruby-nightly~ruby~J8M4I8.dockerbuild
|
113 KB |
sha256:3a25f5dd3ce47b3c9c843ca39e0f6023ab6adb2bb7cdb98b4e212420e9bb981b
|
|
|
docker-ruby-nightly~ruby~LXXEB8.dockerbuild
|
103 KB |
sha256:498561e90f4c7571936502bea8c908696c90340edec952a3e17b583636ab547d
|
|
|
docker-ruby-nightly~ruby~PMLPOT.dockerbuild
|
96.8 KB |
sha256:9c715ba95a80db3139c220ceb5920888ec10188feeef0e10fa8d0c0cfb490a69
|
|
|
docker-ruby-nightly~ruby~Q7EYJE.dockerbuild
|
101 KB |
sha256:748ece7878fafb87f073a8da42a162ee8cbdde64436b8cd55b5de6e8461f65fb
|
|
|
docker-ruby-nightly~ruby~QRSDLU.dockerbuild
|
99.5 KB |
sha256:63cc422dea70a183f376c67dc270ac9d36feaf37cea852fd8484aed97ce3001a
|
|
|
docker-ruby-nightly~ruby~RH137A.dockerbuild
|
135 KB |
sha256:9354d05f797c89b5e1c0434682bd2b4b1dc62827358f088c04ede480485905e6
|
|
|
docker-ruby-nightly~ruby~RJ2OAF.dockerbuild
|
129 KB |
sha256:de061d506e566a6c35bf31c03207c7d4dc386f1a4ffd90ebf68fdb5a0dd772e0
|
|
|
docker-ruby-nightly~ruby~SLHKCW.dockerbuild
|
119 KB |
sha256:7bfa8c005d3ee31c77704135ef2d6ad17267b9d62c8c1792f844e42e3a43cd1b
|
|
|
docker-ruby-nightly~ruby~SMRWAK.dockerbuild
|
103 KB |
sha256:36b9c2ebd27fe072fe265e2591408dbb58442a4feaf16f7d82ffa461279a10cd
|
|
|
docker-ruby-nightly~ruby~U2HVSV.dockerbuild
|
99 KB |
sha256:72c28c63b5ab57d179d7f5e5c8a2d1e132eebc782a8f10d2f25a97e30ce217e9
|
|
|
docker-ruby-nightly~ruby~U5ONLZ.dockerbuild
|
130 KB |
sha256:0f6c062ffb7c7c81e6866fec390fd2eeb37674286d3819564d7d94cb088ceb88
|
|
|
docker-ruby-nightly~ruby~U8MFZ5.dockerbuild
|
111 KB |
sha256:87654903c5eac4737d40ca6bde35a04e55652e57c47389acf3713062daf14e16
|
|
|
docker-ruby-nightly~ruby~UB7AZ0.dockerbuild
|
102 KB |
sha256:f31982c4f335ddcc440e6fdee32d78acc9e1dbf3b0b7f0d20db994adbcf6f6e8
|
|
|
docker-ruby-nightly~ruby~VBJNDX.dockerbuild
|
115 KB |
sha256:3893f1aad70f1b4fae9b5ee4f0714c3d2da2821020d7ae27ce9dce4d581680f9
|
|
|
docker-ruby-nightly~ruby~YH5QPK.dockerbuild
|
125 KB |
sha256:9c0e6999e6f0530ad18e78049ea06d6af09c57174075dc5741d85d89c5b39c16
|
|
|
docker-ruby-nightly~ruby~YR8K9F.dockerbuild
|
104 KB |
sha256:0f1d2db33293952c37a2680b50a4baee1da0a9dc16fa9ffe3ff40e4f8145c288
|
|
|
docker-ruby-nightly~ruby~ZA1IRH.dockerbuild
|
122 KB |
sha256:6c462210ee86a8d192c56ab850c40497f7bd8dd53360b1d29e96d0743438802f
|
|
|
docker-ruby-nightly~ruby~ZB7H68.dockerbuild
|
100 KB |
sha256:b00d2031f236b25b9c1d3c5438a47cec5ae74e90ca94fc29093cce0cda5d6542
|
|
|
docker-ruby-nightly~ruby~ZOFDJR.dockerbuild
|
99.7 KB |
sha256:2c0f90036306f371aa1f19e1456df42b225bf5dbbbd5b05631311e9e4354e228
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:644e644c3339b917b2183ce6450f2f3b35d3ad187e657deeedc50bd39219025d
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:959052a41ab702eedc4c7f90b76f22266b813be27db2923ca6bd6b4305e323ca
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:e51fab765b473f544c53d6d6c271b0dbc54a055fc0aff1c26a982db38940945b
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:278d0e333d4cc8362e752a17ea564f461f99d55cbacf4fe48ff65e562c2ba34c
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:c1b3d0ffb82e90ff4bfc59b7047ee234fc0b473c70737a6c35561fc58d13fc93
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:d45c7de15bde002a3d5239d85b7fb635d355f217d0eb015d3c7e4bf169cea086
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:cb74a17400c8d59efe49abb58d44d1742a9ac759b3a78d39e87af57eabf02788
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:404d1015c6e4823fe865d58f360abeaaabc8bbb17c7e52550950f4aae12aa70b
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:c55ecc061d34370e74b55493866433801bfd315b2049d08e47e243e4634d759b
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:e929fd9f40edebd3914fe7e70565cd0631828b56c046bf464bbb58e607d2a9ce
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:05f938e74375d1c6e06c47dd79728e752af13acb11d8467b5a1cf33159d62eba
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:6d7df6310507133db34368c563689e7ed4995116012f97863e772ce3cb2fc207
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:9d5e3c75d6aa6c8b5eae085b91a9ae6d19395bc85c17df1265e52beb9d7aff79
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:0b4676b4ac58a1ac9a9aff19d2d878fc0a7764805ac58c127f147957e1dc951b
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:c633de2d584926e46e424e3509eaa1ef71949f140e8d360df6cc7542215643fd
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:e461c95843fd33cdec5ebcfabaa06b69a6c56a42e29810be52c338e501233e5e
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:8caa3e5b172aba437350a57147dac77d4b86fd77a41e71f2f08346cb7fff0819
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:bf0ba2903bf83e299ce16c272d9bcdaaee004405148f8d0610c7f43d34fc1359
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:97c4a6199ac497caff269f060cc8733360c55d414ed35fa69a4783948cffeb4e
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:f8aa92a5120e108a5f9a5146e9ae39a9a725e9d7e718bb9c26fabb09af142225
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:7e7465e063c6bbc30fe38f834edc4ef176a9d0f6f4e5e3ece5f031fbffd85093
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:3bae8e3b54c29033b5a233dc39938795b8e058abf4fe0b499469c3e64e80a742
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:97264c6cde10d33123897adbe1bffce8661824b553f36036b5bd46510149c85a
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:98c0bbeeee71daadeaa2f7065fbd8f7211d6fe029a1af06ece5c07c3c6fa5c34
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:831860649bf6f42dde02b76d972e0a01eb9dd389fedfb2a57d72fff62ffcfd04
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:730cc9b421cd3603b85896d37b05be95f5a152b40d94af09f732d0f59f5c94d7
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:90bbbf453bcb610a0e1a0eeb195accf5794f531fe5616328724bb49b2a97cbce
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:ef6bac570c86cbed8ddd53a2bd416e9fd1b7679536a72d120feda4498a807590
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:92488a2be65b80f07b7aa2be0efa69e91f0deeb01313bcb9a63e69fd1d4e8261
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:b4506c25ae319ed9dec67649147a8dcc4b5f4a3d434f409d4bc2e457a4e75974
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:1f8e69f079d11e4e08d96c303849ed0097c47f90f534f6641cb9dc7611c753a4
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:3f646a1211b6ea7323892bb648dbc3fb6324245f1c53a47620f29ab4d85acb21
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:8dcabbce26412f083d21c05b8d2ebb165f7883fe1234217b05e30c44eac58be6
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:dcba223b0122f998289dcd30f2e52df3b021b1cf58d8d27bf3e54676af5a1090
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:7f3bd2e19a7df20381fdf7c85c87f48f2ba69b12a71cba444372f461fb8767f2
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:b9a71add4269d3ba5e07678a478c1e586eb6110f518bbd0df7742879f0a16b3d
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:d69b3dece2dc74b5bb4b8274047a9ca738392df6848cee42ff064e70df62c376
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:859ba2852e5644c376670ce35472352eaf262129b7fe04401f54681f80d6722b
|
|
|
snapshot-master
Expired
|
17.7 MB |
sha256:2c19b46a2fdfdf7a23d0693dc77479452d5ee1f83a701b8b0933eb0503cd7073
|
|