mirror of
https://github.com/goharbor/harbor
synced 2025-04-07 21:30:15 +00:00
Add registry to default no_proxy hosts for Clair
When proxy is set for Clair, there may be issue when Clair pulls image from the registryif the `no_proxy` attribute is not updated. This commit adds `registry` to the default setting.
This commit is contained in:
parent
c1e1779ac0
commit
ad0c0eba36
|
@ -40,7 +40,7 @@ log_rotate_size = 200M
|
|||
#Clair doesn't need to connect to harbor ui container via http proxy.
|
||||
http_proxy =
|
||||
https_proxy =
|
||||
no_proxy = 127.0.0.1,localhost,ui
|
||||
no_proxy = 127.0.0.1,localhost,ui,registry
|
||||
|
||||
#NOTES: The properties between BEGIN INITIAL PROPERTIES and END INITIAL PROPERTIES
|
||||
#only take effect in the first boot, the subsequent changes of these properties
|
||||
|
|
Loading…
Reference in New Issue
Block a user