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
This commit is contained in:
Clark Boylan 2022-05-04 11:22:20 -07:00
parent 14704cc8e0
commit 93aaf92853
1 changed files with 1 additions and 1 deletions

View File

@ -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: