Commit 88b0815
committed
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#12081 parent 9fa6fe0 commit 88b0815
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
| 182 | + | |
184 | 183 | | |
185 | 184 | | |
186 | 185 | | |
| |||
0 commit comments