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/10/05 20:20:15 UTC

[airavata-custos] branch develop updated: update to 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 1d57c1a  update to 9.0.2
     new 4e28980  Merge pull request #238 from isururanawaka/develop
1d57c1a is described below

commit 1d57c1ae0892d22cdab45d017f0483f2bba7a49c
Author: Isuru Ranawaka <ir...@gmail.com>
AuthorDate: Tue Oct 5 16:19:33 2021 -0400

    update to 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