-
Notifications
You must be signed in to change notification settings - Fork 382
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
[Flake] Error preparing docker image for GCB #6327
Comments
|
Maybe this can help: https://github.com/GoogleContainerTools/kaniko/blob/master/README.md#--push-retry |
This change might fix googleapis#6327
Interesting. The kaniko image we're using is Do you know why we're using the |
fwiw, it turns out that newer version of a Kaniko seem to SEGV, for a reason I don't understand but I filed a bug about a couple months ago: GoogleContainerTools/kaniko#1604 |
My recollection is that I tried to use |
This change likely fixes #6327. As of today, Kaniko `v1.6.0` is the newest released version. Using that version directly results in the crash described in GoogleContainerTools/kaniko#1604. However, using the `v1.6.0-debug` image works, I _think_ because of a different version of the `docker-credentials-gcr` helper as I described in GoogleContainerTools/kaniko#1604 (comment) Updating Kaniko may also help #6336
Maybe a race condition? Or could be a bug in Koniko?
https://pantheon.corp.google.com/cloud-build/builds/a3f20e65-2048-4a59-9a97-f81f608b344a?project=cloud-cpp-testing-resources
The text was updated successfully, but these errors were encountered: