mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix the mysql-server
container name
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
8702d275ed
commit
8948493f07
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class MySQLCombo:
|
|||
|
||||
def get_test_versions():
|
||||
test_versions = []
|
||||
name = "mysql/mysql-server"
|
||||
name = "mysql-server"
|
||||
for version in ("5.5", "5.6", "5.7", "8.0"):
|
||||
test_versions.append(
|
||||
MySQLImage(
|
||||
|
|
Loading…
Add table
Reference in a new issue