question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question]Should the keycloak server use 7.0.1 even in Distro Docker-compose environment?

See original GitHub issue

I’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:closed
  • Created 4 years ago
  • Comments:23 (17 by maintainers)

github_iconTop GitHub Comments

2reactions
EricWittmanncommented, Nov 25, 2019

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. 😃

2reactions
chriskecommented, Nov 23, 2019

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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found