From 9acb0056ef509c56f9beb4c66ec71b878be8c59b Mon Sep 17 00:00:00 2001 From: Dmitrij Prokov Date: Thu, 27 Feb 2025 18:27:22 +0300 Subject: [PATCH] [DO-674] Fix path to image (!68) Reviewed-on: https://git.avroid.tech/DevOps/jenkins-shared-lib/pulls/68 --- src/tech/avroid/kube/PodTemplates.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tech/avroid/kube/PodTemplates.groovy b/src/tech/avroid/kube/PodTemplates.groovy index acf6eef..07a6ad4 100644 --- a/src/tech/avroid/kube/PodTemplates.groovy +++ b/src/tech/avroid/kube/PodTemplates.groovy @@ -472,7 +472,7 @@ class PodTemplates implements Serializable { this.script.containerTemplate( alwaysPullImage: true, name: 'sonar-scanner-cli', - image: "${this.registry}/docker-hub-proxy/sonar-scanner-cli:${imageVersion}", + image: "${this.registry}/docker-hub-proxy/sonarsource/sonar-scanner-cli:${imageVersion}", ttyEnabled: true, command: "cat", resourceRequestCpu: '5',