-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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: uid instead of named user (fixes #2746) #3108
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3108 +/- ##
======================================
Coverage 38.6% 38.6%
======================================
Files 168 168
Lines 18269 18269
Branches 237 237
======================================
Hits 7053 7053
Misses 10342 10342
Partials 874 874 Continue to review full report at Codecov.
|
Hm, I'm wondering - would specifying |
it would, but wouldn't it be better support |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would be happy to see it merged (also met this error message). Do you need any assistance? |
Slipped through - sorry. Merging now :) |
When specifying:
You keep getting the error:
And since we are creating user 999 inside the container, it is better to use this user by UID than by username.
issue: #2746
Checklist: