From d2bc4fdb9c0578a649d2e8b2ca0468e744d7b5ff Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 28 Jan 2025 15:48:27 -0800 Subject: [PATCH] Switch Gerrit to opendevmirror hosted mariadb image One fewer image to pull from docker hub eating into our rate limits. Note that Gerrit its db container are not automatically updated by ansible. This change will need manual intervention to get reflected in production. Change-Id: Ibbfbf2ecfb7f972720bfc0f7b97831231d217633 --- playbooks/roles/gerrit/templates/docker-compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/gerrit/templates/docker-compose.yaml.j2 b/playbooks/roles/gerrit/templates/docker-compose.yaml.j2 index ca027bed1f..e77b7c6d64 100644 --- a/playbooks/roles/gerrit/templates/docker-compose.yaml.j2 +++ b/playbooks/roles/gerrit/templates/docker-compose.yaml.j2 @@ -1,7 +1,7 @@ version: '2' services: mariadb: - image: docker.io/library/mariadb:10.11 + image: quay.io/opendevmirror/mariadb:10.11 network_mode: host environment: MYSQL_ROOT_PASSWORD: "{{ gerrit_reviewdb_mariadb_password }}"