Skip to content

Commit

Permalink
Merge pull request #39051 from geoand/jib-ubi8-links
Browse files Browse the repository at this point in the history
Add useful links about the run-java script
  • Loading branch information
geoand authored Feb 28, 2024
2 parents 053cb7c + 10bd295 commit 32ee284
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ public class JibProcessor {
private static final String JAVA_17_BASE_IMAGE = String.format("%s/%s-17-%s:1.18", UBI8_PREFIX, OPENJDK_PREFIX,
RUNTIME_SUFFIX);

// The source for this can be found at https://github.com/jboss-container-images/openjdk/blob/ubi8/modules/run/artifacts/opt/jboss/container/java/run/run-java.sh
// A list of env vars that affect this script can be found at https://jboss-container-images.github.io/openjdk/ubi8/ubi8-openjdk-17.html
private static final String RUN_JAVA_PATH = "/opt/jboss/container/java/run/run-java.sh";

private static final String DEFAULT_BASE_IMAGE_USER = "185";
Expand Down

0 comments on commit 32ee284

Please sign in to comment.