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
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.
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: