            MODULE=buildah
           VERSION=1.42.2
            SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL_FULL=https://github.com/containers/buildah/archive/v$VERSION.tar.gz
        SOURCE_VFY=sha256:784dfcf050d55c011aaf4e7247b1465259c41c861ff455dc754d6159121cab1e
          WEB_SITE=https://github.com/containers/buildah/
           ENTERED=20191214
           UPDATED=20251212
             SHORT="A tool that facilitates building OCI images"

cat << EOF
The Buildah provides a command line tool that can be used to:
 - create a working container, either from scratch or using an image as a
   starting point
 - create an image, either from a working container or via the
   instructions in a Dockerfile
 - images can be built in either the OCI image format or the traditional
   upstream docker image format
 - mount a working https://github.com/containers/buildahcontainer's root
   filesystem for manipulation
 - unmount a working container's root filesystem
 - use the updated contents of a container's root filesystem as a filesystem
   layer to create a new image
 - delete a working container or an image
 - rename a local container
EOF
