summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"