From 835e9a2439a8db8ff176e3cea90f1ef98624dce5 Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 18 Aug 2026 17:29:45 -0300 Subject: [PATCH] ci(hermes-agent-image): pull the reviewed base through the local mirror Co-Authored-By: Claude Fable 5 --- ci/Jenkinsfile.hermes-agent-image | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/Jenkinsfile.hermes-agent-image b/ci/Jenkinsfile.hermes-agent-image index 9d001ee9..d055abef 100644 --- a/ci/Jenkinsfile.hermes-agent-image +++ b/ci/Jenkinsfile.hermes-agent-image @@ -209,6 +209,7 @@ spec: unset HARBOR_USER HARBOR_PASSWORD auth trap '/busybox/rm -f "${config_path}"' EXIT HUP INT TERM /kaniko/executor \ + --registry-mirror=registry.bstein.dev \ --context="dir://${WORKSPACE}" \ --dockerfile="${WORKSPACE}/dockerfiles/Dockerfile.hermes-agent" \ --destination="${destination}" \