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 3cc754f commit cc41e33Copy full SHA for cc41e33
tests/src/test/java/com/oracle/weblogic/imagetool/tests/ITImagetool.java
@@ -897,7 +897,7 @@ void createImageWithServerJRE(TestInfo testInfo) throws Exception {
897
String tagName = build_tag + ":" + getMethodName(testInfo);
898
String command = new CreateCommand()
899
.tag(tagName)
900
- .fromImage("container-registry.oracle.com/java/serverjre:8u271")
+ .fromImage("container-registry.oracle.com/java/serverjre:8")
901
.build();
902
903
try (PrintWriter out = getTestMethodWriter(testInfo)) {
0 commit comments