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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Would it be possible to implement the passing of secrets via env variables to buildah bud in the same manner as it has been done in buildah build?
I am referencing this issue #3524 and the solution for buildah build #3598
According to this issue: #5808 it should already work, however, it does not work for me.
I tried to pass secrets from env variables to my buildah build like this
buildah bud --secret id=MY_SECRET and it throws the following error:
error creating build executor: incorrect secret flag format: should be --secret id=foo,src=bar ERRO[0000] exit status 125
The same happens if I use --secret id=MY_SECRET,type=env
Am I missing something or is the usage from env variables not supported with buildah bud?
The text was updated successfully, but these errors were encountered:
buildah bud and buildah build are aliases for each other? Are you talking about podman build versus buildah bud?
Sorry, something went wrong.
Ah probably confused them. Nonetheless I cannot make it work to pass secrets from env variables.
No branches or pull requests
Would it be possible to implement the passing of secrets via env variables to buildah bud in the same manner as it has been done in buildah build?
I am referencing this issue #3524 and the solution for buildah build #3598
According to this issue: #5808 it should already work, however, it does not work for me.
I tried to pass secrets from env variables to my buildah build like this
buildah bud --secret id=MY_SECRET and it throws the following error:
error creating build executor: incorrect secret flag format: should be --secret id=foo,src=bar
ERRO[0000] exit status 125
The same happens if I use --secret id=MY_SECRET,type=env
Am I missing something or is the usage from env variables not supported with buildah bud?
The text was updated successfully, but these errors were encountered: