-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failed to pull image registry.cn-hangzhou.aliyuncs.com/google_containers/coredns:v1.8.0: output: Error response from daemon: manifest for registry.cn-hangzhou.aliyuncs.com/google_containers/coredns:v1.8.0 not found: manifest unknown: manifest unknown #12021
Comments
sudo minikube start --vm-driver=none --image-repository=registry.cn-hangzhou.aliyuncs.com/google_containers |
Interesting, only missing registry.cn-hangzhou.aliyuncs.com/google_containers/coredns:v1.8.0 but other images are there, can anyone from ali fix it? |
I also meet this question |
Yes, I met the same issue!!! I think probably this is caused as v1.8.0 of coredns's docker image path has an extra /coredns/ field, while older version of coredns had no such extra field.... A workaround ways is:
|
Thanks for finding the root of this issue. The problem is the minikube maintainers aren't the one's maintaining the Alibaba registry, our goal is to maintain the Alibaba registry ourselves in the future though. Until then, if one of the people maintaining the registry come across this issue maybe they can help out. Sorry for the inconvenience. |
xiong dei,I met the same issue.I have tried, pull coredns from other registry-mirror,and then ,use 'docker tag' modify '1.8.0' to 'v1.8.0',but it doesnot work.Maybe the only way we can do ,is downloading all required images and building local registory |
docker pull coredns/coredns:1.8.0 like above . it's works for me. |
This issue should be fixed with #11785 and is in the current release of minikube, 1.23.2. I'm going to go ahead and close this issue, but if issues remain please comment on this and I'll reopen. |
重现问题所需的命令:
失败的命令的完整输出:
minikube logs
命令的输出:使用的操作系统版本:
The text was updated successfully, but these errors were encountered: