Add --user support for ctr run Windows#6603
Conversation
Adds the ability to override the default user ContainerUser with a custom user if present in the image or ContainerAdministrator if needed. Signed-off-by: Justin Terry <[email protected]>
|
Hi @jterry75. Thanks for your PR. I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/ok-to-test |
|
@jterry75: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
Build succeeded.
|
|
/ok-to-test |
mikebrow
left a comment
There was a problem hiding this comment.
LGTM
note to self.. over on _linux we have uid and gid options but don't have a run as username override
Adds the ability to override the default user
ContainerUser with a custom user if present in
the image or ContainerAdministrator if needed.
Signed-off-by: Justin Terry [email protected]