mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-01 00:23:56 +08:00 
			
		
		
		
	imagetools resolver: fix deprecated client opt
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
		| @@ -47,10 +47,10 @@ func (r *Resolver) resolver() remotes.Resolver { | ||||
| 			} | ||||
| 			for i := range res { | ||||
| 				res[i].Authorizer = r.auth | ||||
| 				res[i].Client = tracing.DefaultClient | ||||
| 			} | ||||
| 			return res, nil | ||||
| 		}, | ||||
| 		Client: tracing.DefaultClient, | ||||
| 	}) | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 CrazyMax
					CrazyMax