Docker Build #859
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
|
|
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/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:
|
|
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/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/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:
|
|
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-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:
|
|
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/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/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:
|
|
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:
|
|
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:
|
|
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:
|
|
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-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-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:
|
|
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.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:
|
|
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/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:
|
|
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:
|
|
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:
|
|
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.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/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.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:
|
|
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:
|
|
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.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:
|
|
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:
|
|
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:
|
|
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.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:
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
digests-alpine3.22-linux-386
Expired
|
244 Bytes |
sha256:7f385df2c39f1964465fb54407a37afb87f40700b50c6279ca539307d33439c6
|
|
|
digests-alpine3.22-linux-amd64
Expired
|
244 Bytes |
sha256:cff08265b1c7ea5db2ad661dd575181b6d2a94dcaf7f49f80a33a2d6865dfb15
|
|
|
digests-alpine3.22-linux-arm64-v8
Expired
|
244 Bytes |
sha256:f8b67253b1c299d486a24a082594fc1081f263f1acd0290ac333ce6365a72642
|
|
|
digests-alpine3.22-linux-ppc64le
Expired
|
244 Bytes |
sha256:24664267361a880c23eb0fbc114d056e57bc8862e4302e7458ffa76d4da08c9c
|
|
|
digests-alpine3.22-linux-riscv64
Expired
|
244 Bytes |
sha256:52c875fdd71cd35edc6b98944b0a5e39f994d701563ec728f5d5fce6b22c300e
|
|
|
digests-alpine3.22-linux-s390x
Expired
|
244 Bytes |
sha256:26611e7be4b50792a8e0580a435c236802adc5765786c2ba44a7c3749fc01887
|
|
|
digests-alpine3.23-linux-386
Expired
|
244 Bytes |
sha256:7ed0b7fad452222184fdf35fc319a83ee9b0241ccbef62f031e1a94ffaf8c645
|
|
|
digests-alpine3.23-linux-amd64
Expired
|
244 Bytes |
sha256:855c2397ce0001245b5beb1b4b6b5aa8ed0b0277fb162642bdc461cf0582b027
|
|
|
digests-alpine3.23-linux-arm64-v8
Expired
|
244 Bytes |
sha256:1cc081c005c421347409d3b998c6a5097893c996843a7b118155e300fc1c5619
|
|
|
digests-alpine3.23-linux-ppc64le
Expired
|
244 Bytes |
sha256:4ab14f15bac584c2c6c23ec2190f3b9f1846096a5045504149823cd5e7336173
|
|
|
digests-alpine3.23-linux-riscv64
Expired
|
244 Bytes |
sha256:156ed11aaabc5375cbbf38fc4fea14f55ce090ad9b717b9655c09aad1691ff75
|
|
|
digests-alpine3.23-linux-s390x
Expired
|
244 Bytes |
sha256:9b6641e385d7612aeb71f365c7fc900245ca0bd286d99cda3217099d6a9a8442
|
|
|
digests-bookworm-linux-386
Expired
|
244 Bytes |
sha256:6f47b940d463dbea771a38b75557719fe94053d1d73d8195e5ece8998179cadb
|
|
|
digests-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:2d923f7b2eeef058d7097284785dfac877c329464a006d147b2d8900f498577b
|
|
|
digests-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:b29754ce3b4c95057238f64e3b41cfdefebb37eaaecfccf2c96925f6ca6ab01e
|
|
|
digests-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:3c586e3d2884092e7cca101cd872b936f3a9b2db71c2c022194e63a79fa0a5bc
|
|
|
digests-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:2da9958a294ed1b8ebf8e50e237d9a7216c2bbe556277eaac42320d1cdc5237f
|
|
|
digests-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:e9f94686893e75aefa6388336b5f36e4643a736483432c1014da3cb371580cb5
|
|
|
digests-slim-bookworm-linux-386
Expired
|
244 Bytes |
sha256:165dac3c5d69035c9c2b521765ef6e0d3c7ad010c6ee97cef11b6936cdddd454
|
|
|
digests-slim-bookworm-linux-amd64
Expired
|
244 Bytes |
sha256:e8669d78775c3cc4052ce844c8209f060cbe9a60e26e8d76ffea6a562568371e
|
|
|
digests-slim-bookworm-linux-arm64-v8
Expired
|
244 Bytes |
sha256:931227661ca57ff38a605b66abecb79fccb700a8f6f72f11f6335843caf3e1e1
|
|
|
digests-slim-bookworm-linux-mips64le
Expired
|
244 Bytes |
sha256:888b410da8696a34aab102bf734163a9384469aa110438f7350c3fec6e6f3a39
|
|
|
digests-slim-bookworm-linux-ppc64le
Expired
|
244 Bytes |
sha256:af4416111d0d1ae1f9956a9dd40711358a90eb4304ba4605077487d7501daca5
|
|
|
digests-slim-bookworm-linux-s390x
Expired
|
244 Bytes |
sha256:6a1e3ed3d7d498505ec90c26f82c72ff4b5b71b798e21950a42440919e52576e
|
|
|
digests-slim-trixie-linux-386
Expired
|
244 Bytes |
sha256:0ff70c0ace802d9a832f70cada0b5f6bb0796c52d89846f11379159e0d3b67cc
|
|
|
digests-slim-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:635d401a08dbaba1827b4291cf281517d010d7c3021b4d95a52a85fea9575869
|
|
|
digests-slim-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:b3eed340539f82e6121fabb0a7c7d771acd3d43e4659e84745a8807c30a620e7
|
|
|
digests-slim-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:568c19420f1b39616f53e46eb022c5521c8e3522d548883a49f17494e82191bf
|
|
|
digests-slim-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:69bdccca746668fd1de15aba97ab53085e49500a21b10bb57de99ac4c77809a4
|
|
|
digests-slim-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:ac20e31ffb57fa9d05cb5d7a7844ee6ed8c28563d8bae01e0558b4f406572f08
|
|
|
digests-trixie-linux-386
Expired
|
244 Bytes |
sha256:6153014baafd80016b59245dd0116013e227e153c32dbc9f7cb7f71d90eb918b
|
|
|
digests-trixie-linux-amd64
Expired
|
244 Bytes |
sha256:55d224a8e57a33dc7009cd597dcc3b81c672d993fd8e2694938fd4b91c0532c9
|
|
|
digests-trixie-linux-arm64-v8
Expired
|
244 Bytes |
sha256:fa0ccae4d30b704027ea0f077126ef582efad83d3820cbde01440a26311cd30c
|
|
|
digests-trixie-linux-ppc64le
Expired
|
244 Bytes |
sha256:5327d52bd86b0885feafd54152e40e8f68be049cfaf61d175fe75f8d04ece929
|
|
|
digests-trixie-linux-riscv64
Expired
|
244 Bytes |
sha256:678e6833fc2e296160aedb59184f5303088dc3bd24dd54507a468e0783166816
|
|
|
digests-trixie-linux-s390x
Expired
|
244 Bytes |
sha256:27465f21bdcc6ab3736bf444e5c5318bdb0c2171e630e5e718b7c1d0406bed8e
|
|
|
docker-ruby-nightly~ruby~0NHCK2.dockerbuild
|
114 KB |
sha256:d06087b3eadfcfa17427983fdf8d13f5a8ebb34e93a92e1ef45f9b2c9e5181f4
|
|
|
docker-ruby-nightly~ruby~14I0WL.dockerbuild
|
102 KB |
sha256:ae64c6d7e35d6c35fabff7c5e35809f0565d5230da5a3dd21b3e2ff62f229f80
|
|
|
docker-ruby-nightly~ruby~2GT4OH.dockerbuild
|
102 KB |
sha256:f526cea2f3cbee0fbe10a77b51ee5a7bd23b6bf3ab7347f2dc891359d4e7664e
|
|
|
docker-ruby-nightly~ruby~374RSB.dockerbuild
|
121 KB |
sha256:47ce51e1ebd1a12bf82ec105b80c105057c8a1f3e4f92a3f7ac0c3b3e16cf74f
|
|
|
docker-ruby-nightly~ruby~3NB88R.dockerbuild
|
97.4 KB |
sha256:4b80d87e786201918f29410506faf0ccbc4c09e2a9e2af377408ed9b5283a846
|
|
|
docker-ruby-nightly~ruby~54HGNU.dockerbuild
|
122 KB |
sha256:48e025ee9a25cc6683ae68831c4dbc2af1f63ce4bc29e922e793d92c95ba84c0
|
|
|
docker-ruby-nightly~ruby~5FENO7.dockerbuild
|
121 KB |
sha256:674c02d1443fb5579f48be2f37b4ede243e271fef466aeb9ba8cc5bd965da1d9
|
|
|
docker-ruby-nightly~ruby~7Y7LBI.dockerbuild
|
102 KB |
sha256:5f9c72e9454b50c7b48c17d95d9ce197fd124161bca01cf2e3596fb3cbee59af
|
|
|
docker-ruby-nightly~ruby~BDOSNP.dockerbuild
|
104 KB |
sha256:5c46f81468ff33b03a75e0dc5cd1fbe41d92070dc02b15211d63d7a3aa9d8ab4
|
|
|
docker-ruby-nightly~ruby~CZE3R4.dockerbuild
|
159 KB |
sha256:901bf2d9c655d982135ffa933c86b9410f627631441d90e40e428b4f7601883a
|
|
|
docker-ruby-nightly~ruby~D2XJUQ.dockerbuild
|
124 KB |
sha256:6edcd68c4ec7bd1b271a5c75f84ed4cc5d2e620d62ea5e16aaca448e366d7d0f
|
|
|
docker-ruby-nightly~ruby~D77RKO.dockerbuild
|
101 KB |
sha256:285cdbb0c80ad7d14c80bda9820e1ecd79d40e9b003a5f8855fadda45bc5cbe2
|
|
|
docker-ruby-nightly~ruby~DVB80S.dockerbuild
|
111 KB |
sha256:a45d3a93bfc0c716f91b4b58c74a061d540959ff26f62f0d783a3dc91eff3d7e
|
|
|
docker-ruby-nightly~ruby~DZ1PY1.dockerbuild
|
102 KB |
sha256:515b2a9c419ad124ce03959522fa0bbd45ad56be019851bbf13f5abec5ebd843
|
|
|
docker-ruby-nightly~ruby~EY6VY9.dockerbuild
|
95.8 KB |
sha256:c4c658c977750793584cc797a8404740144eccec44fe1d515357179f9fb14278
|
|
|
docker-ruby-nightly~ruby~H6P19Y.dockerbuild
|
102 KB |
sha256:d6b7c075c4af4acedd6399ed8613d47cd8dcf3a0a2bde3ff11afac816ec424c0
|
|
|
docker-ruby-nightly~ruby~HAWKCU.dockerbuild
|
60.9 KB |
sha256:e412f420767df9e012101b480a40dde1ca6bcf942fefcf2d7bc58a69ed6aa46e
|
|
|
docker-ruby-nightly~ruby~IQUJQZ.dockerbuild
|
134 KB |
sha256:4a70c6e1f115c268b7c38622e354ef7874942da86fa3737294e3b41fdad74da4
|
|
|
docker-ruby-nightly~ruby~JA0OFI.dockerbuild
|
101 KB |
sha256:6994864a932da27cfc125d0d83f0e7a084fce1100c83b2a513af9bb920020ec1
|
|
|
docker-ruby-nightly~ruby~JSAJ9L.dockerbuild
|
98.1 KB |
sha256:5a7623b24876507e5c3832eefc7827db68d96c95d030aed055a3af492573358f
|
|
|
docker-ruby-nightly~ruby~MZ102O.dockerbuild
|
99.5 KB |
sha256:2a37109ed896593dae2adcd74057ee42e09f4db77d91766175c37eec939ec844
|
|
|
docker-ruby-nightly~ruby~OL88XR.dockerbuild
|
123 KB |
sha256:0cf4a3f9718a8106a1b44d4a63b1a8aa41c64510704b002ce79fa0714f16c467
|
|
|
docker-ruby-nightly~ruby~POEQ3O.dockerbuild
|
124 KB |
sha256:847ad40077f892a7baabe4d21d1bf476700cc450e5f1dfdf3eba4877db9f9c26
|
|
|
docker-ruby-nightly~ruby~PR77LT.dockerbuild
|
114 KB |
sha256:b8ffb69e5f47690ad0b0dc6c57f32cd985df40776028c0571ad499bd5a2a03d1
|
|
|
docker-ruby-nightly~ruby~PSXJUS.dockerbuild
|
101 KB |
sha256:8ad242a8f3070a997211d4799863904160a35f4f440e4607d87e9bb836467c2b
|
|
|
docker-ruby-nightly~ruby~PT9093.dockerbuild
|
101 KB |
sha256:bbcb1ac0c5f7a19379eb4b7f8f915ee7326d7767251353ae1632e6eb9879eada
|
|
|
docker-ruby-nightly~ruby~RMO49Z.dockerbuild
|
131 KB |
sha256:20bc5472b14f0893ba1910ebeb43d65a156f1ca49b9dab477920dfe5ea5fd775
|
|
|
docker-ruby-nightly~ruby~S80AON.dockerbuild
|
133 KB |
sha256:e9a2df7f26afc8f35444397a005caf69c596e4f96161205dd768e55652ed8749
|
|
|
docker-ruby-nightly~ruby~SEJ0QT.dockerbuild
|
96.7 KB |
sha256:dda7ac68e7691737113e99b166f2af96aa93e64c005961e9ad04a986a0afa33a
|
|
|
docker-ruby-nightly~ruby~TW2JBN.dockerbuild
|
101 KB |
sha256:18d29effbd7e5de8df3be44988adbae7ddf4e46e29a444e318b3b65e8f3b902a
|
|
|
docker-ruby-nightly~ruby~VBSPVN.dockerbuild
|
98.5 KB |
sha256:819cd7852e710ac10f535693fff1c112085e6ca9a38fe9f07bf29da9366e4bbe
|
|
|
docker-ruby-nightly~ruby~VN7HZL.dockerbuild
|
135 KB |
sha256:095c502acdd31d126c7ec8f454dbf184d70240666dc0668ebe167baa64e3a5cb
|
|
|
docker-ruby-nightly~ruby~X3NQLB.dockerbuild
|
103 KB |
sha256:23b1bf9aae19ea515b753fd89404ef05ce8acff7b8239942cc11efd42d1919af
|
|
|
docker-ruby-nightly~ruby~X6Z1VN.dockerbuild
|
100 KB |
sha256:d27cec8ee1dea97f62346d0a921105e9cf61564b812c38f099598a91c8fc4ec4
|
|
|
docker-ruby-nightly~ruby~XFHASM.dockerbuild
|
155 KB |
sha256:2bf0dd54352bb58dea958b60c7f30b0303fb3548a51a122bb26204d6bbd6ab4d
|
|
|
docker-ruby-nightly~ruby~XXUJFR.dockerbuild
|
115 KB |
sha256:6442b3cf2a088fdfae59af3f225249b5fc82e6ec407bab3f8d4a3089618ccfa5
|
|
|
docker-ruby-nightly~ruby~YQB8YH.dockerbuild
|
59.9 KB |
sha256:9dfd38967328e56fa41ae1af1f53f574828e27af020249472d424e1d13f4906d
|
|
|
docker-ruby-nightly~ruby~ZE9IQX.dockerbuild
|
96.3 KB |
sha256:63c6040a78dcecc95f1506f74371e36fbae260d72681cd3d6eb3bf8f73a1a0a1
|
|
|
outcome-alpine3.22-linux-386
Expired
|
205 Bytes |
sha256:e8aa5fc2bafbfd31006fe9f8ebe58c56ebd0cdd2abc97827ef34d1443b6b5794
|
|
|
outcome-alpine3.22-linux-amd64
Expired
|
211 Bytes |
sha256:6dadc91e905b9e1fbb4fd6a806a417b8569894cec555f8d40660d009527a9d8e
|
|
|
outcome-alpine3.22-linux-arm-v6
Expired
|
214 Bytes |
sha256:8aaa74de9d25a6d90ef402714cc4a369da2904510ab4daeb983a2f2b3d8d41b1
|
|
|
outcome-alpine3.22-linux-arm64-v8
Expired
|
220 Bytes |
sha256:c695cce865810f89bffcd3ec759cdd47900c54d834a7e5e50cd3353a30d15e8d
|
|
|
outcome-alpine3.22-linux-ppc64le
Expired
|
217 Bytes |
sha256:d19efbf33d186e60e8153c3328c3e71eba76e4f2a7b1fb7bfecbab0b06e5a005
|
|
|
outcome-alpine3.22-linux-riscv64
Expired
|
217 Bytes |
sha256:38290c3d794f517757e4a4d2bbcd6a471916fddf5472d38e7c707bf675d3e644
|
|
|
outcome-alpine3.22-linux-s390x
Expired
|
211 Bytes |
sha256:74ca30668c0f73313f0c60ea845c9775386c4875aa2cff000522155cd1b85db9
|
|
|
outcome-alpine3.23-linux-386
Expired
|
205 Bytes |
sha256:f8b41dd5b7c8147f805b29d4434d4f27743e43ed56a56d2c51ca1a65ced80b32
|
|
|
outcome-alpine3.23-linux-amd64
Expired
|
211 Bytes |
sha256:02d5d466098cf7a9e7d27677f539ef6db8a8366dc19132ecd1b3f0a8140460a5
|
|
|
outcome-alpine3.23-linux-arm-v6
Expired
|
214 Bytes |
sha256:dc7b11ad1716e6ab9bb20a5d1639fdfe1090fea24c78a2a09f950d0fe11be05d
|
|
|
outcome-alpine3.23-linux-arm64-v8
Expired
|
220 Bytes |
sha256:0b7abb33cd014568fa346687ab01a723f8287a5d8c41a5bcff865177aeebda00
|
|
|
outcome-alpine3.23-linux-ppc64le
Expired
|
217 Bytes |
sha256:86f11c90f7249c50a450052dc37bc621e2916037583325ba4a4b16a2c25d89d2
|
|
|
outcome-alpine3.23-linux-riscv64
Expired
|
217 Bytes |
sha256:ba23f91c7951dfb334ccf6ea64b6a965beadcbaee1ce62ebb11fe164ba1d2988
|
|
|
outcome-alpine3.23-linux-s390x
Expired
|
211 Bytes |
sha256:01804f6fa6ef942242d3bc67c0fb1ef0b9ae1b8d2e4352f8e7ea64f9ec72d662
|
|
|
outcome-bookworm-linux-386
Expired
|
199 Bytes |
sha256:316cac273db3053d6232f33063771c9b571f05be0367a21918a26ad44b658b6b
|
|
|
outcome-bookworm-linux-amd64
Expired
|
205 Bytes |
sha256:f268e1d787e2bb91ee4e09e31ae0a310ae405a6269dfdf30f3929d696925927a
|
|
|
outcome-bookworm-linux-arm64-v8
Expired
|
214 Bytes |
sha256:5e62367cc3a3930664d9629d415ef9f966ffb7d788520b2717efb3f80f6b64a1
|
|
|
outcome-bookworm-linux-mips64le
Expired
|
214 Bytes |
sha256:4f15dab918b33062bb177ed5d646cfd23da4b1c37e0e04614573a881d325f073
|
|
|
outcome-bookworm-linux-ppc64le
Expired
|
211 Bytes |
sha256:db239a88aaf14bebd9e863daf5fc5e463b26f83179ffc3c08ce193788abaa1ba
|
|
|
outcome-bookworm-linux-s390x
Expired
|
205 Bytes |
sha256:c54a98c8b555453429308da4a7d14830ed91828b08b61628b97325ca7a0310a9
|
|
|
outcome-slim-bookworm-linux-386
Expired
|
214 Bytes |
sha256:f6cac710c20295527222c8e9e9720d43ee889fa7fc03a97131f46d0f3d4eb1e8
|
|
|
outcome-slim-bookworm-linux-amd64
Expired
|
220 Bytes |
sha256:03152f8c40bf3c25bc0a65054e5faf75e544488d9717140ecc966d7541b08353
|
|
|
outcome-slim-bookworm-linux-arm64-v8
Expired
|
229 Bytes |
sha256:d8a5c700b7298aa72f2a7609af1f58f5b67f2352c4880fd7b58c3163a2f55012
|
|
|
outcome-slim-bookworm-linux-mips64le
Expired
|
229 Bytes |
sha256:7d8a82a3a624201b350115c72de3222acb3fba3621c7f0461f4e3f6bc451582e
|
|
|
outcome-slim-bookworm-linux-ppc64le
Expired
|
226 Bytes |
sha256:541c7fe5ad2e245297e02c6e3bf7de3b8030b5afbc7f69a678229f6637374847
|
|
|
outcome-slim-bookworm-linux-s390x
Expired
|
220 Bytes |
sha256:4531a5174d48fd8861f43f2dc69326ca2e3377a0d2841e23a0257c92b5626707
|
|
|
outcome-slim-trixie-linux-386
Expired
|
208 Bytes |
sha256:086cafd43e8d41fe6aed479f1dda7cad06779156801c9aa8e1fd06e19fe34c1f
|
|
|
outcome-slim-trixie-linux-amd64
Expired
|
214 Bytes |
sha256:dc7ba3aba43129e4713f1f11278857c8987eaf5e239b02c97229b0dafb55c8fe
|
|
|
outcome-slim-trixie-linux-arm64-v8
Expired
|
223 Bytes |
sha256:90f05c144691d83607d204a25b24296cfc0ac1f3590dbca0785904b47255657b
|
|
|
outcome-slim-trixie-linux-ppc64le
Expired
|
220 Bytes |
sha256:71cd9044a57dfc027be471d7db097c802c73b9e7389b74970e1da4cbd2907feb
|
|
|
outcome-slim-trixie-linux-riscv64
Expired
|
220 Bytes |
sha256:328da365cdff567e492d3d43c64c068c796b10fe988472ba93b609c979606480
|
|
|
outcome-slim-trixie-linux-s390x
Expired
|
214 Bytes |
sha256:e3d45ee737c1cf7c69a1e468046e79bf411b4bb7a0ac5a0b4f1b41e14bfecab5
|
|
|
outcome-trixie-linux-386
Expired
|
193 Bytes |
sha256:1479d4768dc27678e6b42b00801c9f0eea7272e17fec1b19bcf0946480942184
|
|
|
outcome-trixie-linux-amd64
Expired
|
199 Bytes |
sha256:c9b45a85f7cf6a926c4b08e58ec87ffd91b027bd9694bc38d350431acbe6a284
|
|
|
outcome-trixie-linux-arm64-v8
Expired
|
208 Bytes |
sha256:5e2916ae924e06d4c4ecd6a92ed6533f20c05c3a3719b27d24f92ddc5119eac0
|
|
|
outcome-trixie-linux-ppc64le
Expired
|
205 Bytes |
sha256:3c90e72a780e43df95f4a796f88172d50952f490b7b2d853910bf8d42d34aba5
|
|
|
outcome-trixie-linux-riscv64
Expired
|
205 Bytes |
sha256:7241aeb3b38a140026597eaae1f4c52f5b40ec323da6834fe957d19fd7e91387
|
|
|
outcome-trixie-linux-s390x
Expired
|
199 Bytes |
sha256:1f353781cc100d651f79905e359e0882247de9ea8c33377288b2c6996d8a1935
|
|
|
snapshot-master
Expired
|
17.5 MB |
sha256:2003573039e76b75f4126aed5bbc1546c485c90c3dc7692a302641728c6ea299
|
|