Skip to content

Commit

Permalink
style(ct): add comment explaining what a flavor is in base image Mave…
Browse files Browse the repository at this point in the history
…n props

Co-authored-by: Philip Durbin <philipdurbin@gmail.com>
  • Loading branch information
poikilotherm and pdurbin authored Sep 19, 2024
1 parent 52e6408 commit dc6b597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,7 @@
<app.image.tag>unstable</app.image.tag>
<app.skipDeploy>false</app.skipDeploy>
<base.image>gdcc/base:${base.image.tag}</base.image>
<!-- Flavor is a release from a Linux distro, such as Ubuntu -->
<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>
Expand Down

0 comments on commit dc6b597

Please sign in to comment.