[Question]Should the keycloak server use 7.0.1 even in Distro Docker-compose environment?
See original GitHub issueI’m trying to install KeycloakServer and Apicurio with Docker-compose. Is it better not to use Keycloak Server 7?
Dockerfile
FROM jboss/keycloak:4.8.3.Final
ADD apicurio /opt/jboss/keycloak/themes/apicurio
https://github.com/Apicurio/apicurio-studio/blob/master/distro/docker-compose/keycloak/Dockerfile
4.3.0 Upgrade to Keycloak 7 (#950) https://github.com/Apicurio/apicurio-studio/commit/fe1d4d3a946e94b0becacb2a3aea18a0c3b7888f
Issue Analytics
- State:
- Created 4 years ago
- Comments:23 (17 by maintainers)
Top Results From Across the Web
Running Keycloak in a container
Running Keycloak in a container. Learn how to run Keycloak from a container image. Keycloak handles containerized environments such as Kubernetes or OpenShift ......
Read more >Keycloak 8: User with username 'admin' already added
docker rm -f keycloak docker compose up keycloak ... I use Keycloak 12 where I still see this problem when the startup is...
Read more >jboss/keycloak - Docker Image - Docker Hub
This image supports using H2, MySQL, PostgreSQL, MariaDB, Oracle or Microsoft SQL Server as the database. You can specify the DB vendor directly...
Read more >keycloak jboss not able to connect to mysql
I am trying to use mysql for keycloak and have used the same config before but this time it is giving a link...
Read more >Docker environment - Software Heritage
This uses Docker with Compose, so ensure you have a working Docker environment ... ~/swh-environment/docker$ docker compose exec swh-scheduler celery status ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Tried it again and it worked. Possible race condition, or possible messup on my part. Either way, the switch from 7.0.1 to 7.0.0 is necessary. So I’m going to commit that change and close this issue. 😃
After some googling, I found this issue: https://developer.jboss.org/thread/280802?_sscc=t
First of all, I tried to upgrade MySQL to 8.0.12. But I had to experience, KeyCloak don’t work with 8.x at all, based on this issue:
https://issues.jboss.org/browse/KEYCLOAK-7655?attachmentOrder=desc
So, I went back to the first issue, and they suggested to move back to keycloak 7.0.0 I tried it, and it works like a charm. Can you test it @EricWittmann yourself too please?