Skip to content

Conversation

candrews
Copy link

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

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

Signed-off-by: Craig Andrews <[email protected]>
@tianon
Copy link
Member

tianon commented Jul 17, 2025

Closing as a duplicate of #442 (as you've noted over there).

@tianon tianon closed this Jul 17, 2025
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.

2 participants