From a8ec09d6654a77fd9ef95f7ec0dbe045879f42e0 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Sun, 20 May 2018 15:05:09 -0500 Subject: [PATCH] fix comments --- Dockerfile | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2fae080..27654e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \