Commit Graph

3 Commits (6ac19b7757670029b895b62c4458e8ad2bc965b3)

Author SHA1 Message Date
Sam Doran a9ac2a02c1
[stable-2.8] Pull images from Quay to avoid Docker Hub limits (#72700)
* Pull image from Quay to avoid Dockerhub limits

CI tests are failing in certain situations due to the new Docker Hub limits on anonymous pulls. Switch
to pulling an equivalent image from Quay.io.

* Use images in Quay that we control for CI

* Use images from a single test repo on Quay with tags

* Use correct hello-world image

* More image cleanup

* Fix bad replacement

* A few more alpine images

* Adjust expected output to match what the playbook sets it to
5 years ago
Felix Fontein d83adc4deb docker modules: make sure everything works with older docker-py versions (#55258)
* General test improvements.

* Adjust tests to older docker-py versions.

* docker_swarm_server_info: work around problems with older docker-py versions

* Bump minimal docker-py version for options network_filters and disk_usage.

* More general test improvements.

* Correct usage of docker_image.

* Put files into output directory.

* Speed up test.

* Remove old check.

(cherry picked from commit 12d26eceb1)
7 years ago
Hannes Ljungberg 23d0d225f4 docker_swarm_service_info: Read information about swarm services (#55008)
* Add docker_swarm_service_info module

* Remove unused import

* Limit to retrieving info about one service

* Add exists return value

* Add yaml 3-dash

Co-Authored-By: hannseman <hannes@5monkeys.se>

* Document return value as jinja `none´

Co-Authored-By: hannseman <hannes@5monkeys.se>

* Name is required
7 years ago