mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-08 03:30:33 -07:00
Cut docker_image from documentation since it's now automatic
This commit is contained in:
parent
e3e5bf0c97
commit
be627a852f
1 changed files with 1 additions and 21 deletions
22
TESTING.md
22
TESTING.md
|
@ -55,27 +55,7 @@ The Makefile accept the following options
|
||||||
- "devel"
|
- "devel"
|
||||||
- Description: Version of ansible to install in a venv to run ansible-test
|
- Description: Version of ansible to install in a venv to run ansible-test
|
||||||
|
|
||||||
- `docker_image`
|
- `db_engine_name`
|
||||||
- Mandatory: true
|
|
||||||
- Choices:
|
|
||||||
- "ghcr.io/ansible-collections/community.mysql/test-container-my57-py38-pymysql0711:latest"
|
|
||||||
- "ghcr.io/ansible-collections/community.mysql/test-container-my57-py38-mysqlclient201:latest"
|
|
||||||
- "ghcr.io/ansible-collections/community.mysql/test-container-my57-py38-pymysql093:latest"
|
|
||||||
- "ghcr.io/ansible-collections/community.mysql/test-container-my80-py310-mysqlclient211:latest"
|
|
||||||
- "ghcr.io/ansible-collections/community.mysql/test-container-my80-py310-pymysql102:latest"
|
|
||||||
- "ghcr.io/ansible-collections/community.mysql/test-container-my80-py38-mysqlclient201:latest"
|
|
||||||
- "ghcr.io/ansible-collections/community.mysql/test-container-my80-py38-pymysql093:latest"
|
|
||||||
- "ghcr.io/ansible-collections/community.mysql/test-container-my80-py39-mysqlclient203:latest"
|
|
||||||
- "ghcr.io/ansible-collections/community.mysql/test-container-my80-py39-pymysql093:latest"
|
|
||||||
- "ghcr.io/ansible-collections/community.mysql/test-container-mariadb103-py38-mysqlclient201:latest"
|
|
||||||
- "ghcr.io/ansible-collections/community.mysql/test-container-mariadb103-py38-pymysql093:latest"
|
|
||||||
- "ghcr.io/ansible-collections/community.mysql/test-container-mariadb103-py39-mysqlclient203:latest"
|
|
||||||
- "ghcr.io/ansible-collections/community.mysql/test-container-mariadb103-py39-pymysql093:latest"
|
|
||||||
- "ghcr.io/ansible-collections/community.mysql/test-container-mariadb106-py310-mysqlclient211:latest"
|
|
||||||
- "ghcr.io/ansible-collections/community.mysql/test-container-mariadb106-py310-pymysql102:latest"
|
|
||||||
- Description: The container image ansible-test will use. You must provide the right container_image that matches the specified `db_engine_version`, `python`, etc...
|
|
||||||
|
|
||||||
- `db_engine`
|
|
||||||
- Mandatory: true
|
- Mandatory: true
|
||||||
- Choices:
|
- Choices:
|
||||||
- "mysql"
|
- "mysql"
|
||||||
|
|
Loading…
Add table
Reference in a new issue