Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UPSTREAM: 53916: update .dockercfg content to config.json #16868

Commits on Oct 20, 2017

  1. Configuration menu
    Copy the full SHA
    8363697 View commit details
    Browse the repository at this point in the history
  2. update .dockercfg content to config.json

    update the data format of .dockercfg to match the new docker config.json
    format, which encapsulates all registry auth objects in an overall
    "auths" object:
    
    {
        "auths": {
            "reg.url": {
                "auth": "...=="
            }
        }
    }
    juanvallejo committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    5304de7 View commit details
    Browse the repository at this point in the history