diff options
author | mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> | 2020-09-15 15:49:36 +0530 |
---|---|---|
committer | mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> | 2020-09-15 15:49:36 +0530 |
commit | 2e634af596e432a06348ec60b34dc91391817e51 (patch) | |
tree | fca34e2a572500dba0b802414996c22fbd766f1d /pom.xml | |
parent | 413798b936e009354ded244084de798bf671f5fc (diff) |
Docker image not creating restconf
Issue-ID: DCAEGEN2-2281
Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com>
Change-Id: Ic29a6b41708ddb8a9156fb347805db3e7f213f9c
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -203,7 +203,7 @@ limitations under the License. <imageTag>${project.version}</imageTag> <imageTag>latest</imageTag> </imageTags> - <baseImage>onap/integration-java11:7.0.0</baseImage> + <baseImage>openjdk:11-jre-slim</baseImage> <env> <HOSTALIASES>/etc/host.aliases</HOSTALIASES> </env> |