Skip to content

Commit

Permalink
build(ct): make application image use new base image flexi stack IQSS…
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Sep 17, 2024
1 parent c6b992a commit 8955ef0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -999,8 +999,9 @@
<app.image.tag>unstable</app.image.tag>
<app.skipDeploy>false</app.skipDeploy>
<base.image>gdcc/base:${base.image.tag}</base.image>
<!-- Remember to keep this aligned with the version in modules/container-base -->
<base.image.tag>rev1</base.image.tag>
<base.image.flavor>noble</base.image.flavor>
<!-- base.image.version is coming from parent module via build-helper plugin -->
<base.image.tag>${base.image.version}-${base.image.flavor}-p${payara.version}-j${target.java.version}</base.image.tag>
<conf.image>gdcc/configbaker:${conf.image.tag}</conf.image>
<conf.image.tag>${app.image.tag}</conf.image.tag>

Expand Down

0 comments on commit 8955ef0

Please sign in to comment.