| Field | Type | Description | Value(s) |
|---|---|---|---|
name | string | Registry name to apply the mirror configuration to. Registry name is the first segment of image identifier, with ‘docker.io’ being default one. A special name ’*’ can be used to define mirror configuration that applies to all registries. | |
endpoints | RegistryEndpoint | List of mirror endpoints for the registry. Mirrors will be used in the order they are specified, falling back to the default registry is skipFallback is not set to true. | |
skipFallback | bool | Skip fallback to the original registry if none of the mirrors are available or contain the requested image. |
endpoints[]
RegistryEndpoint defines a registry mirror endpoint.| Field | Type | Description | Value(s) |
|---|---|---|---|
url | URL | The URL of the registry mirror endpoint. | |
overridePath | bool | Use endpoint path as supplied, without adding /v2/ suffix. |