Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use UID number rather than username in Dockerfile
Systems configured to disallow running images as root aren't able to run images that use user name string values for the `USER` because they can't validate that a named user isn't root. To allow this image to run on such systems, use the uid of the user as the value for `USER` instead of the username. See: kubernetes/kubernetes#56503
- Loading branch information