Skip to content

Image CI

Image CI #2239

Triggered via schedule November 7, 2024 00:02
Status Failure
Total duration 14m 54s
Artifacts

image-build.yml

on: schedule
image-build-alpine
11m 4s
image-build-alpine
image-build-alpine-trivydb
3m 40s
image-build-alpine-trivydb
image-build-debian
11m 52s
image-build-debian
image-build-debian-trivydb
14m 44s
image-build-debian-trivydb
Fit to window
Zoom out
Zoom in

Annotations

1 error
image-build-alpine-trivydb
buildx failed with: ERROR: failed to solve: process "/bin/ash -eo pipefail -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 amd64) export TRIVYARCH='64bit' ;; arm64) export TRIVYARCH='ARM64' ;; esac; 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