test/jdk/jdk/internal/platform/docker/Dockerfile-BasicTest-ppc64le
branchJDK-8200758-branch
changeset 57288 0be43184f52a
parent 57287 90fa9a095959
parent 54306 828c4889adfc
child 57289 1a93286f0767
--- a/test/jdk/jdk/internal/platform/docker/Dockerfile-BasicTest-ppc64le	Wed Mar 27 07:45:21 2019 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-# test on x86_64 uses Oracle Linux but we do not have this for ppc64le
-# so use some other Linux where OpenJDK works 
-# FROM oraclelinux:7.2
-FROM ppc64le/ubuntu
-
-COPY /jdk /jdk
-
-ENV JAVA_HOME=/jdk
-
-CMD ["/bin/bash"]