-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Use docker-py 1.0.0 #997
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
Use docker-py 1.0.0 #997
Conversation
bd7d694 to
29033be
Compare
|
LGTM, |
|
Does this close #75? |
|
OK, it doesn't - that's waiting on docker/docker-py#507. Never mind. Semver is nice and all, but I'd rather play it safe and keep the minor version sticky, so |
|
Sorry for the late response. Fair enough, restricted to |
|
Yes please! |
Signed-off-by: Zoltan Nagy <abesto@abesto.net>
54f04da to
8f38b28
Compare
|
Is done. :) |
|
LGTM |
|
Yay! Thanks :) |
Use docker-py 1.0.0 Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
This seems to fix an issue where
docker-composetries to connect to private docker registry via HTTP instead of HTTPS, so the auth data in.dockercfgdoesn't match the URL, causing authentication to fail.(Also,
1.0.0is a Good Thing)Let me know if
< 2.0.0is too permissive. Minimum version is1.0.0becauseClient.timeoutis a public attribute from1.0.0, breaking the (so far not public) api ofClient._timeout.