Skip to content

Commit

Permalink
use jdk17 image for jib to fix dmn-drools-springboot-metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
tkobayas committed Nov 30, 2023
1 parent 47516c7 commit 60d895f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 60d895f

Please sign in to comment.