Docker image issues for CAS v5.0.0.RC1

175 views
Skip to first unread message

Baptiste

unread,
Sep 2, 2016, 10:13:51 AM9/2/16
to CAS Community

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

Dockerfile
docker_cas.log

Misagh Moayyed

unread,
Sep 2, 2016, 1:44:23 PM9/2/16
to Baptiste, CAS Community

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
--
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 cas-user+u...@apereo.org.
To post to this group, send email to cas-...@apereo.org.
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.

Baptiste

unread,
Sep 5, 2016, 9:31:41 AM9/5/16
to CAS Community, bap.mo...@gmail.com, mmoa...@unicon.net
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
Reply all
Reply to author
Forward
0 new messages