We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
docker pull gcr.docker.xxx.cool/kaniko-project/executor:v1.23.2 Error response from daemon: Head "https://gcr.docker.xxx.cool/v2/kaniko-project/executor/manifests/v1.23.2": Get "https://gcr.io/v2/token?scope=repository%3Akaniko-project%2Fexecutor%3Apull&service=gcr.io": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
应该是v2重定向这里没处理好,测试另一个作者的gcr就没有问题 https://github.com/ciiiii/cloudflare-docker-proxy/blob/master/src/index.js 但是他的dockerhub代理又有问题,希望作者能修复gcr的故障,谢谢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
docker pull gcr.docker.xxx.cool/kaniko-project/executor:v1.23.2
Error response from daemon: Head "https://gcr.docker.xxx.cool/v2/kaniko-project/executor/manifests/v1.23.2": Get "https://gcr.io/v2/token?scope=repository%3Akaniko-project%2Fexecutor%3Apull&service=gcr.io": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
应该是v2重定向这里没处理好,测试另一个作者的gcr就没有问题
https://github.com/ciiiii/cloudflare-docker-proxy/blob/master/src/index.js
但是他的dockerhub代理又有问题,希望作者能修复gcr的故障,谢谢
The text was updated successfully, but these errors were encountered: