diff options
author | Varun Gudisena <vg411h@att.com> | 2017-09-25 16:13:47 -0500 |
---|---|---|
committer | Varun Gudisena <vg411h@att.com> | 2017-09-25 16:14:08 -0500 |
commit | e6329b7c4ba770ba1e23c209c97fe2ba5f7c4aeb (patch) | |
tree | 62e9106b853529debd9b912e0fefffbb8fb33734 /pom.xml | |
parent | c9b1f058ccb00d8515545ad1e566e269f5046f5f (diff) |
Fix docker build issue
Added docker registry url
issue-id: DMAAP-144
Change-Id: Ib5947019bdf2324e87782f5381b158ea074ba493
Signed-off-by: Varun Gudisena <vg411h@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -495,7 +495,6 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <dockerLocation>${basedir}/target/swm/package/nix/dist_files/</dockerLocation> - <docker.registry>hub.docker.com</docker.registry> <docker.image.prefix>simpledemo</docker.image.prefix> <module.ajsc.namespace.name>dmaap</module.ajsc.namespace.name> @@ -534,7 +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> + <docker.push.registry>nexus3.onap.org:10003</docker.push.registry> </properties> <!-- Distribution management --> @@ -834,7 +833,7 @@ <profile> <id>docker</id> <properties> - <skip.staging.artifacts>true</skip.staging.artifacts> + <skip.docker.build>false</skip.docker.build> <skip.docker.tag>false</skip.docker.tag> <skip.docker.push>false</skip.docker.push> |