Skip to content

Run the entire container entrypoint as nginx instead of root

Donavan Pantke requested to merge feature/fix-root-container-vuln into main

What does this MR do?

By default Docker runs as root but you should avoid running as root if at all possible.

Why was this MR needed?

Vulnerability discovered.

What's the best way to test this MR?

Verify Nginx comes up and can serve UI

What are the relevant issue numbers?

Merge request reports