diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-10-26 09:36:37 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-10-26 09:36:37 +0300 |
commit | e0172590a456e49f3e8e0815be3acf3fd5abd54c (patch) | |
tree | 5a9cd3d53c3ed09fda99c899773d83746fb6c0ac /sdc-os-chef/pom.xml | |
parent | 85dbef53f19b4504ace0ab170af8904b5749279c (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>
Diffstat (limited to 'sdc-os-chef/pom.xml')
-rw-r--r-- | sdc-os-chef/pom.xml | 4 |
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 --> |