mirror of
https://github.com/docker/cli.git
synced 2026-09-24 07:25:07 -05:00
Windows: Volume integration tests
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: 2af5034ce8faa1f93d81864aa25ec64527fac76b Component: engine
This commit is contained in:
@@ -595,7 +595,7 @@ func rewriteDockerfileFrom(dockerfileName string, translator func(string, regist
|
||||
|
||||
repoInfo, err := registry.ParseRepositoryInfo(repo)
|
||||
if err != nil {
|
||||
return nil, nil, fmt.Errorf("unable to parse repository info: %v", err)
|
||||
return nil, nil, fmt.Errorf("unable to parse repository info %q: %v", repo, err)
|
||||
}
|
||||
|
||||
ref := registry.ParseReference(tag)
|
||||
|
||||
Reference in New Issue
Block a user