You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2021/04/07 17:03:10 UTC

[airavata-custos] branch develop updated: moving keycloak to quay.io.9.0.2

This is an automated email from the ASF dual-hosted git repository.

isjarana pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git


The following commit(s) were added to refs/heads/develop by this push:
     new 71acccd  moving keycloak to quay.io.9.0.2
     new 9b13052  Merge pull request #147 from isururanawaka/mft-related-changes
71acccd is described below

commit 71acccd68e8b8da112eaf769b72146953d43255b
Author: Isuru Ranawaka <ir...@gmail.com>
AuthorDate: Wed Apr 7 13:01:51 2021 -0400

    moving keycloak to quay.io.9.0.2
---
 custos-external-services-distributions/custos-keycloak/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/custos-external-services-distributions/custos-keycloak/Dockerfile b/custos-external-services-distributions/custos-keycloak/Dockerfile
index 58d8531..f1ea2c7 100644
--- a/custos-external-services-distributions/custos-keycloak/Dockerfile
+++ b/custos-external-services-distributions/custos-keycloak/Dockerfile
@@ -1,4 +1,4 @@
-FROM jboss/keycloak:7.0.0
+FROM quay.io/keycloak/keycloak:9.0.2
 COPY src/main/resources/standalone-ha.xml /opt/jboss/keycloak/standalone/configuration/standalone-ha.xml
 COPY src/main/resources/standalone.xml /opt/jboss/keycloak/standalone/configuration/standalone.xml
 COPY src/main/resources/themes  /opt/jboss/keycloak/themes/
\ No newline at end of file