Hello,
I just tried the server-ha-postgres Docker image and I wasn't able to run
it.
https://github.com/jboss-dockerfiles/keycloak/tree/master/server-ha-postgres
The other images (server, server-postgres) work.
When I try to run the "server-ha-postgres" example I see:
14:54:35,888 INFO [org.jboss.modules] (main) JBoss Modules version
1.5.0.Final
WFLYSRV0073: Invalid option '/opt/jboss/keycloak/bin/start.sh'
It seems that this command:
https://github.com/jboss-dockerfiles/keycloak/blob/bfbbde898e4aba3b3ee517...
is not properly passed to the start script.
Building the image locally with that line commented seems to work...
Cheers,
Thomas