Adding a custom user to our docker image
Open
- Dominant language
- C++
- Stars
- 16.7k
- Forks
- 1.6k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 126
Description
It's often considered a security best practice to run as a non-root user in your containers. We should define a user in our image to make this easy. I'd recommend creating a user called `foundationdb` with UID 4059, and creating a group with the same name and ID.
Contributor guide
Assessment
This issue has not been assessed yet.