-
Notifications
You must be signed in to change notification settings - Fork 124
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
refactor(docker): allow r/w access in mounted volumes #9281
Conversation
@upbqdn this should be ready now. Only the PR description and Title will require updates |
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.
Don't we still need to adjust the permissions for mounted volumes? I'm happy to do that.
No. |
Co-authored-by: Marek <mail@marek.onl>
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.
LGTM
Admin merged because of flaky tests |
Motivation
The two errors above occur because we mount GCP volumes without read/write access for the new non-privileged user we switched to in PR #8923. We get those errors only in production containers and not test containers because we didn't switch to a non-privileged user in test containers.
root
in Docker test containers #9298.Solution
tests
stage in the Dockerfile.PR Checklist
C-exclude-from-changelog
label.