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

remove sudo in build scripts #486

Merged
merged 2 commits into from
May 4, 2020
Merged

remove sudo in build scripts #486

merged 2 commits into from
May 4, 2020

Conversation

xwu2git
Copy link
Contributor

@xwu2git xwu2git commented May 4, 2020

Requires the regular user to be in the docker group: usermod -aG docker .

Running docker as regular users does carry certain security implications but this is a recommended solution by docker. Besides, login as a regular user carries a lot more benefit than as a root. Plus, there is no sudo timeout if the build process is long.

@xwu2git xwu2git changed the title remove sudo in build scripts except in QAT remove sudo in build scripts May 4, 2020
@dpatel257 dpatel257 merged commit 6194edb into OpenVisualCloud:master May 4, 2020
dpatel257 pushed a commit that referenced this pull request May 5, 2020
* remove sudo in build scripts except in QAT

* remove sudo in qatbuild.sh

Co-authored-by: xx yy <xx@yy.com>
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.

None yet

2 participants