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
Actual behavior pulling gcr.io/kaniko-project/executor:latest actually pulls version :v1.6.0 instead of :v1.7.0
gcr.io/kaniko-project/executor:latest
:v1.6.0
:v1.7.0
Expected behavior I expect that version 1.7.0 is pulled. Either the release notes are extremely misleading, wrong or the images are tagged incorrect.
https://github.com/GoogleContainerTools/kaniko/releases/tag/v1.7.0
The text was updated successfully, but these errors were encountered:
this is true for the debug tag as well
debug
Sorry, something went wrong.
This is because of bugs in version 1.7.
Kaniko's release CI/CD has since been fixed to properly tag the latest release with the :latest tag. Closing
:latest
Seems there is some additional context as to why this was done - #1893 (comment)
No branches or pull requests
Actual behavior
pulling
gcr.io/kaniko-project/executor:latest
actually pulls version:v1.6.0
instead of:v1.7.0
Expected behavior
I expect that version 1.7.0 is pulled. Either the release notes are extremely misleading, wrong or the images are tagged incorrect.
https://github.com/GoogleContainerTools/kaniko/releases/tag/v1.7.0
The text was updated successfully, but these errors were encountered: