Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error when image has already been pulled
CRI and containerd APIs disagree about the registry names - CRI supports index.docker.io as an alias for docker.io, while containerd does not. Use the actual stored RepoTag to determine what image to ask containerd for. Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
- Loading branch information