-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Kaniko cannot download image via mirror #1721
Comments
Hello, ran into this issue just now with 1.7.0 release. Any update on this? |
@tbnguyen1407 probably related #1787 |
Hello, Same problem here, I'm using gcr.io/kaniko-project/executor:debug to build with a private registry mirror. |
use the gcr.io/kaniko-project/executor:v1.6.0-debug image |
Thanks just see that |
Same problem here, could really use a minor version here. |
@tejal29 @dlorenc @sharifelgamal Is it possible to create a hotfix release from the current master branch? This should resolve this issue, which currently renders kaniko unusable for all our builds :( |
I'm no longer a maintainer here, sorry. Tejal/Sharif might be able to help. |
Have just checked: the problem does not exist in the release v1.8.0 anymore. |
Actual behavior
Kaniko cannot download the image via registry mirror and aborts with the following error:
Expected behavior
The build succeeds
To Reproduce
Steps to reproduce the behavior:
Additional Information
--cache true
and--registry-mirror ...
kaniko cannot find manifest #1172Triage Notes for the Maintainers
--cache
flagThe text was updated successfully, but these errors were encountered: