On 3/24/20 18:35, Philip Rhoades wrote:
People,
On 2020-03-25 09:32, Philip Rhoades wrote:
> People,
>
> I have seen this a few times too:
>
> # podman rmi 77d74c539a60 268b4206e2e9
> A container associated with containers/storage, i.e. via Buildah,
> CRI-O, etc., may be associated with this image: 77d74c539a60
> Untagged: docker.io/cprogrammer/indimail:fc31
> Deleted:
> 268b4206e2e99921f598e08de1969c066282f6b4c41047efa6279303c669777e
> Error: image is in use by a container
>
> # podman ps -a
> CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
>
> What should I look for in this case?
This appears to be a cosmetic problem only as the images are, in fact,
removed . .
P.
These images are from builds, they are created as layers during a podman
build, usually one that fails.
I think doing a podman rmi -f ... Will remove them as well.