This is an automated email from the ASF dual-hosted git repository. mariofusco pushed a commit to branch q3lts in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-examples.git
commit 42cc7c36a05ac9d02cf4fc711a406b9ea4357c1d Author: Toshiya Kobayashi <[email protected]> AuthorDate: Thu Nov 30 18:26:02 2023 +0900 use jdk17 image for jib to fix dmn-drools-springboot-metrics --- kogito-springboot-examples/dmn-drools-springboot-metrics/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kogito-springboot-examples/dmn-drools-springboot-metrics/pom.xml b/kogito-springboot-examples/dmn-drools-springboot-metrics/pom.xml index 0ef74b13f..afb17f9f6 100755 --- a/kogito-springboot-examples/dmn-drools-springboot-metrics/pom.xml +++ b/kogito-springboot-examples/dmn-drools-springboot-metrics/pom.xml @@ -201,6 +201,9 @@ <groupId>com.google.cloud.tools</groupId> <artifactId>jib-maven-plugin</artifactId> <configuration> + <from> + <image>registry.access.redhat.com/ubi8/openjdk-17:latest</image> + </from> <to> <image>${project.groupId}/${project.artifactId}:1.0</image> </to> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
