On 04/11/2017 03:03 AM, Jian Jiang wrote: > Hi All > > > > I am trying to get Docker images from https://nexus3.onap.org:10002, 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
Greetings Jian, Instead of using your own credentials to login to Nexus 3 please use the following: uid: docker pass: docker Due to how Nexus 3 operates with docker registries, and how the accounts work in it, we needed to create a generic read-only account. This is the _only_ account that will work for community members to be able to access docker images. -Andy- -- Andrew J Grimberg Lead, IT Release Engineering The Linux Foundation -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: OpenPGP digital signature URL: <http://lists.onap.org/pipermail/onap-discuss/attachments/20170411/3c1aeb0f/attachment.sig>
