keycloak: Update base image to official quay repository
This patch changes the base image that is configured, to the official quay image.
This commit is contained in:
parent
3c00da3942
commit
32f001752c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ keycloak_install_location: /srv/keycloak
|
|||
keycloak_database_location: "{{ keycloak_install_location }}/database"
|
||||
|
||||
# The keycloak image to use
|
||||
keycloak_baseimage: docker.io/jboss/keycloak
|
||||
keycloak_baseimage: quay.io/keycloak/keycloak
|
||||
|
||||
# The keycloak & postgres version
|
||||
# !!! Don't just update the postgres version, instead backup first and check if you need to migrate !!!
|
||||
|
|
Loading…
Add table
Reference in a new issue