-
Notifications
You must be signed in to change notification settings - Fork 26
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
build failed: kaniko:executor latest doesn't work #136
Comments
thank you @dcaud ! this error gave me great grief, started half-wondering if i needed to re-architect my whole process because of this....thank you so much for the fix! |
Thanks, yes looks like a bug that will be fixed, but fixing the version as you did to to :v1.6.0 is part of why Docker is handy. I feel I have to leave it on |
One note on fixing it, the |
I"m guessing this was temporary and it fixed itself? |
Its not fixed, still an issue - changing to this version solves it though gcr.io/kaniko-project/executor:v1.6.0-debug It seems to only affect if you push to a different project than the CLoud Build is executing in? |
I guess the fix is in v1.7.0 but there is a bug where its pulling 1.6.0 instead? GoogleContainerTools/kaniko#1822 |
My
cr_deploy_plumber
was working, but now there's an auth error.Changing from:
gcr.io/kaniko-project/executor:latest
to
gcr.io/kaniko-project/executor:v1.6.0
using
trace(googleCloudRunner::cr_buildstep_docker, edit=TRUE)
resolved the problem
I presume this is a bug with google, so it isn't likely needed for a permant fix
See GoogleContainerTools/kaniko#1791
The text was updated successfully, but these errors were encountered: