freeipa / freeipa-openshift-container

FreeIPA container for OpenShift 4
5 stars 7 forks source link

build: support local use of buildah #14

Closed frasertweedale closed 4 years ago

frasertweedale commented 4 years ago

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.

avisiedo commented 4 years ago

LGTM