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:
parent
14704cc8e0
commit
93aaf92853
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user