From baeb70e8b79600ed9fe4973d2bb41d97adace103 Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 18 Aug 2026 20:44:36 -0300 Subject: [PATCH] ci(hermes-agent-image): pull the base mirror inside the cluster network Co-Authored-By: Claude Fable 5 --- ci/Jenkinsfile.hermes-agent-image | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/Jenkinsfile.hermes-agent-image b/ci/Jenkinsfile.hermes-agent-image index b6abed74..c07114db 100644 --- a/ci/Jenkinsfile.hermes-agent-image +++ b/ci/Jenkinsfile.hermes-agent-image @@ -209,7 +209,8 @@ spec: unset HARBOR_USER HARBOR_PASSWORD auth trap '/busybox/rm -f "${config_path}"' EXIT HUP INT TERM /kaniko/executor \ - --registry-mirror=registry.bstein.dev \ + --registry-mirror=harbor-core.harbor.svc.cluster.local \ + --insecure-registry=harbor-core.harbor.svc.cluster.local \ --context="dir://${WORKSPACE}" \ --dockerfile="${WORKSPACE}/dockerfiles/Dockerfile.hermes-agent" \ --destination="${destination}" \