From db24fc01db3b010e763352593f91ea17af71bfd0 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Wed, 29 Mar 2023 20:34:43 +0800 Subject: 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 --- playbooks/image-build/docker-registry.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.1