We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b401f0 commit 35060d9Copy full SHA for 35060d9
integration-tests/src/test/java/oracle/weblogic/kubernetes/TestConstants.java
@@ -321,7 +321,7 @@ public interface TestConstants {
321
322
public static final boolean WEBLOGIC_SLIM = WEBLOGIC_IMAGE_TAG.contains("slim");
323
324
- public static final String WEBLOGIC_VERSION = "12.2.1.4.0";
+ public static final String WEBLOGIC_VERSION = WEBLOGIC_IMAGE_TAG.substring(0,8) + ".0";
325
public static final String HTTP_PROXY =
326
Optional.ofNullable(System.getenv("HTTP_PROXY")).orElse(System.getenv("http_proxy"));
327
public static final String HTTPS_PROXY =
0 commit comments