test/hotspot/jtreg/runtime/containers/docker/Dockerfile-BasicTest-ppc64le
branchniosocketimpl-branch
changeset 57293 67c102efba4b
parent 57281 c08d024d6bf9
parent 54315 7d5a4a48e876
child 57294 c1126b592df9
--- a/test/hotspot/jtreg/runtime/containers/docker/Dockerfile-BasicTest-ppc64le	Sat Mar 23 15:11:51 2019 +0000
+++ /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"]