From 15ee7d46e6960d36b40e7647bfd988a9877f0752 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 28 Jan 2025 15:45:11 -0800 Subject: [PATCH] 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 --- playbooks/roles/mailman3/templates/docker-compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/mailman3/templates/docker-compose.yaml.j2 b/playbooks/roles/mailman3/templates/docker-compose.yaml.j2 index 01a46fc1fe..3baf9c7206 100644 --- a/playbooks/roles/mailman3/templates/docker-compose.yaml.j2 +++ b/playbooks/roles/mailman3/templates/docker-compose.yaml.j2 @@ -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: