Mention the nessesity to use retrocompat- with older Keycloak versions
This commit is contained in:
parent
564dc8e6f1
commit
b13b3fd92e
@ -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`,
|
||||
"",
|
||||
|
Loading…
x
Reference in New Issue
Block a user