Commit 4a7fa522 authored by William Tucker's avatar William Tucker
Browse files

Merge branch 'issue/118/keycloak-image' of https://github.com/ESGF/esgf-docker...

Merge branch 'issue/118/keycloak-image' of https://github.com/ESGF/esgf-docker into issue/154/idp-proxy-image
parents 857404d6 cd17bbe6
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -14,10 +14,6 @@ ARG JDBC_MYSQL_VERSION=8.0.19
ARG JDBC_MARIADB_VERSION=2.5.4
ARG JDBC_MSSQL_VERSION=7.4.1.jre11

# Keycloak's image repository containing build and run scripts
ARG GIT_REPOSITORY=
ARG GIT_VERSION=${KEYCLOAK_VERSION}


FROM ${ESGF_REPOSITORY_BASE}/base:${ESGF_IMAGES_VERSION} as keycloak-containers-source