Skip to content

Commit

Permalink
Test by default with kc 18. Update instructions to use quay.io/keyclo…
Browse files Browse the repository at this point in the history
…ak/keycloak instead of jboss/keycloak #93
  • Loading branch information
garronej committed Apr 25, 2022
1 parent b1a4c5c commit bbdaaf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bin/build-keycloak-theme/build-keycloak-theme.ts
Expand Up @@ -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,
Expand All @@ -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:",
"",
Expand All @@ -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",
Expand Down

0 comments on commit bbdaaf3

Please sign in to comment.