mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34:38 +02:00
8265690: Use the latest Ubuntu base image version in Docker testing
Reviewed-by: sgehwolf, iignatyev, mseledtsov
This commit is contained in:
parent
b2628d15b5
commit
b67b2b1645
1 changed files with 2 additions and 9 deletions
|
@ -52,7 +52,7 @@ public class DockerfileConfig {
|
|||
case "s390x":
|
||||
return "s390x/ubuntu";
|
||||
default:
|
||||
return "oraclelinux";
|
||||
return "ubuntu";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -63,13 +63,6 @@ public class DockerfileConfig {
|
|||
return version;
|
||||
}
|
||||
|
||||
switch (Platform.getOsArch()) {
|
||||
case "aarch64":
|
||||
case "ppc64le":
|
||||
case "s390x":
|
||||
return "latest";
|
||||
default:
|
||||
return "7.6";
|
||||
}
|
||||
return "latest";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue