-
Notifications
You must be signed in to change notification settings - Fork 38
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
add parameter to allow the setting of running user for container #120
Conversation
@n-marton |
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
By it self that "user" param is not inherited into the containerd params, but I have adjusted my change to make it so. So the running user of the container now comes from the task's user config. edit: also, yes I agree it should be this way instead of introducing a new config param. |
@n-marton Can you read and sign the CLA? |
I have read the CLA Document and I hereby sign the CLA |
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.
LGTM!
* add parameter to allow the setting of running user for container (Roblox#120) * add parameter to allow the setting of running user for container * use task level user param as source param * Security fixes: upgrade containerd + nomad. (Roblox#122) Signed-off-by: Shishir Mahajan <[email protected]> Co-authored-by: n-marton <[email protected]> Co-authored-by: Shishir <[email protected]> Co-authored-by: Jonathan Cross <>
* add parameter to allow the setting of running user for container (Roblox#120) * add parameter to allow the setting of running user for container * use task level user param as source param * Security fixes: upgrade containerd + nomad. (Roblox#122) Signed-off-by: Shishir Mahajan <[email protected]> * Fix issue Roblox#116 - allow relative paths in mounts. (Roblox#123) * Fix issue Roblox#116 - allow relative paths in mounts. * Add test. Signed-off-by: Shishir Mahajan <[email protected]> * fix entrypoint override (Roblox#124) In case of entrypoint override, image config needs to be passed. * rename test file numbers Co-authored-by: n-marton <[email protected]> Co-authored-by: Shishir <[email protected]> Co-authored-by: Jonathan Cross <>
it comes handy form time to time to override the running user of a container