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
cmd-build-with-buildah: selectively source NAME from argsfile
In [1] we added `DESCRIPTION=Fedora CoreOS testing-devel` to
build-args.conf, but this isn't exactly proper bash syntax.
Bash would want `Fedora CoreOS testing-devel` to be in quotes,
but `podman`/`docker` don't really support that in env file [2] [3]
and I assume args file is the same. If I added quotes there I get
"org.opencontainers.image.description": "\"Fedora CoreOS branched\"".
[1] coreos/fedora-coreos-config@90109c4
[2] containers/podman#9446
[3] docker/for-linux#1208
0 commit comments