-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 build
with --userns=keep-id
results in faccessat keep-id: no such file or directory
#25064
Comments
buildah does not support any of the advanced podman user namespace modes, from the man page:
So that is expected to not work so I mark this as feature |
Isn't buildah a separate project? This may be a feature for buildah, but I'm reporting it against Podman. |
Podman vendors in this feature from buildah. |
Not sure what you goal with this option is though. Does it matter what mapping is used during a build? |
Yes, it's really the same as in As result, the |
Issue Description
Attempting to use
--userns=keep-id
to make sure the mounted directory is accessible for non-root user results infaccessat keep-id: no such file or directory
error.Steps to reproduce the issue
Steps to reproduce the issue (in terms of terminal commands)
Describe the results you received
Describe the results you expected
Build finishes successfully.
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: