Switch mailman3 to opendevmirror hosted mariadb image

One fewer image to pull from docker hub eating into our rate limits.
Note that this update will restart at least the mariadb container on the
mailman list server.

Change-Id: I8f90956d945baa1826783ed8a6de6b1ce24a84d2
This commit is contained in:
Clark Boylan 2025-01-28 15:45:11 -08:00
parent c0d930ca25
commit 15ee7d46e6

View File

@ -63,7 +63,7 @@ services:
MYSQL_PASSWORD: {{ mailman3_db_password }}
MYSQL_ROOT_PASSWORD: {{ mailman3_db_root_password }}
MARIADB_AUTO_UPGRADE: 1
image: docker.io/library/mariadb:10.11
image: quay.io/opendevmirror/mariadb:10.11
restart: always
command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
volumes: