Skip to content

Commit

Permalink
Update the community.docker collection
Browse files Browse the repository at this point in the history
Version 3.10.2 is required to work with recent breaking changes in
psf/requests and docker/docker-py.

Signed-off-by: Nicholas McDonnell <[email protected]>
  • Loading branch information
mcdonnnj committed May 23, 2024
1 parent b48ead5 commit 6ebc825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ collections:
- name: google.cloud
- name: amazon.aws
- name: community.docker
version: ">=3.4.11"
version: ">=3.10.2"
- name: containers.podman
- name: azure.azcollection
version: ">=1,<2"
Expand Down
2 changes: 1 addition & 1 deletion src/molecule_plugins/docker/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,4 @@ def reset(self):
def required_collections(self) -> dict[str, str]:
"""Return collections dict containing names and versions required."""
# https://galaxy.ansible.com/community/docker
return {"community.docker": "3.4.11", "ansible.posix": "1.4.0"}
return {"community.docker": "3.10.2", "ansible.posix": "1.4.0"}

0 comments on commit 6ebc825

Please sign in to comment.