8220313: [TESTBUG] Update base image for Docker testing to OL 7.6

Fri, 08 Mar 2019 11:08:11 -0800

author
mseledtsov
date
Fri, 08 Mar 2019 11:08:11 -0800
changeset 9993
9ceaa376784a
parent 9992
1d9ed8dec94c
child 9994
9d42d5dfa0cf

8220313: [TESTBUG] Update base image for Docker testing to OL 7.6
Summary: Updated the OL version in Dockerfile in FROM field
Reviewed-by: dcubed

test/runtime/containers/docker/Dockerfile-BasicTest file | annotate | diff | comparison | revisions
     1.1 --- a/test/runtime/containers/docker/Dockerfile-BasicTest	Fri Jul 03 15:09:27 2020 +0200
     1.2 +++ b/test/runtime/containers/docker/Dockerfile-BasicTest	Fri Mar 08 11:08:11 2019 -0800
     1.3 @@ -1,4 +1,4 @@
     1.4 -FROM oraclelinux:7.2
     1.5 +FROM oraclelinux:7.6
     1.6  MAINTAINER mikhailo.seledtsov@oracle.com
     1.7  
     1.8  COPY /jdk /jdk

mercurial