DockerCLI/cli/registry/client
Sebastiaan van Stijn 58e6338654 cli/registry: client.iterateEndpoints: remove check for APIVersion1
registryService.LookupPullEndpoints uses lookupV2Endpoints
https://github.com/moby/moby/blob/v24.0.5/registry/service.go#L137-L142

which, as the name indicates, only returns V2 endpoints;
https://github.com/moby/moby/blob/v24.0.5/registry/service_v2.go#L10-L80

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 22b4bab90f)
Signed-off-by: Cory Snider <csnider@mirantis.com>
2024-09-03 19:35:23 -04:00
..
client.go cli/registry/client: set actions when authn with token 2023-08-22 21:56:45 +02:00
endpoint.go cli/registry/client: set actions when authn with token 2023-08-22 21:56:45 +02:00
fetcher.go cli/registry: client.iterateEndpoints: remove check for APIVersion1 2024-09-03 19:35:23 -04:00