buildkit icon indicating copy to clipboard operation
buildkit copied to clipboard

Feature Request: Is it feasible to set default config for all registry?

Open chenlein opened this issue 1 year ago • 0 comments

Just like:

[registry."_default"]
  # mirror configuration to handle path in case a mirror registry requires a /project path rather than just a host:port
  mirrors = ["yourmirror.local:5000"]
  http = true
  insecure = true

or

[registry.".*"]
  # mirror configuration to handle path in case a mirror registry requires a /project path rather than just a host:port
  mirrors = ["yourmirror.local:5000"]
  http = true
  insecure = true

chenlein avatar Jul 26 '24 06:07 chenlein