Thanks for your reply, so I'll wait the version 5 release to be able to perform integration in a Docker container and keep an eye on the milestone, meanwhile, I'll begin testing with virtual machine.
Le vendredi 2 septembre 2016 19:44:23 UTC+2, Misagh Moayyed a écrit : > > No that is not possible yet because the thing you’re cloning and checking > out is not prepped for 5. You are going to have cook up the Dockerfile for > 5 before you can build an image. > > -- > Misagh > > From: Baptiste <[email protected]> <javascript:> > Reply: Baptiste <[email protected]> <javascript:> > Date: September 2, 2016 at 7:14:34 AM > To: CAS Community <[email protected]> <javascript:> > Subject: [cas-user] Docker image issues for CAS v5.0.0.RC1 > > Hello, as part of an integration project of a single sign-on and > multi-factor authentication architecture based on TOTP and SMS OTP tokens, > I would to know if it's possible to compose a Docker image based on the > first release candidate of CAS version 5.0. > > Indeed, after some update testing of Dockerfile, the container appears to > stop his execution and never start the service. > > You'll find enclosed the container event log and the Dockerfile updated. > > Here is an excerpt from executed commands: > > docker-machine start $(docker-machine ls -q | head -n1) > eval $(docker-machine env --shell bash $(docker-machine ls -q | head -n1)) > git clone -b dockerized-caswebapp https://github.com/apereo/cas.git cas > cd cas/ > # Update of Dockerfile > ./build.sh 5.0.0.RC1 > docker run -p 80:8080 -p 443:8443 -d --name="cas" apereo/cas:v5.0.0.RC1 > > > I'm looking forward to hearing from you, > > Baptiste MOINE > -- > You received this message because you are subscribed to the Google Groups > "CAS Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:>. > To post to this group, send email to [email protected] <javascript:>. > Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/ > . > To view this discussion on the web visit > https://groups.google.com/a/apereo.org/d/msgid/cas-user/916819dc-3b0f-4b5b-9c2d-546f7694b340%40apereo.org > > <https://groups.google.com/a/apereo.org/d/msgid/cas-user/916819dc-3b0f-4b5b-9c2d-546f7694b340%40apereo.org?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/a/apereo.org/d/optout. > > -- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/a/apereo.org/group/cas-user/. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/d2bb7102-893b-462e-b559-749307349950%40apereo.org. For more options, visit https://groups.google.com/a/apereo.org/d/optout.
