-
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
v0.21.0 breaks in cloudbuild for private GCR image #1242
Comments
@victortrac Looks like this got fixed in #1238 Would you up for trying the edge build here to confirm?
|
Had same issue when using gcr.io/kaniko-project/executor:latest. Runs correctly when using gcr.io/kaniko-project/executor:debug-edge. |
Could you please keep this issue open, until this fix gets released in the new Kaniko version? Thanks! |
@dinvlad +1 and Let me know if it fixes asap. |
|
hey folks, I was able to verify the |
Release branch is out #1248 |
https://github.com/GoogleContainerTools/kaniko/releases/tag/v0.22.0 is out. Can someone please try this |
It appears to be working for us (compute-image-tools) |
Worked for me. Thanks! 👍 |
Fixed on latest version v0.22.0 |
I'm getting this on executor:debug-v0.22.0
Edit: Also since v0.20 kaniko is neither finding nor pushing to cache, using 0.19 still works |
Seem to get reintroduced in v1.7.0. |
I can confirm @here-nerd I also have the same issue, Did you find a fix? |
+1 |
+1 |
There's a detailed discussion on it in #1786 btw |
+1 |
1 similar comment
+1 |
Actual behavior
Builds using gcr.io/kaniko-project/executor:latest started failing with a GCR authentication error today when the kaniko is trying to build a private image hosted in GCR. Changing the kaniko executer tag to v0.20.0 fixes the problem.
Expected behavior
Kaniko executor should be able to read the service account assigned to cloudbuild to pull the docker image from GCR just like in previous versions.
To Reproduce
Steps to reproduce the behavior:
Additional Information
Triage Notes for the Maintainers
--cache
flagThe text was updated successfully, but these errors were encountered: