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 2303345 commit a3812d9Copy full SHA for a3812d9
tests/src/test/java/com/oracle/weblogic/imagetool/tests/ITImagetool.java
@@ -965,7 +965,7 @@ void createMiiOl8slim(TestInfo testInfo) throws Exception {
965
String tagName = build_tag + ":" + getMethodName(testInfo);
966
String command = new CreateCommand()
967
.tag(tagName)
968
- .fromImage("ghcr.io/oracle/oraclelinux", "7-slim")
+ .fromImage("ghcr.io/oracle/oraclelinux", "8-slim")
969
.version(WLS_VERSION)
970
.wdtVersion(WDT_VERSION)
971
.wdtArchive(WDT_ARCHIVE)
0 commit comments