Skip to content

Commit

Permalink
Move to new s2i native images introduced in Quarkus 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik committed Feb 3, 2023
1 parent 7bbea85 commit 27e4edf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public final class QuarkusProperties {
public static final PropertyLookup QUARKUS_JVM_S2I = new PropertyLookup("quarkus.s2i.base-jvm-image",
"registry.access.redhat.com/ubi8/openjdk-17:latest");
public static final PropertyLookup QUARKUS_NATIVE_S2I = new PropertyLookup("quarkus.s2i.base-native-image",
"quay.io/quarkus/ubi-quarkus-native-binary-s2i:1.0");
"quay.io/quarkus/ubi-quarkus-native-binary-s2i:2.0");

private QuarkusProperties() {

Expand Down

0 comments on commit 27e4edf

Please sign in to comment.