diff options
author | Varun Gudisena <vg411h@att.com> | 2017-09-25 14:56:02 -0500 |
---|---|---|
committer | Varun Gudisena <vg411h@att.com> | 2017-09-25 14:56:06 -0500 |
commit | 264297793790e8464f7e57a482244428c729f190 (patch) | |
tree | d36adfce84a3f72c76b196f3e07466278d54ad65 /pom.xml | |
parent | 43cbca947f8479798d1185388046dee423833ae6 (diff) |
Fix docker build issue
Added dockerregistry property
issue-id: DMAAP-144
Change-Id: I2fc9314f3a88d3fb50ab06f131648ec9250a9b87
Signed-off-by: Varun Gudisena <vg411h@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -533,6 +533,7 @@ <skip.docker.build>true</skip.docker.build> <skip.docker.push>true</skip.docker.push> <nexusproxy>https://nexus.onap.org</nexusproxy> + <docker.push.registry>localhost:5000</docker.push.registry> </properties> <!-- Distribution management --> |