Merge "Switch Gerrit to opendevmirror hosted mariadb image"

This commit is contained in:
Zuul 2025-02-06 17:20:45 +00:00 committed by Gerrit Code Review
commit a176217c26

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