Running buildah in a container means that the base image must be
downloaded every build. This is not desirable for local builds
(especially over slow Internet connection). Add support for running
buildah locally, instead of in a container, when the BUILDAH_DIRECT
environment variable is non-empty.
Running buildah in a container means that the base image must be downloaded every build. This is not desirable for local builds (especially over slow Internet connection). Add support for running buildah locally, instead of in a container, when the BUILDAH_DIRECT environment variable is non-empty.