mirror of
				https://github.com/containers/podman.git
				synced 2025-10-31 10:00:01 +08:00 
			
		
		
		
	Fix use of infra image to clarify default
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/github.com/containers/common/pkg/config/default.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/containers/common/pkg/config/default.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @ -46,7 +46,7 @@ var ( | ||||
| 	// DefaultInitPath is the default path to the container-init binary | ||||
| 	DefaultInitPath = "/usr/libexec/podman/catatonit" | ||||
| 	// DefaultInfraImage to use for infra container | ||||
| 	DefaultInfraImage = "k8s.gcr.io/pause:3.5" | ||||
| 	DefaultInfraImage = "" | ||||
| 	// DefaultRootlessSHMLockPath is the default path for rootless SHM locks | ||||
| 	DefaultRootlessSHMLockPath = "/libpod_rootless_lock" | ||||
| 	// DefaultDetachKeys is the default keys sequence for detaching a | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Daniel J Walsh
					Daniel J Walsh