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 14175
b52035c5f3fa
parent 14174
26c1140d2613
child 14176
060a9636fe44

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/jdk/internal/platform/docker/Dockerfile-BasicTest file | annotate | diff | comparison | revisions
     1.1 --- a/test/jdk/internal/platform/docker/Dockerfile-BasicTest	Fri Jul 03 15:09:27 2020 +0200
     1.2 +++ b/test/jdk/internal/platform/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