Merge pull request #30590 from LoriRongrong/lliu/proxy

pull/30621/head
Robert Sirchia 7 months ago committed by GitHub
commit 9fad3cd907
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -339,6 +339,7 @@ func newRegistryClientWithTLS(
registry.ClientOptHTTPClient(&http.Client{
Transport: &http.Transport{
TLSClientConfig: tlsConf,
Proxy: http.ProxyFromEnvironment,
},
}),
registry.ClientOptBasicAuth(username, password),

Loading…
Cancel
Save