DockerCLI/cli/trust
Sebastiaan van Stijn 0ba820ed0b
cli/trust: remove special handling for "plugin" Class
This code depended on the registry Service interface, which has been removed,
so needed to be refactored. Digging further into the reason this code existed,
it looked like the Class=plugin was previously required on Docker Hub to handle
plugins, but this requirement is no longer there, so we can remove this special
handling.

This patch removes the special handling to both remove the use of the registry.Service
interface, as well as removing complexity that is no longer needed.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-03-23 13:44:48 +01:00
..
trust.go cli/trust: remove special handling for "plugin" Class 2023-03-23 13:44:48 +01:00
trust_test.go remove unneeded "digest" alias for "go-digest" 2022-03-04 14:45:37 +01:00