Skip to content
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

[REQ] Add ability to specify a non-root user in image config #457

Open
1 task
cpuguy83 opened this issue Dec 5, 2024 · 0 comments
Open
1 task

[REQ] Add ability to specify a non-root user in image config #457

cpuguy83 opened this issue Dec 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cpuguy83
Copy link
Member

cpuguy83 commented Dec 5, 2024

What kind of request is this?

None

What is your request or suggestion?

Today we can set a specific uid/gid in the image config, however most of the time people just want to tell it to use a non-root user.
Distros typically have a standard uid/gid they use for a "nobody" user.
If we add a boolean to the image config that users can specify their intent is just for a non-root user the backing implementation can choose an appropriate uid/gid to use.

Are you willing to submit PRs to contribute to this feature request?

  • Yes, I am willing to implement it.
@cpuguy83 cpuguy83 added the enhancement New feature or request label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant