fix: remove invalid proxy variables from kaniko to allow composer-proxy to work

This commit is contained in:
2026-09-03 15:37:22 +07:00
parent a76ca11ca7
commit 56fb19313b
-4
View File
@@ -5,8 +5,6 @@ stages:
variables: variables:
NEXUS_PUSH_REGISTRY: "10.15.39.186:8082" NEXUS_PUSH_REGISTRY: "10.15.39.186:8082"
IMAGE_NAME: "eosbpkd/sidata" IMAGE_NAME: "eosbpkd/sidata"
http_proxy: "http://10.15.39.186:8081"
https_proxy: "http://10.15.39.186:8081"
build_image: build_image:
stage: build stage: build
@@ -23,8 +21,6 @@ build_image:
--dockerfile $CI_PROJECT_DIR/Dockerfile --dockerfile $CI_PROJECT_DIR/Dockerfile
--destination $NEXUS_PUSH_REGISTRY/$IMAGE_NAME:$CI_COMMIT_SHA --destination $NEXUS_PUSH_REGISTRY/$IMAGE_NAME:$CI_COMMIT_SHA
--destination $NEXUS_PUSH_REGISTRY/$IMAGE_NAME:latest --destination $NEXUS_PUSH_REGISTRY/$IMAGE_NAME:latest
--build-arg http_proxy=$http_proxy
--build-arg https_proxy=$https_proxy
--insecure --insecure
--skip-tls-verify --skip-tls-verify
only: only: