Using 5.7.29 tag for mysql image.

mysql:5.7 image always links to the lastest mysql 5.7 image,
this may not be stable for our CI test.

Change-Id: I8845918929aeb3c35270be9148120a1f445e3fa9
This commit is contained in:
wu.chunyang 2023-03-29 20:34:43 +08:00
parent ab68c2d680
commit db24fc01db
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
shell: docker pull {{ item }} && docker tag {{item}} 127.0.0.1:5000/trove-datastores/{{ item }} && \
docker push 127.0.0.1:5000/trove-datastores/{{ item }}
loop:
- "mysql:5.7"
- "mysql:5.7.29"
- "mysql:8.0"
- "mariadb:10.4"
- "postgres:12"