You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds one more configuration for client about proxy, s.t.
http_proxy. http_proxy sets the http proxy that the client uses to
pull images, while no_proxy will define the remote address that
will not be accessed by proxy.
This is useful in a local registry scenario where original pull request
is in http.
Typical https_proxy looks like `http://127.0.0.1:5432`
no_proxy looks like `127.0.0.1,192.168.1.1`
Note that `client_builder.proxy()` function will add rather than
overwrite the proxies to underlying reqwest::Client, thus no side
effections upon the https proxy setting.
Signed-off-by: Xynnn007 <[email protected]>
0 commit comments