Skip to content

Conversation

@abesto
Copy link

@abesto abesto commented Feb 20, 2015

This seems to fix an issue where docker-compose tries to connect to private docker registry via HTTP instead of HTTPS, so the auth data in .dockercfg doesn't match the URL, causing authentication to fail.

(Also, 1.0.0 is a Good Thing)

Let me know if < 2.0.0 is too permissive. Minimum version is 1.0.0 because Client.timeout is a public attribute from 1.0.0, breaking the (so far not public) api of Client._timeout.

@abesto abesto force-pushed the use-latest-docker-py branch 4 times, most recently from bd7d694 to 29033be Compare February 20, 2015 19:04
@dnephin
Copy link

dnephin commented Feb 21, 2015

LGTM, 2.0.0 should be correct as long as docker-py follows semver

@aanand
Copy link

aanand commented Feb 23, 2015

Does this close #75?

@aanand
Copy link

aanand commented Feb 27, 2015

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 < 1.1.0 would be better. We hardcode the version that ends up in the binaries anyhow.

@abesto
Copy link
Author

abesto commented Mar 1, 2015

Sorry for the late response. Fair enough, restricted to < 1.1.0. I can squash the two commits tomorrow if it makes a difference.

@aanand
Copy link

aanand commented Mar 2, 2015

Yes please!

Signed-off-by: Zoltan Nagy <abesto@abesto.net>
@abesto abesto force-pushed the use-latest-docker-py branch from 54f04da to 8f38b28 Compare March 2, 2015 12:14
@abesto
Copy link
Author

abesto commented Mar 2, 2015

Is done. :)

@aanand
Copy link

aanand commented Mar 2, 2015

LGTM

aanand added a commit that referenced this pull request Mar 2, 2015
@aanand aanand merged commit 8610adc into docker:master Mar 2, 2015
@abesto
Copy link
Author

abesto commented Mar 2, 2015

Yay! Thanks :)

yuval-k pushed a commit to yuval-k/compose that referenced this pull request Apr 10, 2015
Use docker-py 1.0.0
Signed-off-by: Yuval Kohavi <yuval.kohavi@gmail.com>
@abesto abesto deleted the use-latest-docker-py branch June 4, 2015 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants