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:
parent
ab68c2d680
commit
db24fc01db
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user