Docker image of 15.0.1 release missing on Docker Hub?

Hi,

according to https://www.keycloak.org/, the latest version of Keycloak is 15.0.1 - but on Docker Hub (https://hub.docker.com/r/jboss/keycloak/tags?page=1&ordering=last_updated) the latest tag is 15.0.0.

Is it possible that the 15.0.1 image is missing or am I missing something?

Thanks
Kristina

It’s missing. I just posted to the keycloak-dev mailing list to ask that it be put there.

https://groups.google.com/u/1/g/keycloak-dev/c/U_yjEPG28jI

The response I got:

The default repository for Keycloak docker images is:

https://quay.io/repository/keycloak/keycloak?tab=tags

You can simply use:

from quay.io/keycloak/keycloak:15.0.1

1 Like

That answer is correct (I wrote it on devs maillist) you should not use docker hub for Keycloak official docker images. The devs team only publish them at Quay