You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ sudo podman run --rm ghcr.io/osbuild/image-builder-climount: /run/osbuild: permission denied. dmesg(1) may have more information after failed mount system call.
I expect the container:
not to require --privileged for showing help
privileged commands (build) to show a helpful error
The text was updated successfully, but these errors were encountered:
We probably need to do what we do in bib and move the container setup into the go code itself so that it has context what it needs (c.f. bibs internal/setup/setup.go code)
I expect the container:
--privileged
for showing helpbuild
) to show a helpful errorThe text was updated successfully, but these errors were encountered: