-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
podman: tries to create directories in /var while being rootless #2510
Comments
It seems like some paths might be set incorrectly - we should be using paths exclusively under |
Possibly related to #2508 - both of them seem to be failing to detect that we're rootless and adjust paths to appropriate defaults |
PR here: #2537 |
When the configuration file is specified, be sure to fill rootless compatible values in the default configuration. Closes: containers#2510 Signed-off-by: Giuseppe Scrivano <[email protected]>
It's alive again on rootless.
|
@giuseppe Anything to do with your rootless merge? |
I would bet this was the big rootless single userns patch that just merged. |
this is related to a change in containers/image where we use |
for tools in containers/ we are using the env variable _CONTAINERS_ROOTLESS_UID when running in a user namespace to refer to the rootless UID that created the user namespace. Closes: containers/podman#2510 (comment) Signed-off-by: Giuseppe Scrivano <[email protected]>
also got bitten by this; will we get a new release soon? |
/kind bug
Description
When trying to run podman rootless with
--log-level=debug
this message occures.Expected
podman shouldn't try to write to
/var/lib/containers/cache
when it's in rootless mode.Might be connected with #2508
The text was updated successfully, but these errors were encountered: