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]>
Reply: Baptiste <[email protected]>
Date: September 2, 2016 at 7:14:34 AM
To: CAS Community <[email protected]>
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].
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/916819dc-3b0f-4b5b-9c2d-546f7694b340%40apereo.org.
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/etPan.57c9ba63.1bf89ce6.2329%40unicon.net.
For more options, visit https://groups.google.com/a/apereo.org/d/optout.

Reply via email to