error resolving mountpoints for container XXX: invalid mount type "cache"
#26052
-
Hello! I'm running into the above error. I have podman 3.4.4 and am running Ubuntu 22.04. For the record, when changing the mount type to volume or bind, I run into the same issue. I suspect that I caused an issue from a messy uninstallation, but I've tried deleting+reinstalling podman and the containers. What exactly is going under the hood to search for supported mounting types? I've been trying to piece it together from this code + buildah code, but it would be fantastic to get a high-level pointer to make sure everything is set up correctly. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
That syntax wasn't supported before buildah 1.24, which wasn't available and used by podman until the 4.x series. You need a newer version of podman. |
Beta Was this translation helpful? Give feedback.
That syntax wasn't supported before buildah 1.24, which wasn't available and used by podman until the 4.x series. You need a newer version of podman.