summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove support to pre python 3.6set-minimal-python-to-3_6Ulysses Souza2021-03-2219-182/+88
| | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Merge pull request #2782 from hakanardo/verify_tlsAnca Iordache2021-03-101-1/+5
|\ | | | | Verify TLS keys loaded from docker contexts
| * Verify TLS keys loaded from docker contextsHakan Ardo2021-03-031-1/+5
| | | | | | | | | | | | This maches the behaviour of the docker cli when using contexts. Signed-off-by: Hakan Ardo <hakan@debian.org>
* | relax PORT_SPEC regex so it accept and ignore square bracketsNicolas De Loof2021-03-102-1/+7
|/ | | | Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
* Merge pull request #2780 from aiordache/changelog_4.4.4Ulysses Souza2021-02-251-0/+8
|\ | | | | Update changelog for 4.4.4
| * Update changelog for 4.4.4aiordache2021-02-241-0/+8
|/ | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* Merge pull request #2778 from aiordache/openssl_mismatch_bugAnca Iordache2021-02-241-1/+7
|\ | | | | Drop LD_LIBRARY_PATH env var for SSH shellout
| * Drop LD_LIBRARY_PATH env var for SSH shelloutaiordache2021-02-231-1/+7
| | | | | | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* | Merge pull request #2772 from aiordache/update_changelog_4.4.3Anca Iordache2021-02-241-0/+11
|\ \ | |/ |/| Update changelog post-release 4.4.3
| * Update changelog post-release 4.4.3aiordache2021-02-191-0/+11
|/ | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* Post-release 4.4.2 changelog updatesaiordache2021-02-181-5/+12
| | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* Fix SSH port parsing and add regression testsaiordache2021-02-182-4/+36
| | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* Merge pull request #2711 from vlad-ro/fix-doc-formattingAnca Iordache2021-02-122-2/+2
|\ | | | | Fix doc formatting
| * Fix doc formattingVlad Romanenko2021-02-102-2/+2
| | | | | | | | Signed-off-by: Vlad Romanenko <vlad.romanenko@hotmail.com>
* | Merge pull request #2764 from StefanScherer/clean-home-dockerAnca Iordache2021-02-111-3/+10
|\ \ | | | | | | Use DOCKER_CONFIG to have creds in dind environment
| * | Run unit tests in a container with no .docker/config mountaiordache2021-02-111-1/+8
| | | | | | | | | | | | Signed-off-by: aiordache <anca.iordache@docker.com>
| * | Use DOCKER_CONFIG to have creds in dind environmentStefan Scherer2021-02-111-2/+2
|/ / | | | | | | Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
* | Merge pull request #2763 from StefanScherer/revert-to-wrappedNodeAnca Iordache2021-02-111-3/+3
|\ \ | |/ |/| Revert back to wrappedNode
| * Revert back to wrappedNodeStefan Scherer2021-02-111-3/+3
|/ | | | Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
* Merge pull request #2761 from StefanScherer/no-wrappedNodeAnca Iordache2021-02-101-3/+3
|\ | | | | Remove wrappedNode
| * Remove wrappedNodeStefan Scherer2021-02-101-3/+3
| | | | | | | | Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
* | Merge pull request #2741 from WojciechowskiPiotr/maxreplicasAnca Iordache2021-02-104-1/+23
|\ \ | | | | | | Support for docker.types.Placement.MaxReplicas
| * | Unit and integration tests addedWojciechowskiPiotr2021-02-092-0/+15
| | | | | | | | | | | | Signed-off-by: WojciechowskiPiotr <devel@it-playground.pl>
| * | Support for docker.types.Placement.MaxReplicas (new in API 1.40) in Docker ↵WojciechowskiPiotr2021-02-091-2/+2
| | | | | | | | | | | | | | | | | | Swarm Service Signed-off-by: WojciechowskiPiotr <devel@it-playground.pl>
| * | Support for docker.types.Placement.MaxReplicas (new in API 1.40) in Docker ↵Piotr Wojciechowski2020-12-252-1/+8
| | | | | | | | | | | | | | | | | | Swarm Service Signed-off-by: WojciechowskiPiotr <devel@it-playground.pl>
* | | Bump cffi to 1.14.4aiordache2021-02-101-1/+1
| | | | | | | | | | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* | | Update GH action stepaiordache2021-02-101-3/+3
| |/ |/| | | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* | Merge pull request #2759 from StefanScherer/ubuntu-2004Anca Iordache2021-02-091-3/+3
|\ \ | | | | | | Update CI to ubuntu-2004
| * | Update CI to ubuntu-2004Stefan Scherer2021-02-091-3/+3
|/ / | | | | | | Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
* | GitHub Actions: Upgrade actions/checkoutChristian Clauss2021-02-091-1/+1
| | | | | | | | | | https://github.com/actions/checkout/releases Signed-off-by: Christian Clauss <cclauss@me.com>
* | Merge pull request #2755 from aiordache/fix_ssh_bugAnca Iordache2021-02-091-13/+20
|\ \ | | | | | | Fix host trimming and remove quiet flag for the ssh connection
| * | Fix host trimming and remove quiet flag for the ssh connectionaiordache2021-02-091-13/+20
| | | | | | | | | | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* | | Merge pull request #2739 from cclauss/setup.py-py38-py39Anca Iordache2021-02-091-0/+2
|\ \ \ | | | | | | | | setup.py: Add support for Python 3.8 and 3.9
| * | | setup.py: Add support for Python 3.8 and 3.9Christian Clauss2020-12-241-0/+2
| | |/ | |/| | | | | | | Signed-off-by: Christian Clauss <cclauss@me.com>
* | | Merge pull request #2743 from cclauss/patch-2Anca Iordache2021-02-091-1/+1
|\ \ \ | |_|/ |/| | print() is a function in Python 3
| * | print() is a function in Python 3Christian Clauss2020-12-281-1/+1
| | | | | | | | | | | | | | | | | | Like #2740 but for the docs Signed-off-by: Christian Clauss <cclauss@me.com>
* | | Merge pull request #2754 from aiordache/update_Jenkins_setupAnca Iordache2021-02-081-1/+1
|\ \ \ | |/ / |/| | Set the base image to `dockerpinata/docker-py` in Jenkinsfile
| * | Update base image to `dockerpinata/docker-py` in Jenkinsfileaiordache2021-02-081-1/+1
|/ / | | | | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* | print() is a function in Python 3Christian Clauss2020-12-281-1/+1
|/ | | | Signed-off-by: Christian Clauss <cclauss@me.com>
* Post 4.4.1 releaseUlysses Souza2020-12-221-1/+1
| | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Prepare release 4.4.14.4.1Ulysses Souza2020-12-222-1/+11
| | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Avoid setting unsuported parameter for subprocess.Popen on Windowsaiordache2020-12-181-1/+6
| | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* Trigger GHA on pull_requestUlysses Souza2020-12-181-1/+1
| | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* Merge pull request #2707 from aiordache/after_releaseAnca Iordache2020-12-182-1/+19
|\ | | | | Post-release 4.4.0
| * Post-release v4.4.0aiordache2020-11-232-1/+19
| | | | | | | | Signed-off-by: aiordache <anca.iordache@docker.com>
* | Remove travisUlysses Souza2020-12-181-20/+0
| | | | | | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* | Add Github ActionsUlysses Souza2020-12-181-0/+27
| | | | | | | | Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
* | docker/api/image: replace use of deprecated "filter" argumentSebastiaan van Stijn2020-11-262-5/+24
|/ | | | | | | | | | The "filter" argument was deprecated in docker 1.13 (API version 1.25), and removed from API v1.41 and up. See https://github.com/docker/cli/blob/v20.10.0-rc1/docs/deprecated.md#filter-param-for-imagesjson-endpoint This patch applies the name as "reference" filter, instead of "filter" for API 1.25 and up. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* Merge pull request #2705 from aiordache/jenkins_dockerhub_credsAnca Iordache2020-11-201-39/+43
|\ | | | | Update Jenkinsfile with docker registry credentials
| * Mount docker config to DIND containers for authenticationaiordache2020-11-191-35/+38
| | | | | | | | Signed-off-by: aiordache <anca.iordache@docker.com>