summaryrefslogtreecommitdiffstats
path: root/distribution/pom.xml
diff options
context:
space:
mode:
authord00565011 <decheng.zhang@huawei.com>2021-08-17 09:55:00 -0400
committerdecheng zhang <decheng.zhang@huawei.com>2021-10-01 13:41:14 -0400
commit9b444bdfc55deee39bbbd33b32dff7e59e549b17 (patch)
tree6c30f4f8afd47ea7988c8760da17b6793b5ecae9 /distribution/pom.xml
parentddf7473db8cdd6a526e23b2ec32412a2bf4275c2 (diff)
CCVPN-usecase(REQ-719) requirements: update and revise CCVPN-NETWORK module to support latest
ccvpn profile. Also, correct the line separator to linux format, to resolve the docker compiling issue. Issue-ID: USECASEUI-606 Signed-off-by: decheng zhang <decheng.zhang@huawei.com> Change-Id: I97c0155fe64072fcd147737e72171b975dc3fa1b
Diffstat (limited to 'distribution/pom.xml')
-rw-r--r--distribution/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 17db2cd6..9a383102 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -34,6 +34,7 @@
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<linux64outputdir>target/assembly/linux64</linux64outputdir>
<dockeroutput>target/version/${usecaseui.version}</dockeroutput>
+ <docker.push.registry>localhost:5000</docker.push.registry>
</properties>
<build>
@@ -201,7 +202,7 @@
<configuration>
<images>
<image>
- <name>onap/usecase-ui</name>
+ <name>${docker.push.registry}/onap/usecase-ui</name>
<build>
<cleanup>try</cleanup>
<dockerFileDir>${basedir}/${dockeroutput}</dockerFileDir>