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
This commit is contained in:
Clark Boylan 2025-01-28 15:48:27 -08:00
parent c0d930ca25
commit d2bc4fdb9c

View File

@ -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 }}"