buildah rm and rmi giving Error: removing container #4922
Replies: 3 comments 5 replies
-
@Luap99 i was verifying #4869 by updating buildah v 1.31.0 and it worked fine but now looks like some regression happened and we are seeing this error. It was working fine until v.130.0 |
Beta Was this translation helpful? Give feedback.
5 replies
-
Looks like containers/podman#18831 , one of our most popular flakes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I used to see this at least once a day. Have not seen it since containers/storage#1724 two weeks ago. I'm tentatively calling it fixed. Thank you @giuseppe! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
buildah images
REPOSITORY TAG IMAGE ID CREATED SIZE
c39d3cce8877 2 hours ago 94.3 MB
$ buildah ps
CONTAINER ID BUILDER IMAGE ID IMAGE NAME CONTAINER NAME
39168f968281 * c39d3cce8877 c39d3cce8877-working-container
i am running latest version of buildah and getting following error
buildah rm --all
Error: removing container "c39d3cce8877-working-container": deleting build container "39168f968281331f06c7eff3bf3b05dfee2e033e9e0661674add0859786a3e21": unmounting "/.local/share/containers/storage/overlay/ecda84ed4e6a33f323b88b6f8a4e74d4a2264255eaf5412ff8e042d0e1efb595/merged": invalid argument
buildah rmi --all --force
Error: 1 error occurred:
* unmounting "/.local/share/containers/storage/overlay/ecda84ed4e6a33f323b88b6f8a4e74d4a2264255eaf5412ff8e042d0e1efb595/merged": invalid argument
not sure what changed in 1.31.0 and started causing this error.
Will be happy to provide more information.
I am not able to isolate the problem but it's happening on most of our builds.
Beta Was this translation helpful? Give feedback.
All reactions