diff options
author | Schmalzried, Terry (ts862m) <ts862m@att.com> | 2020-07-17 14:28:52 -0400 |
---|---|---|
committer | Schmalzried, Terry (ts862m) <ts862m@att.com> | 2020-07-17 14:29:32 -0400 |
commit | f94f4e2bfaa756620584ddcca6f8e0aad9aa3bb0 (patch) | |
tree | a9165f02e8058e1f15fee0ac32f16ce22b40d456 | |
parent | f03243352bf984bc2ecdf3238ee8e50fc8aaeea9 (diff) |
update baseimage
Issue-ID: DCAEGEN2-2330
Change-Id: I29679943b5f7609ba200dffc491637e864124834
Signed-off-by: Schmalzried, Terry (ts862m) <ts862m@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -220,7 +220,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <imageTag>${project.version}</imageTag> <imageTag>latest</imageTag> </imageTags> - <baseImage>openjdk:11-jre-slim</baseImage> + <baseImage>onap/integration-java11:7.0.0</baseImage> <user>onap</user> <runs> <run>chmod 666 /usr/local/openjdk-11/lib/security/cacerts</run> |