Permalink
Aug 2, 2016
Aug 4, 2016
Aug 18, 2016
Newer
100644
20 lines (16 sloc)
785 Bytes

2
3
ARG maintainer=tier
4
ARG imagename=shibboleth_idp
5
ARG version=3.2.1

11
ANT_OPTS="-Didp.target.dir=/opt/shibboleth/current" /opt/shibboleth/current/bin/build.sh && \
12
ln -s /opt/shibboleth/current /opt/shibboleth-idp && \

13
ln -s /opt/shibboleth-idp/war/idp.war $CATALINA_HOME/webapps/ROOT.war && \
14
touch /usr/local/tomcat/logs/voltest && \
15
touch /opt/shibboleth/shibboleth-identity-provider-$version/logs/voltest
16
17
VOLUME ["/usr/local/tomcat/logs", "/opt/shibboleth/shibboleth-identity-provider-$VERSION/logs"]