-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
podman build --secret does not behave the same as docker #12985
Comments
@flouthoc PTAL |
Thanks. |
Also, in this blog post: https://pythonspeed.com/articles/docker-build-secrets/ There is an example of using the
I couldn't get that to work in podman either. |
This a |
Release of v4.0.0 is expected sometime in February, with Homebrew probably lagging a week or so behind the upstream release to allow time for the virtual machine images we use to also update to v4.0. |
I did the following:
That installed this:
I ran into the same problem with the testcase which I provided. |
|
No, no VM has been created with that yet. |
Description
podman build --secret
does not behave the same way as docker.I compared podman's behavior with
Docker version 20.10.11, build dea9396
.I also looked at the Docker documentation here:
https://docs.docker.com/develop/develop-images/build_enhancements/
https://docs.docker.com/engine/reference/commandline/build/#options
Steps to reproduce the issue:
The last line of output is:
This results in an error:
Output of
podman version
if reporting apodman build
issue:Output of
uname -a
:The text was updated successfully, but these errors were encountered: