-
Notifications
You must be signed in to change notification settings - Fork 886
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
Run Docker image as non-root #504
Conversation
Pull Request Test Coverage Report for Build 1115
💛 - Coveralls |
Codecov Report
@@ Coverage Diff @@
## master #504 +/- ##
==========================================
+ Coverage 86.51% 87.20% +0.68%
==========================================
Files 15 15
Lines 1261 1266 +5
==========================================
+ Hits 1091 1104 +13
+ Misses 100 96 -4
+ Partials 70 66 -4
Continue to review full report at Codecov.
|
Thanks for the PR, this is great! |
@oliver006 done |
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.
Looks good, thanks!
Released as v1.20.0 |
I'v struggled with some issue to get the exporter running by the Helm chart. Pod Security Policy was created but enforced AppArmor profile will prefent the POD start:
The default PSP on my cluster doesn't allow to run root images. Normaly the is a USER defintion in the Dockerfile which is here only in the builder, but not the finally image. Added the USER definition there and got the exporter running.