summaryrefslogtreecommitdiff
path: root/pkg/criu/criu.go
blob: 0b0bbff5d3454c94358cf51057b246afc76ae1c9 (plain)
1
2
3
4
5
6
7
8
package criu

// MinCriuVersion for Podman at least CRIU 3.11 is required
const MinCriuVersion = 31100

// PodCriuVersion is the version of CRIU needed for
// checkpointing and restoring containers out of and into Pods.
const PodCriuVersion = 31600