Merge pull request #965 from dmcgowan/content-read-at

Update push to use copy
This commit is contained in:
Michael Crosby
2017-06-12 16:19:53 -07:00
committed by GitHub
15 changed files with 366 additions and 155 deletions

1
cmd/dist/common.go vendored
View File

@@ -119,6 +119,7 @@ func getResolver(ctx context.Context, clicontext *cli.Context) (remotes.Resolver
}
options := docker.ResolverOptions{
PlainHTTP: clicontext.Bool("plain-http"),
Tracker: pushTracker,
}
if username != "" {
if secret == "" {