The Wayback Machine - https://web.archive.org/web/20201229112135/https://github.com/docker/docker-py/commits/master
Skip to content
Permalink
master

Commits on Dec 28, 2020

  1. print() is a function in Python 3

    Signed-off-by: Christian Clauss <[email protected]>
    cclauss authored and ulyssessouza committed Dec 28, 2020

Commits on Dec 22, 2020

  1. Post 4.4.1 release

    Signed-off-by: Ulysses Souza <[email protected]>
    ulyssessouza committed Dec 22, 2020
  2. Prepare release 4.4.1

    Signed-off-by: Ulysses Souza <[email protected]>
    ulyssessouza committed Dec 22, 2020

Commits on Dec 18, 2020

  1. Avoid setting unsuported parameter for subprocess.Popen on Windows

    Signed-off-by: aiordache <[email protected]>
    aiordache authored and ulyssessouza committed Dec 18, 2020
  2. Trigger GHA on pull_request

    Signed-off-by: Ulysses Souza <[email protected]>
    ulyssessouza committed Dec 18, 2020
  3. Merge pull request #2707 from aiordache/after_release

    Post-release 4.4.0
    aiordache committed Dec 18, 2020
  4. Remove travis

    Signed-off-by: Ulysses Souza <[email protected]>
    ulyssessouza committed Dec 18, 2020
  5. Add Github Actions

    Signed-off-by: Ulysses Souza <[email protected]>
    ulyssessouza committed Dec 18, 2020

Commits on Nov 26, 2020

  1. docker/api/image: replace use of deprecated "filter" argument

    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 <[email protected]>
    thaJeztah authored and ulyssessouza committed Nov 26, 2020

Commits on Nov 23, 2020

  1. Post-release v4.4.0

    Signed-off-by: aiordache <[email protected]>
    aiordache committed Nov 23, 2020

Commits on Nov 20, 2020

  1. Merge pull request #2705 from aiordache/jenkins_dockerhub_creds

    Update Jenkinsfile with docker registry credentials
    aiordache committed Nov 20, 2020

Commits on Nov 19, 2020

  1. Mount docker config to DIND containers for authentication

    Signed-off-by: aiordache <[email protected]>
    aiordache committed Nov 19, 2020
  2. Update Jenkinsfile with docker registry credentials

    Signed-off-by: aiordache <[email protected]>
    aiordache committed Nov 19, 2020
  3. Merge pull request #2704 from aiordache/cleanup

    Fix condition to avoid syntax warning
    aiordache committed Nov 19, 2020
  4. Syntax warning fix

    Signed-off-by: aiordache <[email protected]>
    aiordache committed Nov 19, 2020
  5. Merge pull request #2703 from aiordache/cleanup_before_release

    Fix docs typo and `port_bindings` check
    aiordache committed Nov 19, 2020

Commits on Nov 18, 2020

  1. Fix docs typo

    Signed-off-by: aiordache <[email protected]>
    aiordache committed Nov 18, 2020
  2. Merge pull request #2691 from aiordache/fix_ssh_conn

    Fix the connection via ssh client shellout
    aiordache committed Nov 18, 2020
  3. Fix ssh connection - don't override the host and port of the http pool

    Signed-off-by: aiordache <[email protected]>
    aiordache committed Nov 18, 2020

Commits on Nov 17, 2020

  1. Merge pull request #2511 from daeseokyoun/handle-network-host

    raise an error for binding specific ports in 'host' mode of network
    gtardif committed Nov 17, 2020
  2. Add max_pool_size parameter (#2699)

    * Add max_pool_size parameter
    
    Signed-off-by: Mariano Scazzariello <[email protected]>
    
    * Add client version to tests
    
    Signed-off-by: Mariano Scazzariello <[email protected]>
    
    * Fix parameter position
    
    Signed-off-by: Mariano Scazzariello <[email protected]>
    Skazzino committed Nov 17, 2020
  3. Correct comments on ports_binding and host mode as network_mode

    Signed-off-by: Daeseok Youn <[email protected]>
    Daeseok Youn
    Daeseok Youn committed Nov 17, 2020
  4. raise an error for binding specific ports in 'host' mode of network

    The binding ports are ignored where the network mode is 'host'.
    It could be a problem in case of using these options together on
    Mac or Windows OS. Because the limitation that could not use
    the 'host' in network_mode on Mac and Windows. When 'host' mode
    is set on network_mode, the specific ports in 'ports' are ignored
     so the network is not able to be accessed through defined ports
    by developer.
    
    Signed-off-by: Daeseok Youn <[email protected]>
    Daeseok Youn
    Daeseok Youn committed Nov 17, 2020

Commits on Nov 16, 2020

  1. Merge pull request #2553 from fengbaolong/fix-unicode-in-dockerfile

    fix docker build error when dockerfile contains unicode character.
    aiordache committed Nov 16, 2020
  2. Merge pull request #2694 from docker/dependabot/pip/cryptography-3.2

    Bump cryptography from 2.3 to 3.2
    aiordache committed Nov 16, 2020
  3. Merge pull request #2642 from YuviGold/feature/api-server-error-messa…

    …ge-url
    
    Add response url to Server Error and Client Error messages
    aiordache committed Nov 16, 2020

Commits on Oct 27, 2020

  1. Bump cryptography from 2.3 to 3.2

    dependabot committed Oct 27, 2020

Commits on Oct 17, 2020

  1. Add response url to Server Error and Client Error messages

    Signed-off-by: Yuval Goldberg <[email protected]>
    YuviGold committed Oct 17, 2020

Commits on Oct 16, 2020

  1. Merge pull request #2687 from IamTheFij/fix-model-plugin-upgrade-reload

    Fix plugin model upgrade
    aiordache committed Oct 16, 2020
  2. Merge pull request #2671 from aiordache/default_tag

    Set image default tag on pull
    aiordache committed Oct 16, 2020
  3. Merge pull request #2680 from aiordache/replace_paramiko

    Shell out to local SSH client as alternative to a paramiko connection
    aiordache committed Oct 16, 2020

Commits on Oct 13, 2020

  1. Shell out to SSH client for an ssh connection

    Signed-off-by: aiordache <[email protected]>
    aiordache committed Oct 13, 2020

Commits on Oct 10, 2020

  1. Fix plugin model upgrade

    When upgrading a plugin via the model interface, it would yield the
    following error:
    
        AttributeError: 'Plugin' object has no attribute '_reload'
    
    It appears that the proper method is `self.reload()`. This is what is
    used by all other methods in the class and base. I'm not finding any
    references to `_reload` apart from this instance in the project either.
    
    I've verified that this patch fixes the issue on my machine and all
    tests pass.
    
    Signed-off-by: Ian Fijolek <[email protected]>
    IamTheFij committed Oct 10, 2020

Commits on Sep 28, 2020

  1. Merge pull request #2673 from ulyssessouza/remove-tinyurl-link

    Fix url of examples in ulimits
    aiordache committed Sep 28, 2020

Commits on Sep 21, 2020

  1. update `pull` method docs

    Signed-off-by: aiordache <[email protected]>
    aiordache committed Sep 21, 2020
Older
You can’t perform that action at this time.