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

fix(docker): use numeric user id #5088

Closed
wants to merge 1 commit into from
Closed

Conversation

mouchar
Copy link
Member

@mouchar mouchar commented Jul 2, 2024

When running on k8s with runAsNonRoot option turned on,
we must use numeric id to make sure it can be recognized
by kubelet as non-zero (non-root) uid.

risk: low
JIRA: INFRA-3687


Important

Please, don't forget to run rush change for the commits that introduce new features 🙏


Refer to documentation to see how to run checks and tests in the pull request. This is the list of the most used commands:

extended test - backstop
extended test - tiger-cypress - integrated
extended test - tiger-cypress - isolated
extended test - tiger-cypress - record

When running on k8s with runAsNonRoot option turned on,
we must use numeric id to make sure it can be recognized
by kubelet as non-zero (non-root) uid.

risk: low
JIRA: INFRA-3687
@mouchar mouchar requested a review from kandl as a code owner July 2, 2024 07:46
@mouchar mouchar closed this Jul 2, 2024
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