-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
dind: fix /run mount prop for docker 1.12 compat #11720
Conversation
[test] [testextended][extended:networking] |
Evaluated for origin test up to e68cbb6 |
Evaluated for origin testextended up to e68cbb6 |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/10970/) (Base Commit: 90d8c62) |
continuous-integration/openshift-jenkins/testextended SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin_extended/723/) (Base Commit: 90d8c62) (Extended Tests: networking) |
Test failure is unrelated, this is ready to merge. cc: @openshift/networking |
[merge] |
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. Thanks @marun
[merge] |
continuous-integration/openshift-jenkins/merge Waiting: You are in the build queue at position: 4 |
Evaluated for origin merge up to e68cbb6 |
LGTM, though if my PR gets in first this one will be a NOP. |
Looks like #11613 has merged, so this is no longer necessary. |
As per #11707, docker 1.12 requires the /run volume to have shared mount propagation enabled.