Mention the nessesity to use retrocompat- with older Keycloak versions

This commit is contained in:
Joseph Garrone 2023-12-01 00:54:19 +01:00
parent 564dc8e6f1
commit b13b3fd92e

View File

@ -30,6 +30,7 @@ export function generateStartKeycloakTestingContainer(params: { jarFilePath: str
Buffer.from(
[
"#!/usr/bin/env bash",
`# If you want to test with Keycloak version prior to 23 use the retrocompat-${pathBasename(jarFilePath)}`,
"",
`docker rm ${containerName} || true`,
"",