mirror of
https://github.com/ansible-collections/community.docker.git
synced 2026-07-29 11:55:04 +00:00
Add RHEL 9.0, Ubuntu 22.04 and Fedora 36 to CI (#358)
* 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.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user