mirror of
				https://github.com/containers/podman.git
				synced 2025-11-01 02:42:11 +08:00 
			
		
		
		
	 a4a70b4506
			
		
	
	a4a70b4506
	
	
	
		
			
			Move to containers/image v5 and containers/buildah to v1.11.4. Replace an equality check with a type assertion when checking for a docker.ErrUnauthorizedForCredentials in `podman login`. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			190 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			190 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package imagebuilder
 | |
| 
 | |
| const (
 | |
| 	// in docker/system
 | |
| 	NoBaseImageSpecifier = "scratch"
 | |
| 
 | |
| 	// in docker/system
 | |
| 	defaultPathEnv = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
 | |
| )
 |