            MODULE=podman
           VERSION=5.7.1
            SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL_FULL=https://github.com/containers/podman/archive/v$VERSION.tar.gz
        SOURCE_VFY=sha256:c04c12f90d1bf410ccc4d27a30cff188d6a9361bddb5fceb19659ae08257cc6f
          WEB_SITE=https://github.com/containers/podman/
           ENTERED=20191214
           UPDATED=20251212
             SHORT="Tool and library for running OCI-based containers in pods"

cat << EOF
At a high level, the scope of libpod and Podman is the following:
 - Support multiple image formats including the OCI and Docker image formats.
 - Support for multiple means to download images including trust & image
   verification.
 - Container image management (managing image layers, overlay filesystems, etc).
 - Full management of container lifecycle.
 - Support for pods to manage groups of containers together.
 - Resource isolation of containers and pods.
 - Support for a Docker-compatible CLI interface through Podman.
 - Integration with CRI-O to share containers and backend code.
EOF
