summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@redhat.com>2022-08-04 16:42:02 +0200
committerValentin Rothberg <vrothberg@redhat.com>2022-08-04 16:42:02 +0200
commit3102194f036b830bd5e242a67d04e238a4f50bc0 (patch)
treed6279e063562d5059bdc84d0e976a2e27c24b879 /go.mod
parent4dff697b772bc3a99e6b1e9755f48c2a6194348c (diff)
downloadpodman-3102194f036b830bd5e242a67d04e238a4f50bc0.tar.gz
podman-3102194f036b830bd5e242a67d04e238a4f50bc0.tar.bz2
podman-3102194f036b830bd5e242a67d04e238a4f50bc0.zip
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>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 56730fe20..7c5ea4879 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
github.com/containernetworking/cni v1.1.2
github.com/containernetworking/plugins v1.1.1
github.com/containers/buildah v1.26.1-0.20220716095526-d31d27c357ab
- github.com/containers/common v0.49.1-0.20220729221035-246800047d46
+ github.com/containers/common v0.49.2-0.20220804143628-dc97077782d5
github.com/containers/conmon v2.0.20+incompatible
github.com/containers/image/v5 v5.22.0
github.com/containers/ocicrypt v1.1.5