mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
docker_container: simplify minimal required version per option handling (#47711)
* Store parsed docker-py / docker API versions in client. * Began refactoring 'minimal required version' for docker_container options. * Removing some fake defaults. * Added changelog. * Improve tests (check older docker versions). * Fix comparison. The breaking point is not docker-py 2.0.0, but 1.10.0. (Verified by testing with these versions.) * Move docker-py/API version detection to setup_docker. * Add YAML document starter. * docker_network requirement for docker-py was bumped to 1.10.0 in #47492.
This commit is contained in:
committed by
Will Thames
parent
788247583b
commit
3cca4185be
@@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "docker_container - refactored minimal docker-py/API version handling, and fixing such handling of some options."
|
||||
Reference in New Issue
Block a user