cli/internal/registry
Sebastiaan van Stijn 034dc932d7
remove aliases for containerd/errdefs, disallow docker/errdefs
We transitioned most functionality of docker/errdefs to containerd
errdefs module, and the docker/errdefs package should no longer be
used.

Because of that, there will no longer be ambiguity, so we can remove
the aliases for this package, and use it as "errdefs".

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 89d8c8a2a7)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-08-16 18:29:23 +02:00
..
auth.go internal/registry: remove pkg/errors 2025-08-15 15:45:48 +02:00
config.go internal/registry: remove RepositoryInfo, add NewIndexInfo 2025-08-15 15:45:49 +02:00
config_test.go remove aliases for containerd/errdefs, disallow docker/errdefs 2025-08-16 18:29:23 +02:00
doc.go add internal fork of docker/docker/registry 2025-08-15 15:45:47 +02:00
errors.go internal/registry: fix linting issues (revive) 2025-08-15 15:45:49 +02:00
registry.go internal/registry: remove pkg/errors 2025-08-15 15:45:48 +02:00
registry_mock_test.go internal/registry: fix linting issues (revive) 2025-08-15 15:45:49 +02:00
registry_test.go internal/registry: remove RepositoryInfo, add NewIndexInfo 2025-08-15 15:45:49 +02:00
service.go remove aliases for containerd/errdefs, disallow docker/errdefs 2025-08-16 18:29:23 +02:00
service_v2.go internal/registry: remove duplicate endpoint methods 2025-08-15 15:45:48 +02:00