github.com/containers/podman/v4@v4.9.4/pkg/criu/criu.go (about)

     1  package criu
     2  
     3  // MinCriuVersion for Podman at least CRIU 3.11 is required
     4  const MinCriuVersion = 31100
     5  
     6  // PodCriuVersion is the version of CRIU needed for
     7  // checkpointing and restoring containers out of and into Pods.
     8  const PodCriuVersion = 31600