            MODULE=podman
           VERSION=6.1.0
            SOURCE=$MODULE-$VERSION.tar.gz
   SOURCE_URL_FULL=https://github.com/containers/podman/archive/v$VERSION.tar.gz
        SOURCE_VFY=sha256:e086183db2f852476a7fa2580d0276cef32086b4cf17ae7020948f06eb613e0d
          WEB_SITE=https://github.com/containers/podman/
           ENTERED=20191214
           UPDATED=20260813
             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
