Buildah is a tool for building OCI-compatible images through a lower-level coreutils interface . Similar to Podman, Buildah doesn’t depend on a daemon such as Docker or CRI-O, and it doesn’t require root privileges. Buildah provides a command-line tool that replicates all the commands found in a Dockerfile .

Source: Everything You Need to Know About Buildah