Update default container to Quarkus
stianst opened this issue · 1 comments
stianst commented
Description
- Rename
server
toserver-legacy
- Rename
server-x
toserver
Keycloak Quarkus distribution will be published to:
quay.io/keycloak/keycloak:latest
quay.io/keycloak/keycloak:<VERSION>
Keycloak legacy WildFly distribution will be published to:
quay.io/keycloak/keycloak:<VERSION>-legacy
quay.io/keycloak/keycloak:legacy
docker.io/jboss/keycloak:<VERSION>-legacy
docker.io/jboss/keycloak:legacy
ChristianCiach commented
This has been merged over a week ago, but quay.io/keycloak/keycloak:latest
still references the Wildfly distribution and quay.io/keycloak/keycloak:server
doesn't exist.
How should people deploy Keycloak today? Is Keycloak-X out of preview and should be used for new projects?
Edit: Sorry, I just saw that the milestone is 17.0.0, so I guess these changes go live with the next major version of Keycloak.