#8079 MIPS port of 8189762: [TESTBUG] Create tests for JDK-8146115 container awareness and resource configuration

Sat, 29 Dec 2018 17:09:30 +0800

author
aoqi
date
Sat, 29 Dec 2018 17:09:30 +0800
changeset 9453
dca904de5de5
parent 9452
2fac4ec98618
child 9454
9f319eefe17b

#8079 MIPS port of 8189762: [TESTBUG] Create tests for JDK-8146115 container awareness and resource configuration

test/runtime/containers/docker/Dockerfile-BasicTest-mips64el file | annotate | diff | comparison | revisions
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/runtime/containers/docker/Dockerfile-BasicTest-mips64el	Sat Dec 29 17:09:30 2018 +0800
     1.3 @@ -0,0 +1,10 @@
     1.4 +# test on x86_64 uses Oracle Linux but we do not have this for mips64el
     1.5 +# so use some other Linux Debian for mips64el
     1.6 +FROM aoqi/debian-mips64el:stable
     1.7 +MAINTAINER aoqi@loongson.cn
     1.8 +
     1.9 +COPY /jdk /jdk
    1.10 +
    1.11 +ENV JAVA_HOME=/jdk
    1.12 +
    1.13 +CMD ["/bin/bash"]

mercurial