mirror of
				https://github.com/containers/podman.git
				synced 2025-10-31 18:08:51 +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
 | 
