From 1d951ccf1df41cf89ba976a0c9aea5c74023d516 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 28 Jan 2025 12:56:36 -0800 Subject: [PATCH] Deploy mariadb for etherpad from opendev's quay mirror This is all in an effort to reduce our total dependency on docker hub as rate limits there are quite low. Every image we can pull from somewhere else is more rate limit bandwidht we can use for images still on docker hub. Change-Id: I3566383acf43e556fcd5854f6dfb70af8ffa1ba2 --- playbooks/roles/etherpad/templates/docker-compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/etherpad/templates/docker-compose.yaml.j2 b/playbooks/roles/etherpad/templates/docker-compose.yaml.j2 index c32e9ba766..db52cee322 100644 --- a/playbooks/roles/etherpad/templates/docker-compose.yaml.j2 +++ b/playbooks/roles/etherpad/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: