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