rodrigonull commented on code in PR #1125:
URL: 
https://github.com/apache/incubator-kie-kogito-pipelines/pull/1125#discussion_r1403328570


##########
.ci/jenkins/Jenkinsfile.build-kogito-ci-image:
##########
@@ -61,7 +61,7 @@ pipeline {
             agent {
                 docker {
                     image env.IMAGE_NAME_TAG
-                    args '-v /var/run/docker.sock:/var/run/docker.sock 
--group-add docker --group-add input --group-add render'
+                    args '--privileged --group-add docker'

Review Comment:
   If this image is going to also be used for running tests using selenium / 
chrome I suggest to add this arg: `--shm-size=2gb`



-- 
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