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
Might be able to use kpt eval --save in some parts of the Dockerfile and/or examples.
kpt eval --save
Try adding podman to the tools image and stop using exec functions for kpt fn.
podman
kpt fn
The text was updated successfully, but these errors were encountered:
Using podman in build containers does not seem to be trivial.
$ colima ssh -- uname -a Linux colima 5.10.109-0-virt #1-Alpine SMP Mon, 28 Mar 2022 11:20:52 +0000 x86_64 Linux
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Might be able to use
kpt eval --save
in some parts of the Dockerfile and/or examples.Try adding
podman
to the tools image and stop using exec functions forkpt fn
.The text was updated successfully, but these errors were encountered: