Skip to content

Moved files in order to use the same structure /opt/* and added chang… #3

2 commits merged into from Sep 15, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next Next commit
Moved files in order to use the same structure /opt/* and added chang…
…es to dockerfile
villadalmine committed Sep 13, 2016
commit fc7951f0645015e1ba577121d3bc759e20bb03ad
8 changes: 3 additions & 5 deletions Dockerfile
@@ -29,11 +29,9 @@ RUN curl -o /etc/yum.repos.d/security:shibboleth.repo \

# Add starters and installers
ADD ./container_files /opt

COPY httpd-shib-foreground /usr/local/bin/
COPY conf/attribute-map.xml /opt/etc/shibboleth/attribute-map.xml
COPY conf/inc-md-cert.pem /opt/etc/shibboleth/inc-md-cert.pem
COPY conf/shibboleth_keygen.sh /opt/bin/shibboleth_keygen.sh

#Script to start service
RUN ln -s /opt/bin/httpd-shib-foreground /usr/local/bin

#Added ssl default conf
RUN ln -s /opt/etc/httpd/conf.d/ssl.conf /etc/httpd/conf.d/ssl.conf
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.