radtriste commented on code in PR #1125:
URL:
https://github.com/apache/incubator-kie-kogito-pipelines/pull/1125#discussion_r1403218451
##########
dsl/scripts/pr_check.groovy:
##########
@@ -31,7 +31,7 @@ dockerArgs = [
] + dockerGroups.collect { group -> "--group-add ${group}" }
void launch() {
- String builderImage = 'quay.io/kiegroup/kogito-ci-build:main-latest'
+ String builderImage =
'quay.io/kiegroup/kogito-ci-build:19a0b303bc64f473a01f5fa5bacde822f10b4946' //
last main-latest based on ubi
Review Comment:
Is this temporary ?
##########
apache-nodes/Dockerfile.kogito-ci-build:
##########
@@ -1,4 +1,4 @@
-FROM registry.access.redhat.com/ubi9/ubi:9.2
+FROM cruizba/ubuntu-dind:latest
Review Comment:
Is that ok using an external no "official" image ?
--
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]