test/hotspot/jtreg/runtime/containers/docker/Dockerfile-BasicTest-ppc64le
branchniosocketimpl-branch
changeset 57293 67c102efba4b
parent 57281 c08d024d6bf9
parent 54315 7d5a4a48e876
child 57294 c1126b592df9
equal deleted inserted replaced
57281:c08d024d6bf9 57293:67c102efba4b
     1 # test on x86_64 uses Oracle Linux but we do not have this for ppc64le
       
     2 # so use some other Linux where OpenJDK works 
       
     3 # FROM oraclelinux:7.2
       
     4 FROM ppc64le/ubuntu
       
     5 
       
     6 COPY /jdk /jdk
       
     7 
       
     8 ENV JAVA_HOME=/jdk
       
     9 
       
    10 CMD ["/bin/bash"]