mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 01:15:44 +00:00
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>
4 lines
86 B
Go
4 lines
86 B
Go
package version
|
|
|
|
// Version is the version of the build.
|
|
const Version = "0.49.2-dev"
|