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