Docker Build #886
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/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-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:
|
|
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:
|
|
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:
|
|
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.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/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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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/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:
|
|
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/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.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:
|
|
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/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:
|
|
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/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.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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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-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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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.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:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:fc4338d6b2412a810b5f3b7ae7a04bf4a715b6fa1833a9a429b383563c2ca30e
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:1754db820d5a2725ddf384991614302ab94a92a7a3bd57191faada645e707544
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:f4a676bd67268865db0248077ce751f2adaf2c232f3d1f1127ada33ccb140210
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:358b7e2b173e2de64406ffea096386d53ac0939c10d70bddfeedc02831d8d5ba
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:35f715c29f30cd02f056dd271d0dcf5e1de9967bafffcfd2f1aa9610a31d3ed2
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:1434d2cfb53796fbc9c03b222079d7521fab70d9af26d45528e0be9ab7a40346
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:2cd1216703dc5719fc4cac24e44d46ebab78602a73cc01af09ac652eaa46e570
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:b86e609f4b93e35906d933662082001eb582d43e977ca6e64c826659b52d9b91
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:f9bb4bf359874df6e80257f7c19de82681d6ade23b74f4c727be87c66fc34d1c
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:05d9e5865af453837af8a71c82df0d7c6c83edab658d4d7f1520cc21615338e7
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:6b3a7c877288351a461c0608857602d5c432e7cd1f1ff65488de60acf947fd62
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:cdb7e9c813a1e7f0172dc1036dfc2ad93893dae307fb6b9fa75626e6aa40cb90
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:4dd8d936e77a97551ded9c5baacf593491935b8c8a2893842c8d8427780c38eb
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:c3dfff7ab1c0665615c026f8bb8a7515db7b6c1ccaf0dcab3d2e3f8fca0e73f6
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:c1f99017250f5f87f82041ff0502988d0825a154a00bcf20273b4e6c2211dff9
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:43dc7f1814e2410b3be7a034fc55b69d581f1810db9ad835794d7c6f0c548f9b
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:79606462afac9fc3cfeefc65690fe94aff810fd9ee398da966345144f28d642b
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:eb6465322fea6e3fd37de85a66a84e1b65b005a28d229395f3965cd740d2c0cf
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:c1c7a3606d9d73fe64cf01744b09f0bfe58593f2039bf6e794179cdb060c3ddf
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:ccada258b7676026fb77429cec20995bbd9302aea2101aaae10823a50ef806ca
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:1de4d3390935b3eb486a5656596b60742fd9c3b0fd597bc8ffdf06f9b394aea6
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:ff0a52c5dac15cbc9ff9e1996a23df4b416abf69b96232d797eb509f95099334
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:33e374ca402b048228d1dd147f9f9bbf3bd46531233b3bcfd22472e2553aecf4
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:51008259dea60abef801f0eba6afbdd5bc6ae4a5b6b05afde745948e8e5b0550
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:1fad3db25a593779226631a1e9f2e4a2276a55c49301377a7688e9caffa8558e
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:3883ffe158da5b451b136fe4bfacd565e91ef225e6bc19fd6067df8ec18a99d8
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:bc2ef21fe7b82655f75f78753d6ed9ce5708658da055beb15e00426838d1872f
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:82a713cbcb3c334bb0898348fdc2910672173b5a60f513840dee7b56c4ce591a
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:86349b62dec68424d76c1d4fc26def2db1af4ac8e1ab85f0561ae901348eaee3
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:7db7f3dc39cb8e4520a84f537ecc711b7e846cd47097c234a450b67fa761e7cd
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:e006464df78a999b4ffc12d407ae54196764fe498643fc3cfe7795a81e97eef0
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:695f0d654cb09ac44e3603effae5a2312228ca2d0aae463ac312812806aa90e5
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:f7fff546690a21182205a2333b2c7dc3b1da64fd5bf7a787a07a3fac2862611a
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:2891895645d0f3234f4c6e9beee41ff10d5aa9eb980a6b0f9bdffe656e151179
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:125e8a370b07375129e1b289a9bd43c195c5e6d88e535958399c49cf05adeeff
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:d7082a7589d958a917a1d538a0e9ae5424ce272dee06c819cd3e1a2b78b1dae8
|
|
|
docker-ruby-nightly~ruby~0VO9YD.dockerbuild
|
134 KB |
sha256:dbd001206ba56cc9fc45659470a662235a64bdda908adbee7f8801cc74c269c1
|
|
|
docker-ruby-nightly~ruby~11MVKD.dockerbuild
|
158 KB |
sha256:aa6b170d2878f37ff0f3bee37e1b557b25e81680e4d3cbab7b55f1e42525a735
|
|
|
docker-ruby-nightly~ruby~2LCD6N.dockerbuild
|
103 KB |
sha256:e44e4a7b6b81029fe1c3b3c57861e13414c9845243b650a1db6e64a2848389e7
|
|
|
docker-ruby-nightly~ruby~46C63T.dockerbuild
|
114 KB |
sha256:acfdbd86a013da2a53798fbb47ff5dbe052e66e83dd7cbdcd63a4d10a24537e0
|
|
|
docker-ruby-nightly~ruby~5130FM.dockerbuild
|
120 KB |
sha256:4149423e748ea14c1c5769fbc7a57e47fdddc5fbef5c88b5ad8896b0fde32168
|
|
|
docker-ruby-nightly~ruby~6FJ7WR.dockerbuild
|
117 KB |
sha256:11a35c4dda5616ceb9036bb2d736922730ca68cb28878fa5da34a4a7a3384668
|
|
|
docker-ruby-nightly~ruby~6G693K.dockerbuild
|
121 KB |
sha256:67222dd13c912fc913765de5d03a05de796da8e0a544945d78ca17cbbd266836
|
|
|
docker-ruby-nightly~ruby~80WHN4.dockerbuild
|
101 KB |
sha256:6f18851ff0759440bd171d5cbe6316bafaad7d91b542ea6da5fecf05515dcbfa
|
|
|
docker-ruby-nightly~ruby~8Z2DVY.dockerbuild
|
103 KB |
sha256:dc38f48aaeee3ca312fe246ad4c8c8a21e8a501cd06bb97d5ec336b1dd16aec1
|
|
|
docker-ruby-nightly~ruby~9OOW4W.dockerbuild
|
102 KB |
sha256:e3663486a1c97e57770ec1ba3cc835444aa47240eb2f60a71a43b05cb72b5da1
|
|
|
docker-ruby-nightly~ruby~BA06B6.dockerbuild
|
122 KB |
sha256:b6cab9b421aee73cdfca0997d69c2be8a3f5396849e7767b7ffed1bfebae3366
|
|
|
docker-ruby-nightly~ruby~CCFW6T.dockerbuild
|
120 KB |
sha256:30a2eee26e3c923efb51a0bcc9e7fe9bb45e4d06122fd4ad29135afe232d3aa8
|
|
|
docker-ruby-nightly~ruby~G99KOR.dockerbuild
|
102 KB |
sha256:f60d01a4acec73593b1d479a7a10eb5c689c4c7b71955c2eec767c37c38d7264
|
|
|
docker-ruby-nightly~ruby~H3DGXJ.dockerbuild
|
119 KB |
sha256:f76d9125589b456df8513f75fca5a356745b83c3c6f48543999f96f29ca28ca9
|
|
|
docker-ruby-nightly~ruby~IGBS23.dockerbuild
|
99.4 KB |
sha256:51aaa061b153213dfebb2181b0a90fa27ce3c0b38f7393953620b9dc9a1869e3
|
|
|
docker-ruby-nightly~ruby~IJEC3R.dockerbuild
|
97.1 KB |
sha256:f74f9a237d8fd8fa29c91b6dadd8d1dd7959bbe785308f0cb26d98be82a358f0
|
|
|
docker-ruby-nightly~ruby~IM1KM1.dockerbuild
|
102 KB |
sha256:4fb2047a3dd89c75bc3246326daad25a66ce0f69e292e4fd8ae897a0606dfa31
|
|
|
docker-ruby-nightly~ruby~J5MQXY.dockerbuild
|
122 KB |
sha256:4187cbac7fc3f42b1f5b60ebba9ef8c95e323996901086f07af1fe2802ff9bc7
|
|
|
docker-ruby-nightly~ruby~LH4KX5.dockerbuild
|
102 KB |
sha256:f558fabbc010f1d6343f9ee888aece5f993e72aec0b1490299c337dbc8d9154f
|
|
|
docker-ruby-nightly~ruby~MIA5EH.dockerbuild
|
153 KB |
sha256:e0dc1d654987c8fc4630e28a470d2d7e9d19d6258797a8f380c1302182f9cbf6
|
|
|
docker-ruby-nightly~ruby~NVEY1C.dockerbuild
|
59.7 KB |
sha256:0d3ef32bc21e5de0e18025ead5f1797618a7df2eb3ebac26cf39ae979838d6f4
|
|
|
docker-ruby-nightly~ruby~OXGX1B.dockerbuild
|
58.5 KB |
sha256:c9fd682885e31cafddf3c65f833f21b6ee622cb160ea954590b3bf669316e8f4
|
|
|
docker-ruby-nightly~ruby~OZ83AT.dockerbuild
|
103 KB |
sha256:e1e3ea805ee412b0f34038dc9592a6fd6ef32ba58f166b11c55ffcb50cb9d5ae
|
|
|
docker-ruby-nightly~ruby~Q5T9JH.dockerbuild
|
103 KB |
sha256:26e8fd0a1150c483b565f57ebfae0b14514c508ae0ac939596ce257f0486a9b1
|
|
|
docker-ruby-nightly~ruby~QAF3RX.dockerbuild
|
99.7 KB |
sha256:2dee256b99440801a7e9bc79861ba45f74b41fec9345f5c1a5bc4a971db61169
|
|
|
docker-ruby-nightly~ruby~S0187G.dockerbuild
|
99 KB |
sha256:aed6ae61244f2ede810cbdc47344392ecf218e38870442abbcf953e8502f9dfd
|
|
|
docker-ruby-nightly~ruby~S9R7FV.dockerbuild
|
101 KB |
sha256:63570eb76232dc4b2326c60fb7e90171c143ebc67c555433dac4ab2c52ea88d0
|
|
|
docker-ruby-nightly~ruby~SJKZ4U.dockerbuild
|
134 KB |
sha256:4db6bf9531b795920820a0b5c117b0caf21a2ea0265e56c58db4e0fa393d0fa9
|
|
|
docker-ruby-nightly~ruby~TD7V3M.dockerbuild
|
129 KB |
sha256:4bd056c36c598993e7fbef1e6072508af98c9d96f2514340bdf84cd74d17a4e4
|
|
|
docker-ruby-nightly~ruby~U4DC18.dockerbuild
|
128 KB |
sha256:b8094836c771f984c1ee25a0f713c86d67e53a6da6de02dab8853f183a80f924
|
|
|
docker-ruby-nightly~ruby~VJEVDM.dockerbuild
|
99.4 KB |
sha256:1a886f3acd753809477a8e4dc7f1668f66982b6e3986d635ad9c3c878f250467
|
|
|
docker-ruby-nightly~ruby~VU6D57.dockerbuild
|
104 KB |
sha256:8bc0cbc1b5c0da845cd7c343e343279582ca7b62139461e7b79c24f434ce9d93
|
|
|
docker-ruby-nightly~ruby~WC0X9Q.dockerbuild
|
102 KB |
sha256:e00dc5cd832e78d86878637ea790adbf0252131b5a0d0a4e566f34198aa1c277
|
|
|
docker-ruby-nightly~ruby~X0WUUU.dockerbuild
|
112 KB |
sha256:d2ae72a836a4f7e7ba1d6267e2370d499f312a295946f4fae97565c13acfa721
|
|
|
docker-ruby-nightly~ruby~XRQKAA.dockerbuild
|
96.8 KB |
sha256:0afeec2b0ccd6d1d74e8103364498e007100a1edecfc49a700867110b6bc542e
|
|
|
docker-ruby-nightly~ruby~Y3HGD2.dockerbuild
|
102 KB |
sha256:0913fd3284a8abc309929ac752c3754e6a5d15b87d84432873963996ba3aea6f
|
|
|
docker-ruby-nightly~ruby~ZQ5N33.dockerbuild
|
123 KB |
sha256:887e0a719114fe6a0f14875c4c9f4a47abacf85a825a47ac0dcbe9af275db5e9
|
|
|
docker-ruby-nightly~ruby~ZRHEPR.dockerbuild
|
97.4 KB |
sha256:61cf45ac166f5e4fee90d2ee24fd49913d852e52f48ed2a24157d12e50289e4e
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:74a3d7773ed7657d120df250d599de6dd2eba4801c8a8d83c6e39e52c521bda0
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:d80ab92a63dfdda1f0619f09213372b9c062b6037ef0f473ad3e539e02941cfa
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:0728e510a76b5905ea09d6070520c2f4b38166b5d204d012369a6fcd2d95e9f7
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:57aba10cbfcbf6b3ca45605ccfb05b214125103364edf6bfbb5600f15027e190
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:cda8f19f2db63a2a0b6b3215d727308831921040e88e18f32b12deb41c09c63b
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:4f9c2affb504435f06da3e06e99e4a8aec55837552d272c44cb945cc7805c407
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:e65c7beeb030768490a9911d27d59b84e30b8b03000c1373441014f514155b5c
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:b43fa3aefa568feea5edc435273b6054420024912d4b0edb51996d243b52fee8
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:ca1c016f944f64c790b614c86f08b0355691a9109c83712b61c93c8893d9a0d8
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:5718fc1e9dee2b609dcb5dfea34a01fb7c0be740ee2fc56e8ac2f755f31ee5aa
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:45b493c5f46df6e19125704fd4e970ebff20f9aca3100acdd3cbe3da24f994a5
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:3ada88bf16e8ae85989b2611acede429b2e149c44e8918467306c0fef630a41c
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:2a92496d983d9c2c79e6c9a5f0bfa1c25643640469b9f68457f5818c2e39dd5a
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:9cbd11f878ace03c79a7ef8962cff38c32d02b4cf34d65a024164c49820422dd
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:8112ed6f81f018fad25172faee2e36c2c2daaa9e3466dd325d4cf815243a78c0
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:921495ef052ec6e104bd03245c745c0e44eff907b8a67ab1326515602171650e
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:6b99a1fef47948370ea28046beacd98b9ce484a50fcaa14aa40748a5a8f6b12c
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:5608742aa909036332621ae8e3b5d82956f713699cac4903e431c8266e908ce2
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:44cf5e4abcc5037612fff231c647fa1df2b1b0766889e63729badab5b01158ea
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:df0b1628c1ee93d7f2f31c7c21ea149c27cfdc70d533252b0c6bfa35bd2775f5
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:231a2e4413a8a0a869daed4646db6c247cc492f2620b6d758d36be77e507a5c9
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:805122c179983b56b690781db9898698278d3c6532246642db674f939f761af4
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:e261b4e13584730d04b2510baaa295de159bfd258c9dbc555c4cf85e8d8375fa
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:555dbe938f16a207063375a60ca0517eb94dd2085665d1f97dadfdfec126c761
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:cc1d738ea18bf4bbb682f7801c2ee1d7ab2297f4feb24d546cb7ef1486397c5d
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:9653d141443dfff735d69f6165f7886069adceca7fa7b2af7da5970a515e9f4a
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:f0094f57762f9a395e4c44067fee7285ced600e87fccecbe8e01471ba2b8cfce
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:2a3f3cb3c2b0eb76bf55be364b241378f306ab7dcf72fb956d5d2fc1bd571252
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:555e50a65483338e3cc032028db0f7f1fe2af19706cf657f4f39386123527eda
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:e804dcb3bde8609b2f5095b0f49c7f91ffbc08ae1e2a7f84c53873d0e02edb80
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:6301c1be276ed819816f9725d14a67bce8560000992e41cdfaa844d017bd7f0f
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:e559f98351149b8c4ecab7ea9812cdc61c9bb2be56627349e6d4f5b9f86b6b0d
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:4177290873a790b505025139dd4a173a1afb3be98340b899339eee21637c9c55
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:969b979933fd2390a3038a278fcc9684dc7cee0eaa0e06d0ae8329e75c8c7094
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:8f886f8a29cc1bbadb1c6e2e69c67ad43953c46536a0e9e622e5301d7787e086
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:faef2f2cdb37bd3d3dd82b5548b0043e787862845d10f25e8afabfc75bb771ba
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:660b9810688509960e62bd4975c4a7d29987589b7d5f73bbd0e9e6d9e7bb5c9b
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:d732aa1464223e790f59c35d1ea9b0692f86e14fdf423d8f96ff9a143bbeb5a8
|
|
|
snapshot-master
Expired
|
17.6 MB |
sha256:5d85255346d22e3de8539a9266040af10d28142e019ad4c2bf030980e948cc70
|
|