Image CI #2242
Annotations
1 error
Build and push
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
|
Loading