You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/docker_container/tasks/tests
Felix Fontein 3cca4185be 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.
6 years ago
..
comparisons.yml docker_container: ambiguous parameter "stop_timeout" (#43874) 6 years ago
image-ids.yml docker_container, docker_image_facts: allow to use image IDs (#46324) 6 years ago
options.yml docker_container: simplify minimal required version per option handling (#47711) 6 years ago
ports.yml docker_container: add port range and IPv6 support for published_ports (#46596) 6 years ago
regression-45700-dont-parse-on-absent.yml docker_container: fix various idempotency problems and non-working options (#45905) 6 years ago
start-stop.yml docker_container: fix various idempotency problems and non-working options (#45905) 6 years ago