-
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
Quadlet - Support setting UID and GID for --userns=keep-id #17961
Quadlet - Support setting UID and GID for --userns=keep-id #17961
Conversation
Some key are available only for user scope while there are no keys that are supported only for system. So, better to run in user scope Signed-off-by: Ygal Blum <[email protected]>
Signed-off-by: Ygal Blum <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ygalblum The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not just support I would rather just see us support this syntax then adding the new Remap classes. @giuseppe WDYT? |
Initially that's what I implemented. But, then I looked at how |
SGTM +1 |
I am fine this way if you prefer it, my only concern is that it makes it more difficult to extend the feature in the future if we decide to add more options to |
Quadlet does not have a key that is a one to one assignment to the Keep in mind that the initial thought was that Quadlet would not provide a dedicated key for each and every |
Right my concern is we see an explosion of keys, which is what we are starting to see. |
/lgtm |
Should we revisit this design decision and just add a The |
I agree, let's avoid another abstraction |
Let's continue the discussion in the new issue I opened: #17984 |
Does this PR introduce a user-facing change?
Yes
Resolves: #17908