mirror of
				https://github.com/containers/podman.git
				synced 2025-11-04 08:56:05 +08:00 
			
		
		
		
	podman rmi: improve error message for build containers
Improve the error message when attempting to remove an image that is in use by an external/build container. Prior, the error only indicated that the image was in use but did not aid in resolving the issue. Fixes: #15006 Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/github.com/containers/common/version/version.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/containers/common/version/version.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@ -1,4 +1,4 @@
 | 
			
		||||
package version
 | 
			
		||||
 | 
			
		||||
// Version is the version of the build.
 | 
			
		||||
const Version = "0.49.1-dev"
 | 
			
		||||
const Version = "0.49.2-dev"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user