• juanvallejo's avatar
    update .dockercfg content to config.json · 027c8b9e
    juanvallejo authored
    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": "...=="
            }
        }
    }
    027c8b9e
create_secret.go 12.2 KB