We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just to track this so I can retreive it: the current docker-compose.yml uses an old keycloak image (v9.0.2) which does not support M1 chips.
docker-compose.yml
I found a workaround by building the image myself following the instructions here docker/for-mac#5310 (comment)
The discussion for the native support of M1 chips is here keycloak/keycloak#8846
It looks like it works with v16 manually built from sources (the latest is currently v17 but it fails to build...)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Just to track this so I can retreive it: the current
docker-compose.yml
uses an old keycloak image (v9.0.2) which does not support M1 chips.I found a workaround by building the image myself following the instructions here docker/for-mac#5310 (comment)
The discussion for the native support of M1 chips is here keycloak/keycloak#8846
It looks like it works with v16 manually built from sources (the latest is currently v17 but it fails to build...)
The text was updated successfully, but these errors were encountered: