Add a non-root image? #172
Labels
discussion
This issue requires further input from the community.
enhancement
The issue describes an enhancement that we would like to implement in the future.
help wanted
We seek out help for implementing this issue.
pr
There is a PR targeting this issue.
Milestone
Hi,
I initially asked in slack why netbox runs as root in the container.
You can find my message and the related thread here: https://networktocode.slack.com/archives/CD23LP8BC/p1571897479036500
TL;DR:
Netbox runs as root inside the container, which is a security risk. Docker can remap host user-id's to container user-id's, via user namespaces. But Kubernetes (which is most likely used in production) does not support this at the moment.
Because of that @cimnine proposed to start a variant of the netbox-container, like with
-ldap
.This issue should be seen as a feature-request for the netbox-container.
Also, @cimnine and me wanted to see if this is interesting for more people, to see if it is worth it.
The text was updated successfully, but these errors were encountered: