Add status tracker for Docker remote push
Update push client to use status tracker Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
1
cmd/dist/common.go
vendored
1
cmd/dist/common.go
vendored
@@ -120,6 +120,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 == "" {
|
||||
|
||||
Reference in New Issue
Block a user