domhanak commented on code in PR #2051:
URL: 
https://github.com/apache/incubator-kie-kogito-examples/pull/2051#discussion_r1933711703


##########
.ci/jenkins/Jenkinsfile.setup-branch:
##########
@@ -137,7 +137,7 @@ pipeline {
                     String[] versionSplit = getKogitoVersion().split("\\.")
                     String reducedTag = "${versionSplit[0]}.${versionSplit[1]}"
                     sh """
-                        grep -r -l --exclude-dir=.ci 'quay.io/kiegroup' | 
xargs -I{} sed -i 
's|quay.io/kiegroup/\\(.*\\):.*|quay.io/kiegroup/\\1:${reducedTag}|g' {}
+                        grep -r -l --exclude-dir=.ci 
'mirror.gcr.io/apache/incubator-kie-' | xargs -I{} sed -i 
's|mirror.gcr.io/apache/incubator-kie-\\(.*\\):.*|mirror.gcr.io/apache/incubator-kie-\\1:${reducedTag}|g'
 {}

Review Comment:
   Well there has been some changes in policies around `dockerhub`  use so we 
are opting to use different registries.
   @gmunozfe do you have more information please?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to