Re: Cf fails to push a docker image
Lucas Reginato
I was taking a look into the error message and how to login to
registry-1.docker.io. In order to properly login, we need to follow the details of this webpage: https://docs.docker.com/registry/spec/auth/token/#requesting-a-token In a high level: - need to get a token at https://auth.docker.io/token with some query parameters. - then do the login again at registry-1.docker.io. - and then proceed to the next operations. Do we know if these steps are executed while pushing a docker image by PCF Dev? Thanks, -Lucas -- View this message in context: http://cf-dev.70369.x6.nabble.com/Cf-fails-to-push-a-docker-image-tp7761p7767.html Sent from the CF Dev mailing list archive at Nabble.com.
|
|