rajesh-kumar opened a new issue, #3350: URL: https://github.com/apache/camel-k/issues/3350
HI Team, Can some please help in knowing how can I override following hardcoded image URL "gcr.io/kaniko-project/executor" to point to my private registry where we have this image already uploaded? I see that it is currently hardcoded in "**pkg/controller/build/build_pod.go**" `spec: affinity: {} containers: - args: - --dockerfile=Dockerfile - --context=/builder/kit-caidqd64odbspdoahn5g/context - --destination=840203264751.dkr.ecr.us-west-2.amazonaws.com/default/camel-k-kit-caidqd64odbspdoahn5g:1057558 - --cache=false - --cache-dir=/kaniko/cache image: gcr.io/kaniko-project/executor:v0.17.1 imagePullPolicy: IfNotPresent name: kaniko` Will really appreciate quick guidance here. Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org