Apply suggestions from code review

Co-authored-by: Terry Howe <terrylhowe@gmail.com>
Signed-off-by: Benoit Tigeot <benoittgt@users.noreply.github.com>
(cherry picked from commit 093015b3b7)
This commit is contained in:
Benoit Tigeot
2026-07-08 15:38:58 +02:00
committed by Matt Farina
parent 037733e7d5
commit 1ad6e68924

View File

@@ -55,7 +55,7 @@ storing semantic versions, Helm adopts the convention of changing plus (+) to
an underscore (_) in chart version tags when pushing to a registry and back to
a plus (+) when pulling from a registry.`
var errDeprecatedRemote = errors.New("providing github.com/containerd/containerd/remotes.Resolver via ClientOptResolver is no longer suported")
var errDeprecatedRemote = errors.New("providing github.com/containerd/containerd/remotes.Resolver via ClientOptResolver is no longer supported")
type (
// RemoteClient shadows the ORAS remote.Client interface