Docker Build #867
Annotations
2 errors and 76 warnings
|
alpine3.22 - linux/arm/v6
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; \t\tapk add --no-cache --virtual .ruby-builddeps \t\tautoconf \t\tbzip2 \t\tbzip2-dev \t\tca-certificates \t\tcoreutils \t\tdpkg-dev dpkg \t\tg++ \t\tgcc \t\tgit \t\tgdbm-dev \t\tglib-dev \t\tgmp-dev \t\tlibc-dev \t\tlibffi-dev \t\tlibxml2-dev \t\tlibxslt-dev \t\tlinux-headers \t\tmake \t\tncurses-dev \t\topenssl \t\topenssl-dev \t\tpatch \t\tprocps \t\tyaml-dev \t\tzlib-dev \t\truby \t\ttar \t\txz \t\tyaml-dev \t\tzlib-dev \t; \t\trustArch=; \tapkArch=\"$(apk --print-arch)\"; \tcase \"$apkArch\" in \t\t'x86_64') rustArch='x86_64-unknown-linux-musl'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.27.1/x86_64-unknown-linux-musl/rustup-init'; rustupSha256='1455d1df3825c5f24ba06d9dd1c7052908272a2cae9aa749ea49d67acbe22b47' ;; \t\t'aarch64') rustArch='aarch64-unknown-linux-musl'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.27.1/aarch64-unknown-linux-musl/rustup-init'; rustupSha256='7087ada906cd27a00c8e0323401a46804a03a742bd07811da6dead016617cc64' ;; \tesac; \t\tif [ -n \"$rustArch\" ]; then \t\tmkdir -p /tmp/rust; \t\t\t\twget -O /tmp/rust/rustup-init \"$rustupUrl\"; \t\techo \"$rustupSha256 */tmp/rust/rustup-init\" | sha256sum --check --strict; \t\tchmod +x /tmp/rust/rustup-init; \t\t\t\texport RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \t\texport PATH=\"$CARGO_HOME/bin:$PATH\"; \t\t/tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host \"$rustArch\"; \t\t\t\trustc --version; \t\tcargo --version; \tfi; \t\techo \"$RUBY_DOWNLOAD_SHA256 *ruby.tar.xz\" | sha256sum --check --strict; \t\tmkdir -p /usr/src/ruby; \ttar -xJf ruby.tar.xz -C /usr/src/ruby --strip-components=1; \t\tcd /usr/src/ruby; \t\twget -O 'thread-stack-fix.patch' 'https://raw.githubusercontent.com/docker-ruby-nightly/ruby/master/thread-stack-fix.patch'; \techo '3ab628a51d92fdf0d2b5835e93564857aea73e0c1de00313864a94a6255cb645 *thread-stack-fix.patch' | sha256sum --check --strict; \tpatch -p1 -i thread-stack-fix.patch; \trm thread-stack-fix.patch; \t\tautoconf; \tgnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; \t./configure \t\tcppflags=\"-DRUBY_DEBUG=1\" \t\t--build=\"$gnuArch\" \t\t--disable-install-doc \t\t--enable-shared \t\t${rustArch:+--enable-yjit} \t; \tmake -j \"$(nproc)\"; \tmake install; \t\trm -rf /tmp/rust; \trunDeps=\"$( \t\tscanelf --needed --nobanner --format '%n#p' --recursive /usr/local \t\t\t| tr ',' '\\n' \t\t\t| sort -u \t\t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t)\"; \tapk add --no-network --virtual .ruby-rundeps $runDeps; \tapk del --no-network .ruby-builddeps; \t\tcd /; \trm -r /usr/src/ruby; \tif \t\tapk --no-network list --installed \t\t\t| grep -v '^[.]ruby-' \t\t\t| grep -i ruby \t; then \t\texit 1; \tfi; \t[ \"$(command -v ruby)\" = '/usr/local/bin/ruby' ]; \truby --version; \tgem --version; \tbundle --version" did not complete successfully: exit code: 2
|
|
alpine3.23 - linux/arm/v6
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -eux; \t\tapk add --no-cache --virtual .ruby-builddeps \t\tautoconf \t\tbzip2 \t\tbzip2-dev \t\tca-certificates \t\tcoreutils \t\tdpkg-dev dpkg \t\tg++ \t\tgcc \t\tgit \t\tgdbm-dev \t\tglib-dev \t\tgmp-dev \t\tlibc-dev \t\tlibffi-dev \t\tlibxml2-dev \t\tlibxslt-dev \t\tlinux-headers \t\tmake \t\tncurses-dev \t\topenssl \t\topenssl-dev \t\tpatch \t\tprocps \t\tyaml-dev \t\tzlib-dev \t\truby \t\ttar \t\txz \t\tyaml-dev \t\tzlib-dev \t; \t\trustArch=; \tapkArch=\"$(apk --print-arch)\"; \tcase \"$apkArch\" in \t\t'x86_64') rustArch='x86_64-unknown-linux-musl'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.27.1/x86_64-unknown-linux-musl/rustup-init'; rustupSha256='1455d1df3825c5f24ba06d9dd1c7052908272a2cae9aa749ea49d67acbe22b47' ;; \t\t'aarch64') rustArch='aarch64-unknown-linux-musl'; rustupUrl='https://static.rust-lang.org/rustup/archive/1.27.1/aarch64-unknown-linux-musl/rustup-init'; rustupSha256='7087ada906cd27a00c8e0323401a46804a03a742bd07811da6dead016617cc64' ;; \tesac; \t\tif [ -n \"$rustArch\" ]; then \t\tmkdir -p /tmp/rust; \t\t\t\twget -O /tmp/rust/rustup-init \"$rustupUrl\"; \t\techo \"$rustupSha256 */tmp/rust/rustup-init\" | sha256sum --check --strict; \t\tchmod +x /tmp/rust/rustup-init; \t\t\t\texport RUSTUP_HOME='/tmp/rust/rustup' CARGO_HOME='/tmp/rust/cargo'; \t\texport PATH=\"$CARGO_HOME/bin:$PATH\"; \t\t/tmp/rust/rustup-init -y --no-modify-path --profile minimal --default-toolchain '1.84.0' --default-host \"$rustArch\"; \t\t\t\trustc --version; \t\tcargo --version; \tfi; \t\techo \"$RUBY_DOWNLOAD_SHA256 *ruby.tar.xz\" | sha256sum --check --strict; \t\tmkdir -p /usr/src/ruby; \ttar -xJf ruby.tar.xz -C /usr/src/ruby --strip-components=1; \t\tcd /usr/src/ruby; \t\twget -O 'thread-stack-fix.patch' 'https://raw.githubusercontent.com/docker-ruby-nightly/ruby/master/thread-stack-fix.patch'; \techo '3ab628a51d92fdf0d2b5835e93564857aea73e0c1de00313864a94a6255cb645 *thread-stack-fix.patch' | sha256sum --check --strict; \tpatch -p1 -i thread-stack-fix.patch; \trm thread-stack-fix.patch; \t\tautoconf; \tgnuArch=\"$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)\"; \t./configure \t\tcppflags=\"-DRUBY_DEBUG=1\" \t\t--build=\"$gnuArch\" \t\t--disable-install-doc \t\t--enable-shared \t\t${rustArch:+--enable-yjit} \t; \tmake -j \"$(nproc)\"; \tmake install; \t\trm -rf /tmp/rust; \trunDeps=\"$( \t\tscanelf --needed --nobanner --format '%n#p' --recursive /usr/local \t\t\t| tr ',' '\\n' \t\t\t| sort -u \t\t\t| awk 'system(\"[ -e /usr/local/lib/\" $1 \" ]\") == 0 { next } { print \"so:\" $1 }' \t)\"; \tapk add --no-network --virtual .ruby-rundeps $runDeps; \tapk del --no-network .ruby-builddeps; \t\tcd /; \trm -r /usr/src/ruby; \tif \t\tapk --no-network list --installed \t\t\t| grep -v '^[.]ruby-' \t\t\t| grep -i ruby \t; then \t\texit 1; \tfi; \t[ \"$(command -v ruby)\" = '/usr/local/bin/ruby' ]; \truby --version; \tgem --version; \tbundle --version" did not complete successfully: exit code: 2
|
|
trixie - linux/amd64
Failed to 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:
|
|
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-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/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:
|
|
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:
|
|
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/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/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/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:
|
|
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:
|
|
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.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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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/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:
|
|
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/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.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:
|
|
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/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/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/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:
|
|
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:
|
|
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:
|
|
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.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:
|
|
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:
|
|
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/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/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-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:
|
|
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:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:ae0b227238c112dc0b88f65af8103d1d4a25de9f54ed54563bcbbe682af0a68c
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:5425fa14033718029097ab2602f9358ca5f70613712488665f014a91bb5b9e04
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:fbc1af2ecfcd69a53d249d05b67c3a673b7e11e5d32aa432c3bfec434de74b5b
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:a53a7b99df600cd598ec9140970299e0f73238aed30ab129aa9f6ceb987a1138
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:edb23981e739e9d6c655ca9fbfea34feb5a15cafbfd9db538bbc7410644d9784
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:fbe53b3c3f470a8b5109a0292748a0a04665425def34cc30f081936c7709001b
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:f24e155cf9fdffc03ac565240d98ca579dbec94855428889457a271369962139
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:a59c984af79ef71628fffb4773b599a92156b319c837032504e65837a9fc7876
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:a02a4c3eeaf418313b4266641da0c9bcee3d74c1ee5845fd4f0ed12c4726a41c
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:6e38dd4fe354ac6194b723cf2b5fa8a143966bdd2d996d2ff75a9de880bca991
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:c20db8698a400cba586f4589f0f6602294f8eabb3e33d24cf10187e4fb3c7e73
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:17466cbd4c09ef284c0c237bf036d3c0aac3dbb4ffa95dc75700fbd7d3e0bbe2
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:d85277e9942ad1ca2eb4b24dcbc3869afba184c8b58de4187533c61f576cf9de
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:a8e85df067db615f883f5982acf9d9aa4bdc5ad11acf3eaf20ea0e3f5d6f677f
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:643208a6568da40f60e78e9ae84a9beff3c43bc92d63b86d75f88949aa00fc1b
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:665d3a9bf0979d32995e5090868afac87c4796bec062f9916c08f405a85a163e
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:137ea72441ab3eb7b40119c036851474fa593d4a515533419414411f3903ac65
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:7d3f012192f4dd8c660f8e8826acbf94e4a9e8b9fb593fd2008bcfe2ead18ba4
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:cbd38c6d54c481f39fe946afc9106a0404e1b8506ae06f091d13a99aaf2c19a6
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:0f761938ae6fef87634160af9f40d068119d743902285af5024ecfc5401d70c0
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:a3fece22814dc5560b04a8c5acf41c255b2088867543a21be0b398408d14f6e1
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:93da16cc767913526628c14ae7e9029fe5576626f431fa70128d5c972100bd26
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:11190975050e3280aab747890223cf9279be5ec0353d6a1dc814e5a01c282607
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:d9971687212e8c116e71bfe32d2dba519cfdad24ce61ff328ffc7c880012318a
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:a8b2993bfea263742b45bae8b3a44c08ecfc2b42bf619c8fd30d888eee97b930
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:60af11fdc75529446a62e42b0cfa67791d395e741bdb1dd4f0543c43c5acc0ab
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:6fff2d4ba96663b69ef69919edd89588733494f37c0dd0b8647c1aaaf51c7de3
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:df3ff406bceae57f8d1024d35e591067fdbd89288a9670355e4c77623c8edcd1
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:cfadc3ef8c2c94df442f698bbacfbfa2313836a0aa9faeb55987610b8734aaa0
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:ff6d5d2bcf7f1a82f8415d20cbf9ad4a3818f4284b2ecf6d94beb0027711b7cd
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:89c583a9a9b3ef1fda1a056bd9c64cde20862566e73d7a3af5b2cddb9f5264a4
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:fe1bdb9ce5127827c2800652e276974201f1e4bff12f502a2248f3c4874e0e67
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:703caa6588097fbe5783381d93618b8ccc83373730066b99fec9d3dd75a76c75
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:71e6ce11dccb6d3de881b47fc04288ae38a6b653f8de5da254b3df691b132898
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:03b2c567de06c54b79bd7c786bb877950120e25b3da55cb8e750663f8148047e
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:635e8c7c079fd99414dc6ca3247f9ab89d36ca321fd9f0fc7067e0a83b93b1a0
|
|
|
docker-ruby-nightly~ruby~1C3JVJ.dockerbuild
Expired
|
99 KB |
sha256:7c66ce7e863945a2dcc15fc6ee596e5b56d310506c065ffc09108566ee2fcb48
|
|
|
docker-ruby-nightly~ruby~1VCSB0.dockerbuild
Expired
|
98.3 KB |
sha256:cec1d909d9b61c08d85cdfa20c4a2fb377bce171fe0bd8dd7371021f6d65be46
|
|
|
docker-ruby-nightly~ruby~2E745X.dockerbuild
Expired
|
154 KB |
sha256:333eed01dfd0b0d0e56410a35adb9c4b2935ccfe2fe0ec7bfcfd6e414b486865
|
|
|
docker-ruby-nightly~ruby~3774T5.dockerbuild
Expired
|
103 KB |
sha256:714007735c8e54ab295565eb1b35fa354e652dc81c1bb36928e972130bc0ff93
|
|
|
docker-ruby-nightly~ruby~439UT6.dockerbuild
Expired
|
125 KB |
sha256:d0c111f76e38ce17d5857c95fbc277beace05fe491c0eaab0397a3b6fec8d94b
|
|
|
docker-ruby-nightly~ruby~4JNT5I.dockerbuild
Expired
|
103 KB |
sha256:636dc97aad57ae635154a897919b7697c4fc363ef256b12bd919a1f567c68f8a
|
|
|
docker-ruby-nightly~ruby~5ZCQ6H.dockerbuild
Expired
|
115 KB |
sha256:35cb91ce637c58764ae602b94bbb6b09552aac950ca3d0688c8ae52f8e6fe5a2
|
|
|
docker-ruby-nightly~ruby~7LYGKT.dockerbuild
Expired
|
100 KB |
sha256:459ea99355abd74eddc4b3880087e7f7463f02c2b17c0508092864243540861f
|
|
|
docker-ruby-nightly~ruby~8FGLYA.dockerbuild
Expired
|
101 KB |
sha256:0c9e46d4c8938abcb86f6ff7d476936177421dbad016d635c89966f9cf51f709
|
|
|
docker-ruby-nightly~ruby~AHKW7G.dockerbuild
Expired
|
99.3 KB |
sha256:d5c52beda30d900660e03f53f89eaaabf6502a9c017e0372c66f132931576ae1
|
|
|
docker-ruby-nightly~ruby~BNL03J.dockerbuild
Expired
|
131 KB |
sha256:8c9732b6d6f3037e66655f82404f124b4c9e75e15e553c4afc3485361700f4d1
|
|
|
docker-ruby-nightly~ruby~CBLSR4.dockerbuild
Expired
|
135 KB |
sha256:f8f1b08055bc3928d6f4b78025f75ca2b27c680b866b7741339e13fe5dc38b98
|
|
|
docker-ruby-nightly~ruby~CJQKDV.dockerbuild
Expired
|
103 KB |
sha256:eb1cb4fd50a88e9df2f9b5e46d75d22e52200e7c4515b53b85b00668bf8cf93e
|
|
|
docker-ruby-nightly~ruby~EUI35N.dockerbuild
Expired
|
100 KB |
sha256:16a5bd4fa957a19bebd73430ab5905ef943f813414fbc2f19a1383ae3767e357
|
|
|
docker-ruby-nightly~ruby~GRWFAN.dockerbuild
Expired
|
161 KB |
sha256:babdb87ef161c8f1ca2b7886dfc95c44f580df1ba04058afd5d228764c85b2d3
|
|
|
docker-ruby-nightly~ruby~GZJMIG.dockerbuild
Expired
|
100 KB |
sha256:5224ff0fc521fca346d8b837ffd196360c872106f89c5065c95da4f07a70165a
|
|
|
docker-ruby-nightly~ruby~HDPZBO.dockerbuild
Expired
|
115 KB |
sha256:25a467c5a45391e51ac6bbb310b27d2063406beea98006eacd54a34f8416660e
|
|
|
docker-ruby-nightly~ruby~I6XQ6N.dockerbuild
Expired
|
102 KB |
sha256:a212919311627b7e6e683d9d843f91a2c8d2949b2da58b30a26315c164a468ba
|
|
|
docker-ruby-nightly~ruby~ITTUJ2.dockerbuild
Expired
|
124 KB |
sha256:fa75efd369a959f3d1db246697e19ee8af5db85a6d52f8ad0692e80b6605d377
|
|
|
docker-ruby-nightly~ruby~JGF7B8.dockerbuild
Expired
|
102 KB |
sha256:099299b64db477df14f4567289f661d05a5e8eade1de5c012cc9d9623b41e77a
|
|
|
docker-ruby-nightly~ruby~JUHK8N.dockerbuild
Expired
|
114 KB |
sha256:5ead48e1112cb55ffb9dc810541a5ed0e9da072678c8be25ad4deac75d035a5e
|
|
|
docker-ruby-nightly~ruby~KE2OWH.dockerbuild
Expired
|
121 KB |
sha256:2fa65010bc67e788a6468673c61ce876f63a93f7116c2e919282b5613b0ba514
|
|
|
docker-ruby-nightly~ruby~KVFK7Q.dockerbuild
Expired
|
124 KB |
sha256:c87f3f0f3fce08c566ab5ed5421440ec62a0588e403f57d3610c337528601dfa
|
|
|
docker-ruby-nightly~ruby~LM5LKR.dockerbuild
Expired
|
122 KB |
sha256:8e5c2e0d6dfdeecc3bba49ea8f785b7bf1eafd3d64fde08556103419e9835ce6
|
|
|
docker-ruby-nightly~ruby~NFAAR1.dockerbuild
Expired
|
98.2 KB |
sha256:209db7f872500bc717064538a8f93f799b5f00d33ceb654488e0993e2aa774c6
|
|
|
docker-ruby-nightly~ruby~QW2LXS.dockerbuild
Expired
|
102 KB |
sha256:1fee697bb4a791cd4bf48151b346a8cef24a0d2e3d4020a05c395fc788e30884
|
|
|
docker-ruby-nightly~ruby~RKOMAL.dockerbuild
Expired
|
119 KB |
sha256:c7c32cf4390592fcd3a56cf479a83817eff8f25adf4f7c8447db3082a0549cbc
|
|
|
docker-ruby-nightly~ruby~S555D1.dockerbuild
Expired
|
102 KB |
sha256:2dda73ab196a10517397ca0edc757a350e61c0ad7e8ee87c84df5f165ec36ddc
|
|
|
docker-ruby-nightly~ruby~TGOUSD.dockerbuild
Expired
|
102 KB |
sha256:ed8b3ba0fbf9254c40a211122ceb79a589e20a6a5975cd23dd6030edf900d0eb
|
|
|
docker-ruby-nightly~ruby~UF4XUR.dockerbuild
Expired
|
135 KB |
sha256:9d19132f7b396371b3e56e36cb1a3e3ce3391267359bec5980d5227de84f96a8
|
|
|
docker-ruby-nightly~ruby~V8VIGB.dockerbuild
Expired
|
60.2 KB |
sha256:c6826429ac22ae4fa67a6e6398e27743b128393a480c3040f418ce7789102675
|
|
|
docker-ruby-nightly~ruby~WYPEC4.dockerbuild
Expired
|
100 KB |
sha256:8d9e03ad08e5479fdb0feaa25d06bd783d4111543c31591a414b48c40cc430e6
|
|
|
docker-ruby-nightly~ruby~XND2GB.dockerbuild
Expired
|
99.2 KB |
sha256:6598e90c12ecac1fc0eb589ced20791f7e1d312b3653aaed6535825d77047c73
|
|
|
docker-ruby-nightly~ruby~Y7A0Z2.dockerbuild
Expired
|
98.4 KB |
sha256:5a571624373dbe01252c3dc8e60b5d4447e9147fb0df8845608fa2bcf14a7ff6
|
|
|
docker-ruby-nightly~ruby~Y84GNO.dockerbuild
Expired
|
132 KB |
sha256:1319cbf0cd06f0153b05dc4860df02f52c34cc8a4dd40e4304fd08ee33ed5bd8
|
|
|
docker-ruby-nightly~ruby~YIF8B4.dockerbuild
Expired
|
104 KB |
sha256:64cc8a208ed08836b8b120d793dd7b49c21c4641426e31f9cd875240fafd810e
|
|
|
docker-ruby-nightly~ruby~YNKYWC.dockerbuild
Expired
|
61.4 KB |
sha256:d879be4caec4e4f3d914c9f12ce0a181b3221b39d6dfb3e364bdec6cee56add8
|
|
|
docker-ruby-nightly~ruby~ZIYWZI.dockerbuild
Expired
|
120 KB |
sha256:8206e4631d46d1a0776b626437ef241b8cb41fafaa168cd95f53d7ddce5258b9
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:88c6d02f711c5c6fe7c92f10ffd63da09dbb58b9e2b6eaa1e0ca10eaecf4d16e
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:4e3ef002803bf9bc59c8b03b666b10cf7e67cf0b677f4451e59faa5e2edf8ed6
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:963879cc58160490bf2dd598abdd4fc25abdb374194c998096198c7377fcdd1a
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:1cba3a05f8139a2c4c035d71883da712b947e7c94e87ebf87d4f2ed1828b0bbb
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:c23c8eba5bf88887c3f37cb02610b915ae9983e664f26c43ac5c95737a05eb53
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:d89ba35c548feba65f5f192d48b89610eb9ca5863206970134e637cca00af1e5
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:10c299ce0f5bbb81083ef6d61096097e4098846648238055ff75a67ffdff43ac
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:97fbe3b16866145272f77672a991a31eb9a641a9ce1100b5b96a0480e189e1a8
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:bb6f04f5a5391f780f19d6f83d15bb06f216ca3dd359981c92c41e60b6c39555
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:bd97e58258d181d9d5629db89dc37fc08b449da186f2c2f66f7032c6d2b4f5ac
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:fe8240ed196cd00598980666f19fe3c978c37393fcefb06fc579554717fa4107
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:520dba41b5bc966a2844a022c06ea2054d2497c0ca1cab54c8e06264021570a4
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:d1f8a0d1cfbdc979964b2adcd15a84ed6f3135d9c3f5150c9e72bbf4322c03cc
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:f1bfa29ef82db53baf8db2a56245179a68626e9cd3ac93b251f0e49f098d2105
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:084f7d6014e95414a913498dcd2382ef54f872d18d0e4cb56180dd4a5f7a7a87
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:76b0ecae8dd81578f04e4034ce73ac61be844593d54222be96b2c4753057a610
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:7c52915703da1485bf9d5c370f4938d011f499f2c28d4646d6c1cabcb2123062
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:5e292658cd30b02819235e164b1db6e1f405fa4b31b52245bf8bb679a5122744
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:3e5c2009dcfcd16d90de6559726c1eef2492865d50f60f9016fd5537a235d8fd
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:af6dc2a7258744cabe3b361e093e7dd3dda505aaa5c105dc8970e577f95fddb8
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:09b1ae6de3acc5b52b53f6265033a57aba08c07ebf47f40fad1119af74739cbe
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:f5fec14b6747d89840668ccca0a57221301b5dc64072bbe83468c4fae8ed8c02
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:ed8f1aafcbe79cf6afd3f78c082017c4f0e7a4ead17afad67cc8af4485b496b9
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:9f5a6e8ab08041407680115ec1d2ee0b7d55e159d256add2134470132b60be5d
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:f59cbf69ca9072b476aa1435b69bdb626e23e5e27fd1db677971486254f45219
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:d89f03dac77d111045910347a2fbdf9d2727c303ab236ceec95cb85ff83b4bf3
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:4ed451ed679b38f5e2b960396fcd520b01d39d6230b5be1a8afd84b3f74fb52b
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:4ee855f7ec11ba41add679d4061163b284571563adceafe2499248c51c62b1eb
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:502221fe5e428a51fc9d8069b2e23781aabeecd6751b1a6df7fa9d7ef174a2d8
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:53b50ba39836334ec19c15613715c905e4c77e85822d1a55fec5fcb03361f050
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:6d522519aa742773050c5a07bb54a711fc2268377c2a0b8dfff1397e2cfe0942
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:4d7241d00526a936c9d7210334de9573fc813016973b8c029247a0c44bc54092
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:9016962f52177eafc434aa732f9b1920c9adf1f439a4c5a55e45d70c14f3da7f
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:bbf1e57e136861560b5a16e90d1bf33626779d1a52ec53b4f3100feb2924d719
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:9ca4bd75b54ffa178ac61808d95c0c2ca3d75285ab55b991959c9ec360a709ef
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:dcee908ed6dd42341c4bb6d21a62576275538f995950bd7bb37e3e27ac835dd7
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:cdb7ce2b62f43b8da4e4258ef3a5cf4bcee6a5f533d81c8848c3116b56504703
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:1975c234cd9e7393604863e981c7b978deb77b69437fcca8c80628b771df5d72
|
|
|
snapshot-master
Expired
|
17.5 MB |
sha256:f15d387a67982ce8c56db7e3ad56924efde7efe0dab4a192be92246e4ad5d82f
|
|