Skip to content

Update dependency docker to v7.2.0 - #953

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/python-dependencies
Open

Update dependency docker to v7.2.0#953
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/python-dependencies

Conversation

@renovate

@renovate renovate Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
docker (changelog) ==7.1.0==7.2.0 age confidence

Release Notes

docker/docker-py (docker)

v7.2.0

Compare Source

Upgrade Notes

  • docker.from_env() now honors the active Docker CLI context when DOCKER_HOST is not set.
    • This means the client may connect to the daemon selected by DOCKER_CONTEXT or the current context in ~/.docker/config.json, matching Docker CLI behavior more closely.
    • If your application relied on the previous default connection behavior, set DOCKER_HOST explicitly, set DOCKER_CONTEXT=default, or pass use_context=False to DockerClient.from_env().
  • Added docker.from_context() / DockerClient.from_context() for explicitly creating a client from a Docker CLI context.

Features

  • Added support for Docker contexts when creating the default client
  • Added subpath support for volumes

Bugfixes

  • Fixed exec_run documentation for the stream parameter
  • Fixed image loading to avoid depending on the deprecated JSONMessage.error field
  • Preserved the rotated unlock key in swarm integration tests
  • Fixed SSL certificate generation in tests
  • Fixed IPv6 integration tests by explicitly enabling IPv6 where required

Miscellaneous

  • Updated tests for newer Docker Engine behavior
  • CI and build updates

What's Changed

New Contributors

Full Changelog: docker/docker-py@7.1.0...7.2.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 07:59 AM, only on Monday (* 0-7 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 20, 2026
@renovate
renovate Bot force-pushed the renovate/python-dependencies branch 3 times, most recently from fe43f0a to 5ce66f8 Compare July 27, 2026 09:36
@renovate
renovate Bot force-pushed the renovate/python-dependencies branch from 5ce66f8 to a4d826f Compare August 3, 2026 05:03
@renovate
renovate Bot force-pushed the renovate/python-dependencies branch from a4d826f to c541b0d Compare August 10, 2026 06:06
@renovate
renovate Bot force-pushed the renovate/python-dependencies branch from c541b0d to fe7a7b7 Compare August 17, 2026 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants