This is a rebuild of containers/buildah for use in Konflux-CI. Two images are produced by this repository. One is a simple rebuild of buildah
and is available at quay.io/konflux-ci/buildah:latest. The other is oriented at customizing the behavior of buildah
within Tekton tasks and is available at quay.io/konflux-ci/buildah-task:latest.
git init buildah
cd buildah
git checkout main && git pull
cd ..