Keycloak x docker image unavailable

Hi,

While reading this blog post: https://www.keycloak.org/2020/12/first-keycloak-x-release.adoc I wanted to try keycloak-x using docker. But the image cannot be found. By going to this repository https://quay.io/repository/keycloak/keycloak-x?tab=info It seems that the build are failing.

Can you fix the build ? Can I help in any way ?

I would really like to give it a try although it’s a preview. :smiley:

Thanks for your help

Gaétan

There is already the issue and also PR for that https://github.com/keycloak/keycloak-containers/pull/312

Readme also contains how to build with build arguments - it easy to build own docker keycloak x image.

Thanks for the info! Looking forward for the docker image then.

In the meantime I tried directly with the zip and the ./kc.sh cli, but after I set the admin password I have:

We are sorry...
An internal server error has occurred

:frowning_face:

But this is off topic. I will wait for a stable release I’m not in a hurry. I eager to have keycloak running with Quarkus native, that will be a huge boost !

Cheers

Until the official images are updated with the patch and released, this unofficial docker image works: https://hub.docker.com/r/rwxproject/keycloak-x

docker run --name keycloak -p 8080:8080 \
    -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin \
    rwxproject/keycloak-x:12.0.1 \
    start-dev
1 Like

For anyone who’s still searching for those Keycloak-X’s Docker images, you can find them over there :
https://quay.io/repository/keycloak/keycloak-x?tab=tags