-
Notifications
You must be signed in to change notification settings - Fork 3.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
Build runc with selinux support #4183
Build runc with selinux support #4183
Conversation
4c2a26d
to
6c72ebe
Compare
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
Looks like an update is required due to merging the other PR |
6c72ebe
to
9004aab
Compare
DONE. thanks @estesp |
Because of the mess with protobufs and broken CI, you can rebase on master now to get a clean CI run. |
docker-ce seems to be building runc with selinux support, let us follow the same pattern here please: https://github.com/docker/docker-ce/search?p=1&q=RUNC_BUILDTAGS&unscoped_q=RUNC_BUILDTAGS Signed-off-by: Davanum Srinivas <[email protected]>
9004aab
to
7a252f3
Compare
@estesp rebased. thanks! |
Codecov Report
@@ Coverage Diff @@
## master #4183 +/- ##
=======================================
Coverage 42.41% 42.41%
=======================================
Files 133 133
Lines 15246 15246
=======================================
Hits 6466 6466
Misses 7841 7841
Partials 939 939
Continue to review full report at Codecov.
|
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
LGTM |
docker-ce seems to be building runc with selinux support, let us follow
the same pattern here please:
https://github.com/docker/docker-ce/search?p=1&q=RUNC_BUILDTAGS&unscoped_q=RUNC_BUILDTAGS
Signed-off-by: Davanum Srinivas [email protected]