-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: docker/docker-py
base: 4.1.0
head repository: docker/docker-py
compare: 4.2.0
- 10 commits
- 20 files changed
- 8 contributors
Commits on Feb 6, 2020
-
set logging level of paramiko to warn
Signed-off-by: Till Riedel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e56722 - Browse repository at this point
Copy the full SHA 1e56722View commit details -
set host key policy for ssh transport to WarningPolicy()
Signed-off-by: Till Riedel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc6777e - Browse repository at this point
Copy the full SHA bc6777eView commit details -
obey Hostname Username Port and ProxyCommand settings from .ssh/config
Signed-off-by: Till Riedel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed9b208 - Browse repository at this point
Copy the full SHA ed9b208View commit details -
Fix CI labels so we run on amd64 nodes
Signed-off-by: Nicolas De Loof <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a67d180 - Browse repository at this point
Copy the full SHA a67d180View commit details -
Fix win32pipe.WaitNamedPipe throw exception in windows container.
Signed-off-by: Renlong Tu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61e2d5f - Browse repository at this point
Copy the full SHA 61e2d5fView commit details -
Signed-off-by: Christopher Crone <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b0d07f - Browse repository at this point
Copy the full SHA 9b0d07fView commit details -
Fix ImageCollectionTest.test_pull_multiple flakiness
The ImageCollectionTest.test_pull_multiple test performs a `docker pull` without a `:tag` specified) to pull all tags of the given repository (image). After pulling the image, the image(s) pulled are checked to verify if the list of images contains the `:latest` tag. However, the test assumes that all tags of the image are tags for the same version of the image (same digest), and thus a *single* image is returned, which is not always the case. Currently, the `hello-world:latest` and `hello-world:linux` tags point to a different digest, therefore the `client.images.pull()` returns multiple images: one image for digest, making the test fail: =================================== FAILURES =================================== ____________________ ImageCollectionTest.test_pull_multiple ____________________ tests/integration/models_images_test.py:90: in test_pull_multiple assert len(images) == 1 E AssertionError: assert 2 == 1 E + where 2 = len([<Image: 'hello-world:linux'>, <Image: 'hello-world:latest'>]) This patch updates the test to not assume a single image is returned, and instead loop through the list of images and check if any of the images contains the `:latest` tag. Signed-off-by: Sebastiaan van Stijn <[email protected]>Configuration menu - View commit details
-
Copy full SHA for 6c29375 - Browse repository at this point
Copy the full SHA 6c29375View commit details -
Implement context management, lifecycle and unittests.
Signed-off-by: Anca Iordache <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e44d84 - Browse repository at this point
Copy the full SHA 6e44d84View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab56784 - Browse repository at this point
Copy the full SHA ab56784View commit details -
Merge pull request #2506 from ulyssessouza/4.2.0-release
4.2.0 release
Ulysses Souza authoredFeb 6, 2020 Configuration menu - View commit details
-
Copy full SHA for 1d1532f - Browse repository at this point
Copy the full SHA 1d1532fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.1.0...4.2.0