Commit Graph

12 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
Matt Clay 55d9ee0cb2 Revert "Temporarily skip failing Docker tests on RHEL 7.6."
This reverts commit affde96fa8.
7 years ago
Matt Clay affde96fa8 Temporarily skip failing Docker tests on RHEL 7.6. 7 years ago
Felix Fontein 1323dca9e9 docker_*: enable RHEL8 tests (#53313) 7 years ago
Felix Fontein 8c628c9b2c Simplify docker_*_facts return names (#51939)
* Simplify docker_*_facts return names.

* Adjust regular return values of modules to match style of docker_*_facts modules.
7 years ago
Felix Fontein a7cee49913 Only run docker swarm based tests on VMs. (#53292) 7 years ago
Felix Fontein 3bb41ccb8e docker_* tests: check API version (#48620)
* Check minimal API and docker-py versions for all docker_* tests.

* Improve docker_swarm creation/destruction for tests.

* Fail when conditions aren't met.

* Don't hardcode address for advertise_addr.
7 years ago
Matt Clay a41c0405a7
Add CI platform: rhel/8.0 (#48835) 7 years ago
Matt Clay 339d22a2bd
Improve stability of Docker integration tests. (#46005) 7 years ago
Matt Clay 846ee7e85f Fix issues with docker_stack test:
- Leave swarm at end of test to avoid breaking docker_swarm test.
- Do not update stack to avoid error leaving swarm.
- Put test back in correct group.
7 years ago
Matt Clay 06e2e0e040 Change group on docker_stack test.
This should provide a temporary fix for conflicts with the docker_swarm test.
7 years ago
Dario Zanzico 54c3d1c24e New module: add docker_stack module (clound/docker/docker_stack) (#24588)
* add docker_stack module + tests
7 years ago