You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
buildah, if it sees --build-arg foo without an explicit =something, will interpolate the environment variable $foo.
This may be a bug, or may be an intentional difference, or it may be a nothing-we-can-do-about-it difference. If it can't be fixed, perhaps it should be documented.
The text was updated successfully, but these errors were encountered:
Difference between
buildah bud
andpodman build
: buildah defaults a build-arg to an envariable if it's set; podman does not:buildah, if it sees
--build-arg foo
without an explicit=something
, will interpolate the environment variable$foo
.This may be a bug, or may be an intentional difference, or it may be a nothing-we-can-do-about-it difference. If it can't be fixed, perhaps it should be documented.
The text was updated successfully, but these errors were encountered: