Run as non root by default #16#17
Run as non root by default #16#17mendhak merged 3 commits intomendhak:masterfrom Sispheor:openshift_support
Conversation
Support for K8S and Openshift
|
Oh I just saw this. So this is something I had also started doing a while ago as well, but I stopped because I had a concern - if I push this new image, then the original command which people may have as part of automation, will break right away. That's why I added these instructions in the readme. What's a good way out of this? I tried to think of ideas. I could leave the current Any other ideas? |
|
Sure you can start using versioning. And maintain a changelog to keep people aware of breaking changes. |
|
Basically I don't want to break stuff for people like me who are already using I will review this PR, going to do some testing etc. |
As a general rule, processes running without root privileges cannot bind to ports below 1024.
This PR bring support for K8S and Openshift deployment.
Very useful tool BTW, thanks.
(Some whitespace has been removed because it's automatic on my IDE (vscode), I recommend you to configure it the same way in your projects)