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
{{ message }}
This repository was archived by the owner on Jun 3, 2026. It is now read-only.
I just ran into the situation where my default connection (see podman system connect ls) was set to the rootless user. Since podman-bootc uses the root user of the Podman Machine, we can run into a confusing situation where podman-bootc can (not) see images but podman can (not).
Throwing a log/warning in that case can reduce the confusion.
I just ran into the situation where my default connection (see
podman system connect ls) was set to the rootless user. Since podman-bootc uses the root user of the Podman Machine, we can run into a confusing situation where podman-bootc can (not) see images but podman can (not).Throwing a log/warning in that case can reduce the confusion.