-
Notifications
You must be signed in to change notification settings - Fork 150
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
Use non root user #11
Conversation
Ah, you got to this before me.. I'll delete my 2nd PR and we can keep this one! |
7727885
to
cf5d190
Compare
@kschoche made similar changes to the |
Article I used for scratch image as reference: https://medium.com/@lizrice/non-privileged-containers-based-on-the-scratch-image-a80105d6d341 |
@DanStough Cool, that is a good idea to get the scratch image in the same state! I haven't tested it but just wanted to confirm that it doesn't break things (maybe run the consul-k8s acceptance tests against this image?) |
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.
Thanks!!
cf5d190
to
9e66118
Compare
Ran against some basic connect service tests. LGTM! |
re-opening #9 from @kschoche