Merge "Switch standalone mariadb to opendevmirror hosted mariadb image"

This commit is contained in:
Zuul 2025-02-07 17:25:04 +00:00 committed by Gerrit Code Review
commit 81bdbb3ded

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: "{{ mariadb_root_password }}"