[aarch64-port-dev ] RFR (XS): 8221529: [TESTBUG] Docker tests use old/deprecated image on AArch64
Andrew Haley
aph at redhat.com
Thu Apr 4 09:16:43 UTC 2019
On 4/4/19 1:19 AM, David Holmes wrote:
> Sorry I'll have to defer to someone more experienced with this as I
> can't comment on the validity of the change.
This is the proposal:
diff --git a/test/lib/jdk/test/lib/containers/docker/DockerfileConfig.java b/test/lib/jdk/test/lib/containers/docker/DockerfileConfig.java
--- a/test/lib/jdk/test/lib/containers/docker/DockerfileConfig.java
+++ b/test/lib/jdk/test/lib/containers/docker/DockerfileConfig.java
@@ -46,7 +46,7 @@ public class DockerfileConfig {
switch (Platform.getOsArch()) {
case "aarch64":
- return "aarch64/ubuntu";
+ return "arm64v8/ubuntu";
case "ppc64le":
return "ppc64le/ubuntu";
case "s390x":
Nick will have to explain what it's supposed to do, and why.
--
Andrew Haley
Java Platform Lead Engineer
Red Hat UK Ltd. <https://www.redhat.com>
EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671
More information about the aarch64-port-dev
mailing list