diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-10-26 16:56:53 +0300 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-10-26 14:05:00 +0000 |
commit | bc51da2e2c262648993b80d27f0872bbbc4ef983 (patch) | |
tree | 2350f59125a5dd4b7479f4cf131a9080d0b24cab | |
parent | b65b96ecf1712bed1dedbcefe0fb79e51ed2cda8 (diff) |
Added authentication for docker in pom
Added the docker credentials in the pom.xml file instead of in the settings.xml
Change-Id: I3902d89624bdb98d6565c88d0ce1ed6bf05f96fb
Issue-Id: SDC-524
Signed-off-by: Idan Amit <ia096e@intl.att.com>
-rw-r--r-- | sdc-os-chef/pom.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml index 21deaf42a6..cbe64073a4 100644 --- a/sdc-os-chef/pom.xml +++ b/sdc-os-chef/pom.xml @@ -305,9 +305,11 @@ <apiVersion>1.23</apiVersion> <registry>nexus3.onap.org:10003</registry> <authConfig> - <username>docker</username> - <password>docker</password> - </authConfig> + <pull> + <username>docker</username> + <password>docker</password> + </pull> + </authConfig> <images> |