aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2017-10-26 09:36:37 +0300
committerIdan Amit <ia096e@intl.att.com>2017-10-26 09:36:37 +0300
commite0172590a456e49f3e8e0815be3acf3fd5abd54c (patch)
tree5a9cd3d53c3ed09fda99c899773d83746fb6c0ac
parent85dbef53f19b4504ace0ab170af8904b5749279c (diff)
Added authentication for docker in pom
Added the docker credentials in the pom.xml file instead of in the settings.xml Change-Id: I4a853c260da683fe071db31da3bbaaf8c6f7181a Issue-Id: SDC-524 Signed-off-by: Idan Amit <ia096e@intl.att.com>
-rw-r--r--sdc-os-chef/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml
index 5416939dac..750b3c6bd9 100644
--- a/sdc-os-chef/pom.xml
+++ b/sdc-os-chef/pom.xml
@@ -335,6 +335,10 @@
<verbose>true</verbose>
<apiVersion>1.23</apiVersion>
<registry>nexus3.onap.org:10003</registry>
+ <authConfig>
+ <username>docker</username>
+ <password>docker</password>
+ </authConfig>
<images>
<!-- Build backend image -->