mirror of https://github.com/containers/image.git
This commit enables private registry mirror support for the docker client. Major changes and additions related to an image pull are: - If mirrors are specified via the configuration (registries.conf), then the first working (where the manifest is available remotely) mirror will be used for the pull. - The main registry will be the fallback if no mirror works. - The insecure/skipVerify flags will be used from system context and from the corresponding registry/mirror as fallback too. - Configuring a prefix will be considered, too. - Update documentation for registry mirror support within `registries.conf` as well as the man page. - Renamed the `url` to `location` within system_registries_v2 Signed-off-by: Sascha Grunert <sgrunert@suse.com> |
||
|---|---|---|
| .. | ||
| archive | ||
| daemon | ||
| fixtures/registries.d | ||
| policyconfiguration | ||
| reference | ||
| tarfile | ||
| cache.go | ||
| docker_client.go | ||
| docker_client_test.go | ||
| docker_image.go | ||
| docker_image_dest.go | ||
| docker_image_src.go | ||
| docker_image_src_test.go | ||
| docker_transport.go | ||
| docker_transport_test.go | ||
| lookaside.go | ||
| lookaside_test.go | ||
| wwwauthenticate.go | ||
| wwwauthenticate_test.go | ||