From 93aaf928531bd23c84016c7ec2d83bfd3ee0d08f Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 4 May 2022 11:22:20 -0700 Subject: [PATCH] Pull keycloak from quay.io Apparently upstream stopped updating docker hub images semi recently. We should pull from the quay.io location instead. As far as I can tell docker.io/jboss/keycloak and quay.io/keycloak/keycloak orginate from https://github.com/keycloak/keycloak-containers so this switch is in theory fine. But I guess we'll find out. Change-Id: I42c4a62468a5960332126fec90fcf6307c5b6674 --- 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 59f53de52e..303c5d9468 100644 --- a/playbooks/roles/keycloak/templates/docker-compose.yaml.j2 +++ b/playbooks/roles/keycloak/templates/docker-compose.yaml.j2 @@ -4,7 +4,7 @@ version: '2' services: keycloak: - image: docker.io/jboss/keycloak + image: quay.io/keycloak/keycloak:legacy network_mode: host restart: always environment: