Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove shibboleth2.xml template file from I2 TAP image
Remove the shibboleth2.xml template file installed by the RPM
from the image so that it is not included when a volume is created
from the mount point /etc/shibboleth, which is declared using the
VOLUME instruction.
skoranda committed Jun 27, 2019
1 parent 006433c commit 0d6bc3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion comanage-registry-internet2-tier/Dockerfile
@@ -104,7 +104,8 @@ RUN cd /etc/httpd/conf.d \
&& cd /var/www/html \
&& ln -s ${COMANAGE_REGISTRY_DIR}/app/webroot registry \
&& rm -rf ${COMANAGE_REGISTRY_DIR}/local/* \
&& chown -R apache:apache ${COMANAGE_REGISTRY_DIR}/app/tmp
&& chown -R apache:apache ${COMANAGE_REGISTRY_DIR}/app/tmp \
&& rm -f /etc/shibboleth/shibboleth2.xml

# Allow values for first administrator bootstrapped into the
# platform to be specified at image build time, in addition to

0 comments on commit 0d6bc3f

Please sign in to comment.