Hi,
thanks for your rapid answer, that's what I've done for instance and it
works like a charm. I'm going to wait for docker publication before pushing
my images to my team.
Best regards, Jérôme.
Le mar. 4 août 2015 à 14:59, Marko Strukelj <mstrukel(a)redhat.com> a écrit :
Keycloak 1.4.0.Final hasn't been published to Docker yet, but it
will be
shortly ...
In the mean time you can try build docker images yourself:
git clone
https://github.com/jboss-dockerfiles/keycloak.git
keycloak-docker
cd keycloak-docker
git checkout 1.4.0.Final
cd server
docker build --tag jboss/keycloak:1.4.0.Final .
cd ../server-postgres
docker build --tag jboss/keycloak-postgres:1.4.0.Final .
You can then run it:
docker run --name keycloak -ti --link postgres:postgres
jboss/keycloak-postgres:1.4.0.Final
----- Original Message -----
> Hi,
> I'm trying to use keycloak in a docker and I'm facing an import realm
> problem. I have exported my keycloak realm from version 1.4.0.Final but
it
> conflict in the docker when I import. If I run the docker container
> jboss/keycloak-postgres alone and ask for version information in the UI,
it
> show 1.3.1.Final.
> Stian, did you pushed your new images to docker hub for the 1.4.1 ?
> I see your github push for this new version but it seems when I pull the
> docker image I still have an old version ?
>
> Best regards and congratulation for this great docker packaging which
really
> helps us, Jérôme.
>
> _______________________________________________
> keycloak-user mailing list
> keycloak-user(a)lists.jboss.org
>
https://lists.jboss.org/mailman/listinfo/keycloak-user