On Sun, Aug 18, 2019, at 2:43 PM, Robert P. J. Day wrote:
On Fri, 16 Aug 2019, Tom Sweeney wrote:
> o Deeper intro to Podman (Podman uses Buildah when it does `podman
> build`).
i'm going to be just a wee bit pedantic here, in that i don't think
podman uses buildah doing "podman build", as i just did a "podman
build" after explicitly removing the buildah package to test that very
thing.
It's a but ugly, but it seems that right now, each of the container tools embeds a
copy of each of the other tools, often in slightly different versions... so podman build
is using its internal version if buildah that may have different features and bugs than
the version you get when using buildah directly on the command line.
V/r,
James Cassell