- Notifications
You must be signed in to change notification settings - Fork7
run image as non-root user & add securitycontext values#138
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
kacpersaw left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
Few comments inline but otherwise LGTM
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
736495d
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
prospective customer gave feedback that the
coder-logstream-kube
image runs as an undefined user, raising security flags.this PR runs the image as a non-root user
65532
(compatible withscratch
images,/etc/passwd
not required), and adds support forpodSecurityContext
values.closes#23