mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-03-17 20:33:10 +00:00
* Add RHEL 9.0 to CI. * Add RHEL 9 specific files. * Add Ubuntu 22.04 and Fedora 36 to CI. * Another try. * Adjust kernel memory tests. * Add more details. * RHEL 9 doesn't support setting memory swappiness. * Fix docker_swarm_service tests. The 'less' case should always have been changed, but it probably was always skipped due to a too old Docker SDK for Python or a too old Docker daemon. * More checks / improve checks.
14 lines
238 B
YAML
14 lines
238 B
YAML
---
|
|
docker_prereq_packages:
|
|
- yum-utils
|
|
- device-mapper-persistent-data
|
|
- lvm2
|
|
- libseccomp
|
|
- iptables
|
|
|
|
docker_packages:
|
|
- docker-ce # -19.03.13
|
|
- docker-ce-cli # -19.03.13
|
|
docker_cli_packages:
|
|
- docker-ce-cli # -19.03.13
|