# Keycloak x docker image unavailable

**URL:** https://forum.keycloak.org/t/keycloak-x-docker-image-unavailable/6530
**Category:** Miscellanaeous
**Created:** [December 23, 2020, 1:50pm UTC](https://forum.keycloak.org/t/keycloak-x-docker-image-unavailable/6530 "2020-12-23T13:50:52Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![gaetancollaud](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/gaetancollaud/32/816_2.png) [@gaetancollaud](https://forum.keycloak.org/u/gaetancollaud)
#### Post date: [December 23, 2020, 1:50pm UTC](https://forum.keycloak.org/t/keycloak-x-docker-image-unavailable/6530/1 "2020-12-23T13:50:52Z")

</div>

Hi,

While reading this blog post: [https://www.keycloak.org/2020/12/first-keycloak-x-release.adoc](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](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. 😃

Thanks for your help

Gaétan

---

<div class="post-metadata">

### Author: ![jangaraj](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/jangaraj/32/5175_2.png) [@jangaraj](https://forum.keycloak.org/u/jangaraj)
#### Post date: [December 23, 2020, 3:30pm UTC](https://forum.keycloak.org/t/keycloak-x-docker-image-unavailable/6530/2 "2020-12-23T15:30:08Z")

</div>

There is already the issue and also PR for that [https://github.com/keycloak/keycloak-containers/pull/312](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.

---

<div class="post-metadata">

### Author: ![gaetancollaud](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/gaetancollaud/32/816_2.png) [@gaetancollaud](https://forum.keycloak.org/u/gaetancollaud)
#### Post date: [December 23, 2020, 7:10pm UTC](https://forum.keycloak.org/t/keycloak-x-docker-image-unavailable/6530/3 "2020-12-23T19:10:48Z")

</div>

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:

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

```

☹

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

---

<div class="post-metadata">

### Author: ![xgp](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/xgp/32/2589_2.png) [@xgp](https://forum.keycloak.org/u/xgp)
#### Post date: [December 31, 2020, 5:44pm UTC](https://forum.keycloak.org/t/keycloak-x-docker-image-unavailable/6530/4 "2020-12-31T17:44:55Z")

</div>

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

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

```

---

<div class="post-metadata">

### Author: ![MrBuBBLs](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/mrbubbls/32/3568_2.png) [@MrBuBBLs](https://forum.keycloak.org/u/MrBuBBLs)
#### Post date: [December 21, 2021, 5:00pm UTC](https://forum.keycloak.org/t/keycloak-x-docker-image-unavailable/6530/5 "2021-12-21T17:00:47Z")

</div>

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](https://quay.io/repository/keycloak/keycloak-x?tab=tags)
