          MODULE=cri-o
         VERSION=1.34.2
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/cri-o/cri-o/archive/v${VERSION}.tar.gz
      SOURCE_VFY=sha256:a40cad8423e14906a987efeeec9218836a6ef4c8b188bc03ed51a92077c06909
        WEB_SITE=https://github.com/cri-o/cri-o/
         ENTERED=20200930
         UPDATED=20251112
           SHORT="OCI implementation of Kubernetes Container Runtime Interface"

cat << EOF
CRI-O is meant to provide an integration path between OCI conformant runtimes
and the kubelet. Specifically, it implements the Kubelet Container Runtime
Interface (CRI) using OCI conformant runtimes. The scope of CRI-O is tied to
the scope of the CRI.
At a high level, we expect the scope of CRI-O to be restricted to the following functionalities:
 - Support multiple image formats including the existing Docker image format
 - Support for multiple means to download images including trust & image
   verification
 - Container image management (managing image layers, overlay filesystems, etc)
 - Container process lifecycle management
 - Monitoring and logging required to satisfy the CRI
 - Resource isolation as required by the CRI.
EOF
