-
Notifications
You must be signed in to change notification settings - Fork 40k
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
fixing docker -d deprecation #20281
fixing docker -d deprecation #20281
Conversation
Labelling this PR as size/S |
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain to ixdy. |
1 similar comment
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain to ixdy. |
When was |
https://blog.docker.com/2015/08/docker-1-8-content-trust-toolbox-registry-orchestration/ /cc @dchen1107 |
@aanm Thanks for the pr. @Random-Liu and I talked about this yesterday on removing -d option, including our containervm image too. |
Compatibility check: docker daemon was fully introduced for docker 1.8, but it is compatible with docker 1.7 release which we haven't dropped the support yet. LGTM |
@dchen1107 ah cool thanks for checking that out |
My above compatibility check is wrong. There is a copy&paste error when I tested it: instead of passing "daemon", I passed "--daemon" as startup options for my docker daemon. Just verify it again, it is not compatible with docker 1.7 release. In this case, we have to detect docker version and pass different option based on the version. |
GCE e2e test build/test passed for commit c6ec72d503f760d3a8ddc8c652e6b8dc1cc15f6b. |
The bash ones were easy. The |
Labelling this PR as size/M |
GCE e2e test build/test passed for commit 9268bb2c0200e0bcd786c202ea7b8fc6f94cc229. |
GCE e2e test build/test passed for commit f87f1f02af3fcd20d141d0c38482dd4d7d2253c0. |
GCE e2e test build/test passed for commit b099bf9089faec73a187f54f98b68689eaf7d399. |
is unfortunately fully possible. E.g. in |
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain to ixdy. |
@dchen1107 docker was released today |
@aanm Please fix the failure tests. Otherwise lgtm |
GCE e2e test build/test passed for commit 97acdf4. |
The author of this PR is not in the whitelist for merge, can one of the admins add the 'ok-to-merge' label? |
Please note the |
How is it with Kubernetes docker compability? I think I've heard somewhere that Kubernetes should support three docker versions back. So for But I don't know for sure... See #13742 |
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain to ixdy. |
Fixes #20980 |
LGTM |
@k8s-bot test this Tests are more than 48 hours old. Re-running tests. |
GCE e2e build/test failed for commit 97acdf4. |
@k8s-bot test this issue: #IGNORE Tests have been pending for 24 hours |
GCE e2e build/test passed for commit 97acdf4. |
GCE e2e build/test passed for commit 97acdf4. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 97acdf4. |
Automatic merge from submit-queue |
Auto commit by PR queue bot
UPSTREAM: 64541: Add more kubectl auth reconcile flags Origin-commit: 1c17e889a44fd6013d69100ae696b57594f41e7f
UPSTREAM: 64541: Add more kubectl auth reconcile flags Origin-commit: 1c17e889a44fd6013d69100ae696b57594f41e7f
docker -d
was removed on docker 1.10I only did a grep "docker -d" in the repo. I hope there isn't a:
Signed-off-by: André Martins aanm90@gmail.com