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
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.
--
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.
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