Updates readme to new Quarkus container images (#10706)

Closes #10564
This commit is contained in:
Stian Thorgersen 2022-03-11 11:09:24 +01:00 committed by GitHub
parent fb41c52675
commit 30d2dcb7b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ To run Keycloak download the distribution from our [website](https://www.keycloa
Alternatively, you can use the Docker image by running: Alternatively, you can use the Docker image by running:
docker run jboss/keycloak docker run quay.io/keycloak/keycloak start-dev
For more details refer to the [Keycloak Documentation](https://www.keycloak.org/documentation.html). For more details refer to the [Keycloak Documentation](https://www.keycloak.org/documentation.html).
@ -60,7 +60,6 @@ Before contributing to Keycloak please read our [contributing guidelines](CONTRI
* [Keycloak](https://github.com/keycloak/keycloak) - Keycloak Server and Java adapters * [Keycloak](https://github.com/keycloak/keycloak) - Keycloak Server and Java adapters
* [Keycloak Documentation](https://github.com/keycloak/keycloak-documentation) - Documentation for Keycloak * [Keycloak Documentation](https://github.com/keycloak/keycloak-documentation) - Documentation for Keycloak
* [Keycloak QuickStarts](https://github.com/keycloak/keycloak-quickstarts) - QuickStarts for getting started with Keycloak * [Keycloak QuickStarts](https://github.com/keycloak/keycloak-quickstarts) - QuickStarts for getting started with Keycloak
* [Keycloak Containers](https://github.com/keycloak/keycloak-containers) - Container images for Keycloak
* [Keycloak Node.js Connect](https://github.com/keycloak/keycloak-nodejs-connect) - Node.js adapter for Keycloak * [Keycloak Node.js Connect](https://github.com/keycloak/keycloak-nodejs-connect) - Node.js adapter for Keycloak
* [Keycloak Node.js Admin Client](https://github.com/keycloak/keycloak-nodejs-admin-client) - Node.js library for Keycloak Admin REST API * [Keycloak Node.js Admin Client](https://github.com/keycloak/keycloak-nodejs-admin-client) - Node.js library for Keycloak Admin REST API