Skip to content

Commit

Permalink
Fix the 'quarkus.jib.base-native-image' property (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrizzi authored Nov 3, 2021
1 parent ec659e0 commit 1026362
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 @@ -297,6 +297,7 @@
<properties>
<quarkus.container-image.build>true</quarkus.container-image.build>
<quarkus.container-image.tag>${quarkus.application.version:latest}-${quarkus.package.type}</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 1026362

Please sign in to comment.