Hello Jian, We suggest to download docker images from nexus3.onap.org:10001, which is a proxy to the LF-hosted Nexus repos.
The username and password to access the docker hub is docker/docker. There?s no special privilege beyond that. These instructions work: docker login -u docker -p docker nexus3.onap.org:10001 docker pull nexus3.onap.org:10001/openecomp/mso:1.0-STAGING-latest It?s important to notice here that the docker image name must contain the tag 1.0-STAGING-latest. If not, ?latest? is assumed by default. We are currently deploying docker images that have all the same tag ?1.0-STAGING-latest?. This help us keep all the components aligned to the same build. Thanks, Marco From: <onap-discuss-bounces at lists.onap.org> on behalf of Jian Jiang <[email protected]> Date: Tuesday, April 11, 2017 at 6:03 AM To: "onap-discuss at lists.onap.org" <onap-discuss at lists.onap.org> Subject: [onap-discuss] Question about to get Docker images Hi All I am trying to get Docker images from https://nexus3.onap.org:10002<https://urldefense.proofpoint.com/v2/url?u=https-3A__nexus3.onap.org-3A10002&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=KgFIQiUJzSC0gUhJaQxg8eC3w16GC3sKgWIcs4iIee0&m=wRXQIx8NTYPIXj2gUH0iXZxFbX3z4UTlDZO7JIyr4Aw&s=kNKYvFpAcZY6BTnr9LOECIBwf7MZVCiUeBEzWeGyOp8&e=>, but facing the authentication issues. For example: when trying to run ?docker pull nexus3.onap.org:10002/onap/mso?, it failed with message ?unauthorized: authentication required?. And then trying to ?docker login? to nexus3.onap.org with my Linux foundation username & password, it also failed with ?Error 404?. Do I need some special privileges to get those Docker images? Or something wrong with my operation? Best Regards. Jian This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://www.amdocs.com/about/email-disclaimer<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.amdocs.com_about_email-2Ddisclaimer&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=KgFIQiUJzSC0gUhJaQxg8eC3w16GC3sKgWIcs4iIee0&m=wRXQIx8NTYPIXj2gUH0iXZxFbX3z4UTlDZO7JIyr4Aw&s=_b9QiRJ5BjKrmXKd6vVrPjnKw-FrZA1tNGnqqitTv-Y&e=> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.onap.org/pipermail/onap-discuss/attachments/20170411/af2feb09/attachment-0001.html>
