-
Notifications
You must be signed in to change notification settings - Fork 96
[FIX] add "USER root" to top of every Dockerfile #306
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
Conversation
ping to see if anyone can review this pull request. |
Codecov Report
@@ Coverage Diff @@
## master #306 +/- ##
=========================================
Coverage ? 68.69%
=========================================
Files ? 33
Lines ? 1853
Branches ? 241
=========================================
Hits ? 1273
Misses ? 490
Partials ? 90
Continue to review full report at Codecov.
|
In ReproNim#306, the circleci tests were failing for minc. This commit is an attempt to fix that, because the problem was not reproducible on jakub's local installation.
The singularity issue for the miniconda test appears to be related to ContinuumIO/anaconda-issues#11163 |
changed the singularity test to work with a previous version of miniconda, I suppose building a singularity with a newer version of miniconda will be defunct until some upstream changes are put into place. @kaczmarj I believe this ready for review. |
Thank you so much for figuring out the issue. It was bugging me and I could not find the cause... my Google fu is not powerful enough yet. I will review tonight.
Best,
Jakub
… On Jan 9, 2020, at 3:32 AM, James Kent ***@***.***> wrote:
changed the singularity test to work with a previous version of miniconda, I suppose building a singularity with a newer version of miniconda will be defunct until some upstream changes are put into place.
@kaczmarj I believe this ready for review.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
thank you @jdkent |
ref #249
first pass at forcing the user to be root.
Not going to say that this fixes #249 because this does not cover singularity builds.
I'm also unsure how this will interact with #270 if you want to primarily interact with the container as a user (not root).