Push datastore image to quay.io to support tests

this commit push mysql8.4,mariadb11.4 and postgres 17 to
quay.io

Change-Id: Ifc88027096caeb46fabd84e4a952667e6b003d80
This commit is contained in:
wu.chunyang
2025-05-27 22:44:28 +08:00
parent e9f6218570
commit d6f7e8e086

View File

@@ -36,13 +36,11 @@
force_tag: true
source: pull
loop:
- { source: "ubuntu", dest: "ubuntu", tag: "20.04" }
- { source: "ubuntu", dest: "ubuntu", tag: "24.04" }
- { source: "registry", dest: "registry", tag: "2" }
- { source: "mysql", dest: "mysql", tag: "5.7" }
- { source: "mysql", dest: "mysql", tag: "8.0" }
- { source: "mariadb", dest: "mariadb", tag: "10.4" }
- { source: "postgres", dest: "postgres", tag: "12" }
- { source: "mysql", dest: "mysql", tag: "8.4" }
- { source: "mariadb", dest: "mariadb", tag: "11.4" }
- { source: "postgres", dest: "postgres", tag: "17" }
- name: build and push trove backup images
become: true