Skip to content

Commit

Permalink
Merge pull request #753 from gtroitsk/openshift-s2i-git-repo
Browse files Browse the repository at this point in the history
Change Quarkus native s2i configuration property
  • Loading branch information
michalvavrik authored Apr 21, 2023
2 parents 6ffc4c1 + d9e308e commit 0b01c5f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ public class OpenShiftS2iGitRepositoryQuarkusApplicationManagedResource
private static final String QUARKUS_SOURCE_S2I_SETTINGS_MVN_FILENAME = "settings-mvn.yml";
private static final String INTERNAL_MAVEN_REPOSITORY_PROPERTY = "${internal.s2i.maven.remote.repository}";
private static final PropertyLookup MAVEN_REMOTE_REPOSITORY = new PropertyLookup("s2i.maven.remote.repository");
// TODO: use ubi-quarkus-native-binary-s2i once upstream https://github.com/quarkusio/quarkus/issues/30829 is fixed
private static final PropertyLookup QUARKUS_NATIVE_S2I_FROM_SRC = new PropertyLookup("s2i.openshift.base-native-image",
"quay.io/quarkus/ubi-quarkus-native-s2i:22.2-java17");
"quay.io/quarkus/ubi-quarkus-graalvmce-s2i:22.3-java17");

private final GitRepositoryQuarkusApplicationManagedResourceBuilder model;

Expand Down

0 comments on commit 0b01c5f

Please sign in to comment.