Skip to content

Commit

Permalink
Fix the 'quarkus.jib.base-native-image' property (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrizzi authored Nov 3, 2021
1 parent 079d495 commit e6a73ad
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 @@ -251,6 +251,7 @@
<properties>
<quarkus.package.type>native</quarkus.package.type>
<quarkus.container-image.tag>${quarkus.application.version:latest}-native</quarkus.container-image.tag>
<quarkus.jib.base-native-image>registry.access.redhat.com/ubi8-minimal@sha256:4d6547bbb7c5fe0f0d37b491c0c1975ff96bf4cf1c26dd665e3a5d70918b5564</quarkus.jib.base-native-image>
</properties>
</profile>
<profile>
Expand Down

0 comments on commit e6a73ad

Please sign in to comment.