Closed xynydev closed 8 months ago
See this issue as well: https://github.com/ublue-os/isogenerator/issues/22
I would definitely love to support podman given it's focus in Fedora. I do think part of it is a general limitation of using loop devices with containers and that might have to be an upstream thing that they need to fix.
I saw the issue you linked, I too got that with docker
, and the fix worked. This is some separate issue related to some permissions when mounting devtmpfs
, though.
Podman requires sudo to run with the new fix we just included in the Containerfile. I'm going to close this issue.
All the examples currently run with
docker
, but running withpodman
would be better for local runs on Fedora. I understand that this is something you want to support too, right? There are some issues with this still, however.I tried to run with
podman
with the following command:And got the following error:
I tried adding the
--security-opt label=disable --pull=newer
cli args, as I've used those previously when running a temporary container locally that bind-mounts to pwd, but that didn't change anything.