Permalink
Aug 2, 2016
Aug 4, 2016
Newer
100644
15 lines (12 sloc)
522 Bytes

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

9
RUN chown -R root:root /opt/shibboleth/shibboleth-identity-provider-$version && \
10
ANT_OPTS="-Didp.target.dir=/opt/shibboleth/current" /opt/shibboleth/current/bin/build.sh && \
11
ln -s /opt/shibboleth/current /opt/shibboleth-idp && \
12
ln -s /opt/shibboleth-idp/war/idp.war $CATALINA_HOME/webapps/idp.war