# Question : Is there a Keycloak Docker Container for linux/arm64 arch?

**URL:** https://forum.keycloak.org/t/question-is-there-a-keycloak-docker-container-for-linux-arm64-arch/6754
**Category:** Getting advice
**Created:** [January 12, 2021, 8:59am UTC](https://forum.keycloak.org/t/question-is-there-a-keycloak-docker-container-for-linux-arm64-arch/6754 "2021-01-12T08:59:28Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Max](https://avatars.discourse-cdn.com/v4/letter/m/e5b9ba/32.png) [@Max](https://forum.keycloak.org/u/Max)
#### Post date: [January 12, 2021, 8:59am UTC](https://forum.keycloak.org/t/question-is-there-a-keycloak-docker-container-for-linux-arm64-arch/6754/1 "2021-01-12T08:59:28Z")

</div>

Hi everyone, I got a Macbook Pro with the new M1 chip, and I wonder if there is a Keycloak Docker Container for linux/arm64 instead of linux/amd64 ?

If not, does someone had the problem and found a solution ? I try many things but nothing worked.

I already asked about a solution on the docker slack, but they answer me to ask for a linux/arm64 container.

Thanks for you answers

---

<div class="post-metadata">

### Author: ![claudioweiler](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/claudioweiler/32/1295_2.png) [@claudioweiler](https://forum.keycloak.org/u/claudioweiler)
#### Post date: [January 12, 2021, 6:09pm UTC](https://forum.keycloak.org/t/question-is-there-a-keycloak-docker-container-for-linux-arm64-arch/6754/2 "2021-01-12T18:09:58Z")

</div>

Official Keycloak images are build based on red hat intermediate images. Apparently they have a arm64 base image, but I didn’t find how to get it: [Red Hat Ecosystem Catalog](https://catalog.redhat.com/software/containers/ubi8/ubi-minimal/5c359a62bed8bd75a2c3fba8?architecture=arm64&push_date=1599576716000&container-tabs=gti&gti-tabs=registry-tokens)

I would suggest you to build your own. You can use [GitHub - keycloak/keycloak-containers: Docker image for Keycloak project](https://github.com/keycloak/keycloak-containers) as reference and use an openjdk official image.

---

<div class="post-metadata">

### Author: ![Max](https://avatars.discourse-cdn.com/v4/letter/m/e5b9ba/32.png) [@Max](https://forum.keycloak.org/u/Max)
#### Post date: [January 13, 2021, 8:07am UTC](https://forum.keycloak.org/t/question-is-there-a-keycloak-docker-container-for-linux-arm64-arch/6754/3 "2021-01-13T08:07:42Z")

</div>

Thanks for your answer, I will check that.

---

<div class="post-metadata">

### Author: ![Rem0ld](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/rem0ld/32/2602_2.png) [@Rem0ld](https://forum.keycloak.org/u/Rem0ld)
#### Post date: [March 12, 2021, 6:09pm UTC](https://forum.keycloak.org/t/question-is-there-a-keycloak-docker-container-for-linux-arm64-arch/6754/4 "2021-03-12T18:09:47Z")

</div>

Did you manage to make an arm/64 image?

---

<div class="post-metadata">

### Author: ![Max](https://avatars.discourse-cdn.com/v4/letter/m/e5b9ba/32.png) [@Max](https://forum.keycloak.org/u/Max)
#### Post date: [March 16, 2021, 9:02am UTC](https://forum.keycloak.org/t/question-is-there-a-keycloak-docker-container-for-linux-arm64-arch/6754/5 "2021-03-16T09:02:47Z")

</div>

Unfortunately, no I couldn’t spend lot of time to try.

---

<div class="post-metadata">

### Author: ![kyberpunk](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/kyberpunk/32/8287_2.png) [@kyberpunk](https://forum.keycloak.org/u/kyberpunk)
#### Post date: [April 16, 2023, 8:18am UTC](https://forum.keycloak.org/t/question-is-there-a-keycloak-docker-container-for-linux-arm64-arch/6754/7 "2023-04-16T08:18:30Z")

</div>

Hi, I used to maintain own repository with linux/arm64 build from official Dockerfile: [Docker](https://hub.docker.com/r/kyberpunk/keycloak). There are still versions up to date, but good alternative are Bitnami images: [Docker](https://hub.docker.com/r/bitnami/keycloak)

---

<div class="post-metadata">

### Author: ![maxandriani](https://yyz2.discourse-cdn.com/free1/user_avatar/forum.keycloak.org/maxandriani/32/8233_2.png) [@maxandriani](https://forum.keycloak.org/u/maxandriani)
#### Post date: [April 16, 2023, 8:23am UTC](https://forum.keycloak.org/t/question-is-there-a-keycloak-docker-container-for-linux-arm64-arch/6754/8 "2023-04-16T08:23:54Z")

</div>

Coincidentally today I was playing with keycloak on my raspiberry pi, I actually did used the oficial docker image and it worked like a charm on arm64. (Keycloack 20)…
