fix(ci): publish Harbor-compatible amd64 image

This commit is contained in:
2026-08-12 16:51:42 +08:00
parent b49d86b67c
commit 1bab05a3a5
Vendored
+1 -1
View File
@@ -132,7 +132,7 @@ pipeline {
withCredentials([usernamePassword(credentialsId: "${NODE_CREDENTIALS}", usernameVariable: 'JENKINS_NODE_USERNAME', passwordVariable: 'JENKINS_NODE_PASSWORD')]) {
sh '''
set -euo pipefail
DOCKER_BUILDKIT=1 ./scripts/ci-docker.sh build --network host --progress=plain \
DOCKER_BUILDKIT=1 ./scripts/ci-docker.sh build --network host --progress=plain --provenance=false \
--build-arg PIP_INDEX_URL="$PIP_INDEX_URL" \
--build-arg HTTP_PROXY="$HTTP_PROXY_URL" --build-arg HTTPS_PROXY="$HTTP_PROXY_URL" \
--build-arg NO_PROXY="$NO_PROXY_HOSTS" -t "$IMAGE_REF" .