Switch refstack to opendevmirror hosted mariadb image

One fewer image to pull from docker hub that eats into our rate limits.
Note this will restart at least the mariadb service on the refstack
server when it deploys.

Change-Id: I15eb36bc570fe22e2e2b85b3bf321bb254636410
This commit is contained in:
Clark Boylan 2025-01-28 15:39:43 -08:00
parent c0d930ca25
commit 545b91ec52

View File

@ -4,7 +4,7 @@ version: '2'
services:
mariadb:
image: docker.io/library/mariadb:10.11
image: quay.io/opendevmirror/mariadb:10.11
network_mode: host
restart: always
environment: