Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored May 20, 2018
1 parent 1582f08 commit a8ec09d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,18 +139,18 @@ ADD $SHBMD c:\\opt\\shibboleth-idp\\metadata
###############################################################################

# remove existing files from the installer so that secrets can propagate (UNCOMMENT if you are using secrets)
#RUN del c:\opt\shibboleth-idp\conf\idp.properties
#RUN del c:\opt\shibboleth-idp\conf\ldap.properties
#RUN del c:\opt\shibboleth-idp\conf\relying-party.xml
#RUN del c:\opt\shibboleth-idp\conf\attribute-filter.xml
#RUN del c:\opt\shibboleth-idp\conf\attribute-resolver.xml
#RUN del c:\opt\shibboleth-idp\conf\metadata-providers.xml
#RUN del c:\opt\shibboleth-idp\credentials\idp-signing.key
#RUN del c:\opt\shibboleth-idp\credentials\idp-signing.crt
#RUN del c:\opt\shibboleth-idp\credentials\idp-encryption.key
#RUN del c:\opt\shibboleth-idp\credentials\idp-encryption.crt
#RUN del c:\opt\shibboleth-idp\credentials\sealer.jks
#RUN del c:\opt\shibboleth-idp\credentials\sealer.kver
#!# RUN del c:\opt\shibboleth-idp\conf\idp.properties
#!# RUN del c:\opt\shibboleth-idp\conf\ldap.properties
#!# RUN del c:\opt\shibboleth-idp\conf\relying-party.xml
#!# RUN del c:\opt\shibboleth-idp\conf\attribute-filter.xml
#!# RUN del c:\opt\shibboleth-idp\conf\attribute-resolver.xml
#!# RUN del c:\opt\shibboleth-idp\conf\metadata-providers.xml
#!# RUN del c:\opt\shibboleth-idp\credentials\idp-signing.key
#!# RUN del c:\opt\shibboleth-idp\credentials\idp-signing.crt
#!# RUN del c:\opt\shibboleth-idp\credentials\idp-encryption.key
#!# RUN del c:\opt\shibboleth-idp\credentials\idp-encryption.crt
#!# RUN del c:\opt\shibboleth-idp\credentials\sealer.jks
#!# RUN del c:\opt\shibboleth-idp\credentials\sealer.kver

#establish a healthcheck command so that docker might know the container's true state
HEALTHCHECK --interval=2m --timeout=30s \
Expand Down

0 comments on commit a8ec09d

Please sign in to comment.