From bbdaaf30bc72810235bc69b4a2651c096791b784 Mon Sep 17 00:00:00 2001 From: garronej Date: Mon, 25 Apr 2022 13:05:13 +0200 Subject: [PATCH] Test by default with kc 18. Update instructions to use quay.io/keycloak/keycloak instead of jboss/keycloak #93 --- src/bin/build-keycloak-theme/build-keycloak-theme.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bin/build-keycloak-theme/build-keycloak-theme.ts b/src/bin/build-keycloak-theme/build-keycloak-theme.ts index 3f6030c48..a40ea25f3 100644 --- a/src/bin/build-keycloak-theme/build-keycloak-theme.ts +++ b/src/bin/build-keycloak-theme/build-keycloak-theme.ts @@ -92,7 +92,7 @@ export function main() { }); //We want, however to test in a container running the latest Keycloak version - const containerKeycloakVersion = "17.0.1"; + const containerKeycloakVersion = "18.0.0"; generateStartKeycloakTestingContainer({ keycloakThemeBuildingDirPath, @@ -104,7 +104,7 @@ export function main() { [ "", `✅ Your keycloak theme has been generated and bundled into ./${pathRelative(reactProjectDirPath, jarFilePath)} 🚀`, - `It is to be placed in "/opt/jboss/keycloak/standalone/deployments" in the container running a jboss/keycloak Docker image.`, + `It is to be placed in "/opt/keycloak/providers" in the container running a quay.io/keycloak/keycloak Docker image.`, "", "Using Helm (https://github.com/codecentric/helm-charts), edit to reflect:", "", @@ -124,7 +124,7 @@ export function main() { " ", " extraVolumeMounts: |", " - name: extensions", - " mountPath: /opt/jboss/keycloak/standalone/deployments", + " mountPath: /opt/keycloak/providers", " extraEnv: |", " - name: KEYCLOAK_USER", " value: admin",