Skip to content

Commit

Permalink
Merge pull request quarkusio#41572 from jedla97/fix-not-updated-ubi-b…
Browse files Browse the repository at this point in the history
…ase-image

Bump ubi image to 1.19 for jib
  • Loading branch information
gastaldi authored Jul 1, 2024
2 parents 8c60949 + b310b26 commit 7b75356
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ public class JibProcessor {
private static final String OPENJDK_PREFIX = "openjdk";
private static final String RUNTIME_SUFFIX = "runtime";

private static final String JAVA_21_BASE_IMAGE = String.format("%s/%s-21-%s:1.18", UBI8_PREFIX, OPENJDK_PREFIX,
private static final String JAVA_21_BASE_IMAGE = String.format("%s/%s-21-%s:1.19", UBI8_PREFIX, OPENJDK_PREFIX,
RUNTIME_SUFFIX);
private static final String JAVA_17_BASE_IMAGE = String.format("%s/%s-17-%s:1.18", UBI8_PREFIX, OPENJDK_PREFIX,
private static final String JAVA_17_BASE_IMAGE = String.format("%s/%s-17-%s:1.19", 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
Expand Down

0 comments on commit 7b75356

Please sign in to comment.