Skip to content

Image CI

Image CI #2256

Triggered via schedule November 18, 2024 00:03
Status Failure
Total duration 12m 11s
Artifacts

image-build.yml

on: schedule
image-build-alpine
11m 48s
image-build-alpine
image-build-alpine-trivydb
3m 40s
image-build-alpine-trivydb
image-build-debian
12m 0s
image-build-debian
image-build-debian-trivydb
3m 29s
image-build-debian-trivydb
Fit to window
Zoom out
Zoom in

Annotations

2 errors
image-build-debian-trivydb
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux && if [ \"$USE_MIRROR\" = true ]; then sed -i \"s/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g\" /etc/apk/repositories; fi && apk add --no-cache wget && case \"${TARGETARCH}\" in \t\tamd64) export TRIVYARCH='64bit' ;; \t\tarm64) export TRIVYARCH='ARM64' ;; \tesac; export TRIVYOS=$(echo \"${TARGETOS}\" | awk '{print toupper(substr($0, 1, 1)) substr($0, 2)}') && wget --progress=dot:giga -O trivy_\"${TRIVY_VERSION}\"_\"${TRIVYOS}\"-\"${TRIVYARCH}\".tar.gz https://github.com/aquasecurity/trivy/releases/download/v\"${TRIVY_VERSION}\"/trivy_\"${TRIVY_VERSION}\"_\"${TRIVYOS}\"-\"${TRIVYARCH}\".tar.gz && tar -xzf trivy_\"${TRIVY_VERSION}\"_\"${TRIVYOS}\"-\"${TRIVYARCH}\".tar.gz && mv trivy /usr/local/bin/trivy && rm trivy_\"${TRIVY_VERSION}\"_\"${TRIVYOS}\"-\"${TRIVYARCH}\".tar.gz && mkdir -p /opt/trivy/ && if [ \"$WITH_TRIVY_DB\" = true ]; then trivy --cache-dir /opt/trivy/ image --download-java-db-only --no-progress --db-repository=\"tosone/trivy-java-db:1\"; fi && trivy --cache-dir /opt/trivy/ image --download-db-only --no-progress --db-repository=\"tosone/trivy-db:2\"" did not complete successfully: exit code: 1
image-build-alpine-trivydb
buildx failed with: ERROR: failed to solve: Unavailable: rpc error: code = Unavailable desc = error reading from server: rpc error: code = Canceled desc = context canceled