Migrate docker build to cobra
Signed-off-by: Vincent Demeester <vincent@sbr.pm> Upstream-commit: 60f447b655c960a48fa23e9eb86cc3bce4aeec37 Component: engine
This commit is contained in:
@ -202,7 +202,8 @@ func (cli *DockerCli) ResolveAuthConfig(ctx context.Context, index *registrytype
|
||||
return a
|
||||
}
|
||||
|
||||
func (cli *DockerCli) retrieveAuthConfigs() map[string]types.AuthConfig {
|
||||
// RetrieveAuthConfigs return all credentials.
|
||||
func (cli *DockerCli) RetrieveAuthConfigs() map[string]types.AuthConfig {
|
||||
acs, _ := getAllCredentials(cli.configFile)
|
||||
return acs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user