mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
9 lines
249 B
Go
9 lines
249 B
Go
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
|