10 lines
384 B
Text
10 lines
384 B
Text
|
# Dockerfile for the openldap container used in our CI process.
|
||
|
# Based on https://github.com/osixia/docker-openldap
|
||
|
|
||
|
FROM osixia/openldap:latest
|
||
|
MAINTAINER Timothée Floure <t.floure@e-durable.ch>
|
||
|
|
||
|
# Applied when the container start:
|
||
|
# see https://github.com/osixia/docker-openldap#extend-osixiaopenldap121-image
|
||
|
ADD ldif /container/service/slapd/assets/config/bootstrap/ldif/custom
|