From f0fb4db755e78b851e8123a0df5fd0d83498ada1 Mon Sep 17 00:00:00 2001 From: nanxun Date: Wed, 16 Sep 2026 23:40:56 +0800 Subject: [PATCH] ci: bypass proxy for daocloud image layers --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index c90d730..5784637 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -273,6 +273,8 @@ pipeline { --driver-opt "env.https_proxy=$HTTP_PROXY_URL" \ --driver-opt "env.HTTP_PROXY=$HTTP_PROXY_URL" \ --driver-opt "env.HTTPS_PROXY=$HTTP_PROXY_URL" \ + --driver-opt "env.no_proxy=.daocloud.vip" \ + --driver-opt "env.NO_PROXY=.daocloud.vip" \ --use fi ./scripts/ci-docker.sh buildx inspect "$BUILDER_NAME" --bootstrap