From 35e7b10f23ecb1282f1579473eaf65dc8ff16927 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 28 Jan 2025 15:41:31 -0800 Subject: [PATCH] Switch keycloak to opendevmirror hosted mariadb image One fewer image to pull from docker hub that eats into our rate limits. Note that deployment of this change will restart at least the mariadb container on the server. Change-Id: I21e7f707f0876aeb348af14efe57fe327ab594a9 --- playbooks/roles/keycloak/templates/docker-compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/keycloak/templates/docker-compose.yaml.j2 b/playbooks/roles/keycloak/templates/docker-compose.yaml.j2 index 3070b154d1..30b9ceb569 100644 --- a/playbooks/roles/keycloak/templates/docker-compose.yaml.j2 +++ b/playbooks/roles/keycloak/templates/docker-compose.yaml.j2 @@ -5,7 +5,7 @@ version: '2' services: mariadb: # 10.11 was synonymous with the "lts" tag when we brought up the service - image: docker.io/library/mariadb:10.11 + image: quay.io/opendevmirror/mariadb:10.11 network_mode: host restart: always environment: