I'm getting the following build error when I try to build a docker container using
keycloak 5.0.0
build 14-Mar-2019 21:35:54 Sending build context to Docker daemon 6.952MB
build 14-Mar-2019 21:35:54
build 14-Mar-2019 21:35:54 Step 1/20 : FROM jboss/keycloak:5.0.0
error 14-Mar-2019 21:35:54 manifest for jboss/keycloak:5.0.0 not found
When I go to
https://hub.docker.com/r/jboss/keycloak/tags, I do not see 5.0.0 listed
there. When should we expect it?
-Chris