Skip to content
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

Adds influxdb user to alpine Dockerfiles #385

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anguswilliams
Copy link

Allow containers to be run as non root by adding an influxdb user and group. Home directory of the user is set to the data dir of influx.

The intent is to allow influxdb to be run as a non-root user in environments where policy may disallow the use of the root user. E.g. kubernetes clusters with certain pod-security-policies set.

N.B. The Dockerfile is not defaulted to use the influxdb user to maintain backward compatibility.

Allow containers to be run as non root by adding an influxdb user and
group. Home directory of the user is set to the data dir of influx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant