From 1e5bd9498bd22e1bda74f0382bca3186e82ce811 Mon Sep 17 00:00:00 2001 From: Ruslan Kashapov Date: Fri, 22 Jan 2021 12:53:01 +0200 Subject: Docker image building and docker-compose for cps-nf-proxy Issue-ID: CPS-184 Change-Id: I364a7f1ff41ca491f522038269d95d91b76da313 Signed-off-by: Ruslan Kashapov --- cps-nf-proxy-rest/pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'cps-nf-proxy-rest') diff --git a/cps-nf-proxy-rest/pom.xml b/cps-nf-proxy-rest/pom.xml index 23adb9335..7b5601435 100755 --- a/cps-nf-proxy-rest/pom.xml +++ b/cps-nf-proxy-rest/pom.xml @@ -12,6 +12,8 @@ cps-nf-proxy-rest + org.onap.cps.nfproxy.Application + nexus3.onap.org:10001/onap/cps-nf-proxy 0.44 @@ -116,4 +118,38 @@ + + + + docker + + false + + + + + com.google.cloud.tools + jib-maven-plugin + + + package + build + + dockerBuild + + + + deploy + buildAndPush + + build + + + + + + + + + -- cgit 1.2.3-korg