From d6f7e8e086b66ba2daa4cf4d0c915db4daf8b1f7 Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Tue, 27 May 2025 22:44:28 +0800 Subject: [PATCH] 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 --- playbooks/image-build/docker-registry.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/playbooks/image-build/docker-registry.yaml b/playbooks/image-build/docker-registry.yaml index 4ae1fff0b3..5710298334 100644 --- a/playbooks/image-build/docker-registry.yaml +++ b/playbooks/image-build/docker-registry.yaml @@ -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