summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwu.chunyang <wuchunyang@yovole.com>2023-03-29 20:34:43 +0800
committerwu.chunyang <wuchunyang@yovole.com>2023-03-29 20:34:43 +0800
commitdb24fc01db3b010e763352593f91ea17af71bfd0 (patch)
tree1832210f0d16b292b1732de3e431f3108d109819
parentab68c2d6803d996c561af70b30f22e780f79781f (diff)
downloadtrove-db24fc01db3b010e763352593f91ea17af71bfd0.tar.gz
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
-rw-r--r--playbooks/image-build/docker-registry.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/image-build/docker-registry.yaml b/playbooks/image-build/docker-registry.yaml
index 8c46b01d..71b17240 100644
--- a/playbooks/image-build/docker-registry.yaml
+++ b/playbooks/image-build/docker-registry.yaml
@@ -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"