summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com>2020-09-15 15:49:36 +0530
committermukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com>2020-09-15 15:49:36 +0530
commit2e634af596e432a06348ec60b34dc91391817e51 (patch)
treefca34e2a572500dba0b802414996c22fbd766f1d
parent413798b936e009354ded244084de798bf671f5fc (diff)
Docker image not creating restconf
Issue-ID: DCAEGEN2-2281 Signed-off-by: mukesh.paliwal1@huawei.com <mukesh.paliwal1@huawei.com> Change-Id: Ic29a6b41708ddb8a9156fb347805db3e7f213f9c
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2b6ecfc..2479d11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>