File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3535 ${{ env.IMAGE_FQDN }}:bitnami-type1-${{ github.ref_name }}
3636 build-args : |
3737 TEMPLATE_PATH=./ldif/bootstrap/bitnami/data-template-type1-static.ldif
38- LDAP_ROOT=dc=example,dc=org
38+ LDAP_ROOT=' dc=example,dc=org'
3939 - name : Build type2
4040 uses : docker/build-push-action@v3
4141 with :
4646 ${{ env.IMAGE_FQDN }}:bitnami-type2
4747 ${{ env.IMAGE_FQDN }}:bitnami-type2-${{ github.ref_name }}
4848 build-args : |
49- TEMPLATE_PATH=./ldif/bootstrap/bitnami// data-template-type2-static.ldif
50- LDAP_ROOT=dc=kontextwork-test,dc=de
49+ TEMPLATE_PATH=./ldif/bootstrap/bitnami/data-template-type2-static.ldif
50+ LDAP_ROOT=' dc=kontextwork-test,dc=de'
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ ARG $LDAP_ROOT=example.org
77
88ENV LDAP_ADMIN_PASSWORD="admin"
99ENV LDAP_ROOT=$LDAP_ROOT
10+ ENV BITNAMI_DEBUG=true
1011
1112# TLS setup
1213ENV LDAP_ENABLE_TLS=yes
You can’t perform that action at this time.
0 commit comments