mirror of https://github.com/docker/buildx.git
imagetools resolver: fix deprecated client opt
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
0abda783bb
commit
5c5125f30e
|
|
@ -47,10 +47,10 @@ func (r *Resolver) resolver() remotes.Resolver {
|
||||||
}
|
}
|
||||||
for i := range res {
|
for i := range res {
|
||||||
res[i].Authorizer = r.auth
|
res[i].Authorizer = r.auth
|
||||||
|
res[i].Client = tracing.DefaultClient
|
||||||
}
|
}
|
||||||
return res, nil
|
return res, nil
|
||||||
},
|
},
|
||||||
Client: tracing.DefaultClient,
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue