awslabs / amazon-ecr-containerd-resolver

The Amazon ECR containerd resolver is an implementation of a containerd Resolver and Fetcher that can pull images from and push images to Amazon ECR using the Amazon ECR API instead of the Docker Registry API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove pkg/errors

kzys opened this issue · comments

https://github.com/pkg/errors has been archived. We can use fmt.Errorf instead.

@kzys I can take this up