-
Notifications
You must be signed in to change notification settings - Fork 64
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
feat(backend): run the container as non-root #874
base: master
Are you sure you want to change the base?
Conversation
UID and GID are > 10000 to conform with best practices. See https://avd.aquasec.com/misconfig/kubernetes/general/avd-ksv-0021/ and https://avd.aquasec.com/misconfig/ksv020
Easy and customizable dashboards for your build system. Learn more about Stoat ↗︎ Static Hosting
Job Runtime |
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.
let's hold off on this until after product hunt since if it could go wrong it could bring the site down or major parts of plural functionality
@michaeljguarino I've deployed the images and they all run as expected without any crashes. |
We'll need to configure different ports for the services for this as well. |
UID and GID are > 10000 to conform with best practices. See https://avd.aquasec.com/misconfig/kubernetes/general/avd-ksv-0021/ and https://avd.aquasec.com/misconfig/ksv020
Summary
Labels
Test Plan
Checklist