            MODULE=buildah
           VERSION=1.45.0
            SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL_FULL=https://github.com/containers/buildah/archive/v$VERSION.tar.gz
        SOURCE_VFY=sha256:d2bc03332c9f6ad5fcc210c68ad3190fe11d358214c88fb12a233f5045d5eddd
          WEB_SITE=https://github.com/containers/buildah/
           ENTERED=20191214
           UPDATED=20260731
             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
