From 545b91ec52fb911fdc5925c0e0e08cf7633d0366 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 28 Jan 2025 15:39:43 -0800 Subject: [PATCH] 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 --- playbooks/roles/refstack/templates/docker-compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/refstack/templates/docker-compose.yaml.j2 b/playbooks/roles/refstack/templates/docker-compose.yaml.j2 index 6aba1fdb81..e9d35c52f0 100644 --- a/playbooks/roles/refstack/templates/docker-compose.yaml.j2 +++ b/playbooks/roles/refstack/templates/docker-compose.yaml.j2 @@ -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: