Parcourir la source

.cfssl -> :cfssl

ofreax il y a 10 ans
Parent
commit
b9a46c7109
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 2 2
      image/Dockerfile
  2. 1 1
      image/service/slapd/startup.sh

+ 2 - 2
image/Dockerfile

@@ -8,9 +8,9 @@ RUN groupadd -r openldap && useradd -r -g openldap openldap
 
 # Install OpenLDAP, ldap-utils and cfssl from baseimage
 # sources: https://github.com/osixia/docker-light-baseimage/blob/stable/image/tool/add-service-available
-#          https://github.com/osixia/docker-light-baseimage/blob/stable/image/service-available/.cfssl/download.sh
+#          https://github.com/osixia/docker-light-baseimage/blob/stable/image/service-available/:cfssl/download.sh
 RUN apt-get -y update \
-    && /container/tool/add-service-available .cfssl \
+    && /container/tool/add-service-available :cfssl \
 	  && LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes --no-install-recommends \
        ldap-utils \
        openssl \

+ 1 - 1
image/service/slapd/startup.sh

@@ -56,7 +56,7 @@ if [ ! -e "$FIRST_START_DONE" ]; then
     local DH_PARAM=$4
 
     # generate a certificate and key with cfssl tool if LDAP_CRT and LDAP_KEY files don't exists
-    # https://github.com/osixia/docker-light-baseimage/blob/stable/image/service-available/.cfssl/assets/tool/cfssl-helper
+    # https://github.com/osixia/docker-light-baseimage/blob/stable/image/service-available/:cfssl/assets/tool/cfssl-helper
     cfssl-helper ldap $LDAP_CRT $LDAP_KEY $CA_CRT
 
     # create DHParamFile if not found