From f4b36ef3cd49bf99c9b82c225fac1933b6fddf7a Mon Sep 17 00:00:00 2001 From: shivasubedi Date: Wed, 23 Jun 2021 16:01:10 +0100 Subject: Create docker image for dmi-plugin Issue-ID: CPS-404 Signed-off-by: tragait Change-Id: Ifa62eae6ca6e8f40ce380f95bdc434a9b1dafe4b Signed-off-by: shivasubedi --- pom.xml | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 58960120..45c39dc0 100644 --- a/pom.xml +++ b/pom.xml @@ -34,12 +34,17 @@ DMI Plugin Service org.onap.cps.ncmp.Application + ${docker.pull.registry}/onap/integration-java11:8.0.0 1.1.0-SNAPSHOT 1.5.0 3.0.8 + ${project.version}-${maven.build.timestamp} 0.8.5 0.7 11 + 2.8.0 + yyyyMMdd'T'HHmmss'Z' + 3.2.0 UTF-8 2.0-M5-groovy-3.0 2.0-M5-groovy-3.0 @@ -342,5 +347,64 @@ + + + + com.google.cloud.tools + jib-maven-plugin + ${jib-maven-plugin.version} + + + ${app} + USE_CURRENT_TIMESTAMP + + + ${base.image} + + + + latest + + ${docker.push.registry}/onap/${image.name}:${image.tag} + + + + + package + build + + dockerBuild + + + + deploy + buildAndPush + + build + + + + + + + + + dmi-docker + + true + + + ncmp-dmi-plugin + + + + + com.google.cloud.tools + jib-maven-plugin + + + + + \ No newline at end of file -- cgit 1.2.3-korg