Unable to write to $srcdir in podman
Hello,
with podman dabuild's bindmounts end up as root
owned in the container. Since the container uses the builder
user, it can't write to the aports
(and as such the $srcdir
) folder. One solution would be to pass --userns=keep-id
to podman, if the current user's UID is the same as builder
's (so it's more of a workaround)