1
0
mirror of https://github.com/nodejs/docker-node.git synced 2025-07-30 13:43:05 +03:00
Files
nodejs/docs
Craig Andrews 655ca3407c docs: Use numeric uid instead of 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 images to run on such systems, use the uid of the user as the value for `USER` instead of the username.

See: https://github.com/kubernetes/kubernetes/pull/56503
2025-01-16 12:23:37 -05:00
..