Switch standalone mariadb to opendevmirror hosted mariadb image

One fewer image to pull from docker hub eating into our rate limits.
Note that this will restart the standalone mariadb container when
deployed. This may impact Zuul's ability to record jobs temporarily.

Change-Id: I4f46c63f3002740c2246f11d1ad69bd43e61036c
This commit is contained in:
Clark Boylan 2025-01-28 15:46:51 -08:00
parent c0d930ca25
commit b0fff9ccbd

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