Skip to content

Image CI

Image CI #2244

Triggered via schedule November 12, 2024 00:02
Status Failure
Total duration 12m 44s
Artifacts

image-build.yml

on: schedule
image-build-alpine
11m 25s
image-build-alpine
image-build-alpine-trivydb
3m 35s
image-build-alpine-trivydb
image-build-debian
12m 33s
image-build-debian
image-build-debian-trivydb
3m 32s
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: 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