From c3ec7ba774b13af992050b198d21711e305ea6a9 Mon Sep 17 00:00:00 2001 From: Alex Yau Date: Thu, 7 Mar 2024 10:30:11 +1100 Subject: [PATCH] Remove deprecated feature from dockerfile kc --- Dockerfile_keycloak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile_keycloak b/Dockerfile_keycloak index 56836c093..ade7a46c2 100644 --- a/Dockerfile_keycloak +++ b/Dockerfile_keycloak @@ -11,4 +11,4 @@ RUN chmod -R 775 /opt/keycloak/data/import USER keycloak ENTRYPOINT sed -i -E "s#http://localhost:[0-9]*#$SSP_WEB_HOST#g" opt/keycloak/data/import/realm-export.json && \ -/opt/keycloak/bin/kc.sh start --hostname=$SSP_AUTH_HOST --import-realm --spi-theme-static-max-age=-1 --spi-theme-cache-themes=false --spi-theme-cache-templates=false --spi-theme-welcome-theme=uid-theme --health-enabled=true --metrics-enabled=true --features=declarative-user-profile --spi-connections-jpa-legacy-migration-strategy=update \ No newline at end of file +/opt/keycloak/bin/kc.sh start --hostname=$SSP_AUTH_HOST --import-realm --spi-theme-static-max-age=-1 --spi-theme-cache-themes=false --spi-theme-cache-templates=false --spi-theme-welcome-theme=uid-theme --health-enabled=true --metrics-enabled=true --spi-connections-jpa-legacy-migration-strategy=update \ No newline at end of file