From e058abb9f879b0c57227e99576d0b9b942e1b1a6 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Mon, 13 Jan 2025 13:04:08 -0800 Subject: [PATCH] Mirror mariadb:10.11 to quay This is the mariadb version that we are primarily using in opendev at the moment. Mirroring it to quay should allow us to start fetching the image from quay to avoid docker hub rate limits. Change-Id: Ic19fd98a51156cea23569ee27a92489c0002363f --- zuul.d/docker-mirror.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zuul.d/docker-mirror.yaml b/zuul.d/docker-mirror.yaml index c6ed454658..da50d65226 100644 --- a/zuul.d/docker-mirror.yaml +++ b/zuul.d/docker-mirror.yaml @@ -102,6 +102,11 @@ dest_repository: quay.io/opendevmirror/mariadb dest_tag: latest dest_registry: quay.io + - src_repository: docker.io/library/mariadb + src_tag: '10.11' + dest_repository: quay.io/opendevmirror/mariadb + dest_tag: '10.11' + dest_registry: quay.io - job: name: opendev-mirror-container-image-node