This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-drools.git
The following commit(s) were added to refs/heads/main by this push:
new 13edb2c6c8 kie-issues#710: configure dind image
13edb2c6c8 is described below
commit 13edb2c6c8dcd0c5ef5fa359dd98fb33c28e6ca9
Author: jstastny-cz <[email protected]>
AuthorDate: Tue Nov 28 08:11:40 2023 +0100
kie-issues#710: configure dind image
---
.ci/jenkins/config/branch.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.ci/jenkins/config/branch.yaml b/.ci/jenkins/config/branch.yaml
index 7832dd18db..b0b67ba1a3 100644
--- a/.ci/jenkins/config/branch.yaml
+++ b/.ci/jenkins/config/branch.yaml
@@ -97,8 +97,8 @@ jenkins:
agent:
docker:
builder:
- image:
quay.io/kiegroup/kogito-ci-build:19a0b303bc64f473a01f5fa5bacde822f10b4946 #
last main-latest based on ubi
- args: -v /var/run/docker.sock:/var/run/docker.sock --network host
--group-add docker --group-add input --group-add render
+ image: quay.io/kiegroup/kogito-ci-build:main-latest
+ args: --privileged --group-add docker
default_tools:
jdk: jdk_11_latest
maven: maven_3.8.6
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]