Joffrey F
Joffrey F
I tag things manually as part of the release process. Sorry, no magic here! :)
1.6.0 early next week. :) On Thu, Nov 26, 2015, 11:42 AM James Turnbull [email protected] wrote: > @shin- https://github.com/shin- Any idea on why the next docker-py > release might be...
Thanks! Do you mind adding the appropriate version check?
I tried adding a test for this, but I don't think this is supported by the engine yet as no matter what I do, I'm not able to set a...
Hi! You can already provide a custom password through the `base_url` parameter, e.g. `ssh://user:[email protected]:22`. For more advanced uses, you should be able to write your own `Adapter` subclass and pass...
In my experience, `pywin32==223` has been riddled with issues. I'll upgrade when I feel confident it doesn't break 50% of the windows userbase ; in the meantime, use a virtualenv.
Thank you @Larsjep ! Sorry about the late response - my understanding is that this patch will not do anything unless it is used with a Docker Engine built with...
Unfortunately, `select.poll` doesn't exist on Windows, so this'll definitely need more work -- maybe by continuing to use `select.select` if we're running on Windows. I'm also curious as to whether...
Looks like it's failing pretty consistently on Python 2.7 (if you look at the test matrix [here](https://jenkins.dockerproject.org/job/docker/job/docker-py/job/PR-2300/)). To me that suggests that that condition does something helpful, and the fix...
[As advertised in the past](https://github.com/docker/docker-registry/issues/298#issuecomment-39845868), we do not support authentication over HTTP. If docker tries to send credentials over HTTP, then it is a bug and it needs to be...