Add host specific headers
Allows configuring headers per registry host Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -70,6 +70,7 @@ type RegistryHost struct {
|
||||
Scheme string
|
||||
Path string
|
||||
Capabilities HostCapabilities
|
||||
Header http.Header
|
||||
}
|
||||
|
||||
// RegistryHosts fetches the registry hosts for a given namespace,
|
||||
|
||||
Reference in New Issue
Block a user