Re: CF Lattice support for private registries (Artifactory Docker registry).
dharmi
Yes, the private registry, Artifactory, has auth credentials to access. I
ssh'd into the Lattice VM and updated the .dockercfg with the below JSON (this works for my 'docker pull' commands), vagrant(a)ubuntu-trusty-64:~$ cat .dockercfg { "https://docker-local.corp.myorg.com" : { "auth" : "scrubbed", "email" : "dharmi(a)gmail.com" } } When running Lattice CLI, I am assuming that the authentication parameters are taken from the .dockercfg file. I don't see any other means to provide private registry's (Artifactory) credentials either on CF or from Lattice. I could be wrong. pls suggest. -- View this message in context: http://cf-dev.70369.x6.nabble.com/cf-dev-CF-Lattice-support-for-private-registries-Artifactory-Docker-registry-tp693p725.html Sent from the CF Dev mailing list archive at Nabble.com. |
|