ldap (staging)

Published 2025-03-30 11:22:25 +00:00 by ange

Installation

docker pull git.gmoker.com/gmoker/ldap:staging
sha256:ed24ca8c2cac9b4b18da35b92949b2d60420fed4ee2116f90ce3bc9504fc8d2a

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1742169600'
RUN apt-get update && apt-get install -y --no-install-recommends inotify-tools ldap-utils slapd && rm -rf /var/lib/apt/lists/*
COPY entrypoint.sh /usr/local/bin/
COPY ldif/ /ldif/
COPY init.ldif /
VOLUME /var/lib/ldap/ /certs/
ENTRYPOINT ["entrypoint.sh"]
Details
Container
2025-03-30 11:22:25 +00:00
8
OCI / Docker
linux/amd64
47 MiB
Versions (3) View all
prod 2025-03-30
staging 2025-03-30
devel 2025-03-30