we are trying to deploy 20.0.3 in dev environment
we need the Docker pull image for 20.0.3.
could anyone please guide here.
we are trying to deploy 20.0.3 in dev environment
we need the Docker pull image for 20.0.3.
could anyone please guide here.
Keycloak images are hosted in quay.io.
You’ll need to run docker login quay.io with an account. Accounts are free and info on that is here Quay Documentation
Here’s a link directly to the Keycloak quay page → https://quay.io/repository/keycloak/keycloak
After docker login you’ll pull normally with docker pull quay.io/keycloak/keycloak:20.0.3
No, you can also pull public images without an account/login. Just execute the docker pull... command.
Thanks for the info, that’s good to know.
Many thanks for all your response… It is very useful.