summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix ssh key pathreplace_paramikoaiordache2020-10-061-1/+1
| | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* Update jenkins test pipelineaiordache2020-10-064-13/+31
| | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* remove ssh-client install from py3 Dockerfileaiordache2020-10-062-4/+2
| | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* flake8 fixesaiordache2020-10-062-4/+7
| | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* Add SSH testsaiordache2020-10-0517-18/+894
| | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* Shell out to SSH client for an ssh connectionaiordache2020-10-053-45/+116
| | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* Merge pull request #2673 from ulyssessouza/remove-tinyurl-linkAnca Iordache2020-09-281-2/+2
|\ | | | | Fix url of examples in ulimits
| * Fix url of examples in ulimitsUlysses Souza2020-09-171-2/+2
| | | | | | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* | Merge pull request #2670 from ulyssessouza/add-github-maintainersAnca Iordache2020-09-171-0/+6
|\ \ | |/ |/| Add github supported CODEOWNERS file
| * Add github supported CODEOWNERS fileUlysses Souza2020-09-151-0/+6
|/ | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Add release 4.3.1 information to changelogaiordache2020-09-071-0/+10
| | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* Merge pull request #2650 from aiordache/default_version_autoAnca Iordache2020-08-207-62/+84
|\ | | | | Set default version to 'auto'
| * set engine version for unit tests to avoid querying the engineaiordache2020-08-207-47/+71
| | | | | | | | Signed-off-by: aiordache <anca.iordache@docker.com>
| * set version to 'auto' to avoid breaking on old engine versionsaiordache2020-08-191-23/+21
| | | | | | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* | Merge pull request #2534 from HaaLeo/feature/openssh-identity-fileAnca Iordache2020-08-201-0/+2
|\ \ | |/ |/| Support OpenSSH Identityfile option
| * Fixes docker/docker-py#2533Leo Hanisch2020-03-201-0/+2
| | | | | | | | Signed-off-by: Leo Hanisch <23164374+HaaLeo@users.noreply.github.com>
* | Add file environment variable to integration-dindYuval Goldberg2020-08-181-4/+4
| | | | | | | | Signed-off-by: Yuval Goldberg <yuvigoldi@hotmail.com>
* | Fix memory conversion to bytes (#2645)Anca Iordache2020-08-173-21/+11
| | | | | | | | | | | | | | | | * Fix memory conversion to bytes Co-authored-by: Ulysses Souza <ulysses.souza@gmail.com> Signed-off-by: aiordache <anca.iordache@docker.com>
* | Merge pull request #2638 from aiordache/releaseAnca Iordache2020-08-103-2/+17
|\ \ | | | | | | Release 4.3.0
| * | Update version to the next dev versionaiordache2020-08-101-1/+1
| | | | | | | | | | | | Signed-off-by: aiordache <anca.iordache@docker.com>
| * | Fix changelog mergeaiordache2020-08-101-2/+1
| | | | | | | | | | | | Signed-off-by: aiordache <anca.iordache@docker.com>
| * | Fix mergeaiordache2020-08-101-35/+0
| | | | | | | | | | | | Signed-off-by: aiordache <anca.iordache@docker.com>
| * | Prepare release 4.3.0aiordache2020-08-102-1/+16
| | | | | | | | | | | | Signed-off-by: aiordache <anca.iordache@docker.com>
| * | Make orchestrator field optionalaiordache2020-08-102-55/+17
| | | | | | | | | | | | Signed-off-by: aiordache <anca.iordache@docker.com>
| * | Specify when to use `tls` on Context constructorUlysses Souza2020-08-101-0/+4
| | | | | | | | | | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
| * | Post release 4.2.0 update:Ulysses Souza2020-08-101-0/+1
| | | | | | | | | | | | | | | | | | | | | - Changelog - Next Version Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
| * | Implement context management, lifecycle and unittests.Anca Iordache2020-08-102-0/+69
| | | | | | | | | | | | Signed-off-by: Anca Iordache <anca.iordache@docker.com>
| * | obey Hostname Username Port and ProxyCommand settings from .ssh/configTill Riedel2020-08-101-3/+0
| | | | | | | | | | | | Signed-off-by: Till Riedel <riedel@teco.edu>
| * | set logging level of paramiko to warnTill Riedel2020-08-101-0/+3
| | | | | | | | | | | | Signed-off-by: Till Riedel <riedel@teco.edu>
| * | Update credentials-helpers to v0.6.2Sebastiaan van Stijn2020-08-101-1/+1
|/ / | | | | | | Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* | Update default API version to v1.39 (#2512)Sebastiaan van Stijn2020-08-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update default API version to v1.39 When running the docker-py integration tests in the Moby repository, some tests were skipped because the API version used was too low: SKIPPED [1] tests/integration/api_service_test.py:882: API version is too low (< 1.38) SKIPPED [1] tests/integration/api_swarm_test.py:59: API version is too low (< 1.39) SKIPPED [1] tests/integration/api_swarm_test.py:38: API version is too low (< 1.39) SKIPPED [1] tests/integration/api_swarm_test.py:45: API version is too low (< 1.39) SKIPPED [1] tests/integration/api_swarm_test.py:52: API version is too low (< 1.39) While it's possible to override the API version to use for testing using the `DOCKER_TEST_API_VERSION` environment variable, we may want to set the default to a version that supports all features that were added. This patch updates the default API version to v1.39, which is the minimum version required for those features, and corresponds with Docker 18.09. Note that the API version of the current (19.03) Docker release is v1.40, but using that version as default would exclude users that did not update their Docker version yet (and would not be needed yet for the features provided). Signed-off-by: Sebastiaan van Stijn <github@gone.nl> * Makefile: set DOCKER_TEST_API_VERSION to v1.39 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* | Merge pull request #2572 from scop/tlsconfig-error-messagesAnca Iordache2020-08-071-5/+5
|\ \ | | | | | | Fix parameter names in TLSConfig error messages
| * | Fix parameter names in TLSConfig error messages and commentsVille Skyttä2020-05-251-5/+5
| | | | | | | | | | | | Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
* | | Merge pull request #2520 from Nicceboy/masterAnca Iordache2020-08-073-5/+17
|\ \ \ | | | | | | | | Disable compression by default when using container:get_archive method
| * | | Disable compression by default when using get_archive methodNiklas Saari2020-02-263-5/+17
| | |/ | |/| | | | | | | Signed-off-by: Niklas Saari <niklas.saari@tutanota.com>
* | | Merge pull request #2584 from thaJeztah/bump_engineAnca Iordache2020-08-072-3/+3
|\ \ \ | | | | | | | | Update test engine version to 19.03.12
| * | | Update test engine version to 19.03.12Sebastiaan van Stijn2020-06-302-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* | | | Spelling fixes (#2571)Ville Skyttä2020-08-073-4/+4
| | | | | | | | | | | | Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
* | | | Add device requests (#2471)Lucidiot2020-08-075-3/+185
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add DeviceRequest type Signed-off-by: Erwan Rouchet <rouchet@teklia.com> * Add device_requests kwarg in host config Signed-off-by: Erwan Rouchet <rouchet@teklia.com> * Add unit test for device requests Signed-off-by: Erwan Rouchet <rouchet@teklia.com> * Fix unit test Signed-off-by: Erwan Rouchet <rouchet@teklia.com> * Use parentheses for multiline import Signed-off-by: Erwan Rouchet <rouchet@teklia.com> * Create 1.40 client for device-requests test Signed-off-by: Laurie O <laurie_opperman@hotmail.com> Co-authored-by: Laurie O <laurie_opperman@hotmail.com> Co-authored-by: Bastien Abadie <abadie@teklia.com>
* | | | Fix CreateContainerTest.test_invalid_log_driver_raises_exceptionSebastiaan van Stijn2020-07-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This test was updated in 7d92fbdee1b8621f54faa595ba53d7ef78ef1acc, but omitted the "error" prefix in the message, causing the test to fail; _________ CreateContainerTest.test_invalid_log_driver_raises_exception _________ tests/integration/api_container_test.py:293: in test_invalid_log_driver_raises_exception assert excinfo.value.explanation in expected_msgs E AssertionError: assert 'error looking up logging plugin asdf: plugin "asdf" not found' in ["logger: no log driver named 'asdf' is registered", 'looking up logging plugin asdf: plugin "asdf" not found'] E + where 'error looking up logging plugin asdf: plugin "asdf" not found' = APIError(HTTPError('400 Client Error: Bad Request for url: http+docker://localhost/v1.39/containers/create')).explanation E + where APIError(HTTPError('400 Client Error: Bad Request for url: http+docker://localhost/v1.39/containers/create')) = <ExceptionInfo APIError tblen=6>.value Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* | | | Upgrade Windows dependencyOfek Lev2020-07-072-6/+2
| | | | | | | | | | | | | | | | Signed-off-by: Ofek Lev <ofekmeister@gmail.com>
* | | | Merge pull request #2551 from haboustak/2550-add-driveropts-to-endpointconfigUlysses Souza2020-07-026-4/+41
|\ \ \ \ | | | | | | | | | | Add support for DriverOpts in EndpointConfig
| * | | | Add support for DriverOpts in EndpointConfigMike Haboustak2020-04-306-4/+41
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Docker API 1.32 added support for providing options to a network driver via EndpointConfig when connecting a container to a network. Signed-off-by: Mike Haboustak <haboustak@gmail.com>
* | | | Merge pull request #2609 from ulyssessouza/post-releaseUlysses Souza2020-07-011-0/+9
|\ \ \ \ | |_|/ / |/| | | Post release 4.2.2
| * | | Update version to 4.3.0-devUlysses Souza2020-06-301-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
| * | | Bump 4.2.2Ulysses Souza2020-06-302-1/+10
| | | | | | | | | | | | | | | | Signed-off-by: Ulysses Souza <ulysses.souza@docker.com>
| * | | Merge remote-tracking branch 'upstream/master'Ulysses Souza2020-06-302-38/+65
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #2602 from aiordache/fix_context_meta_loadUlysses Souza2020-06-301-35/+62
|\ \ \ \ | | | | | | | | | | Fix context load for non-docker endpoints
| * | | | Skip parsing non-docker endpointsaiordache2020-06-261-35/+62
|/ / / / | | | | | | | | | | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* | | | Merge pull request #2585 from thaJeztah/better_worker_selectionUlysses Souza2020-06-031-3/+3
|\ \ \ \ | | | | | | | | | | Jenkinsfile: update node selection labels