Skip to content
Snippets Groups Projects
Verified Commit 2ec5fa30 authored by Thorsten Roßner's avatar Thorsten Roßner
Browse files

fix: Add debug pause.

parent 9f189626
No related branches found
No related tags found
No related merge requests found
Pipeline #67335 passed with warnings
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
# SPDX-License-Identifier: Apache-2.0
me=$(basename "$0")
echo "- Running ${me}"
while [ ! -f /var/lib/univention-ldap/go.now ]; do
echo "Did not find /var/lib/univention-ldap/go.now - sleeping for 60 seconds"
sleep 60
done
......@@ -3,10 +3,12 @@
FROM artifacts.software-univention.de/nubus/images/ldap-server:0.22.0
COPY 01-wait-for-me.sh /entrypoint.d
COPY 30-purge.sh /entrypoint.d
#COPY 91-init-internal-database.sh /entrypoint.d
COPY 99-slapadd-24-ldif.sh /entrypoint.d
RUN chmod 555 /entrypoint.d/01-wait-for-me.sh
RUN chmod 555 /entrypoint.d/30-purge.sh
#RUN chmod 555 /entrypoint.d/91-init-internal-database.sh
RUN chmod 555 /entrypoint.d/99-slapadd-24-ldif.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.