This commit is contained in:
Bertrand Gouny
2019-01-21 22:48:19 +01:00
parent b224056da9
commit 856bde3825
9 changed files with 75 additions and 64 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
version: '2'
services:
openldap:
image: osixia/openldap:1.2.3-dev
image: osixia/openldap:1.2.3
container_name: openldap
environment:
LDAP_LOG_LEVEL: "256"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM osixia/openldap:1.2.3-dev
FROM osixia/openldap:1.2.3
MAINTAINER Your Name <your@name.com>
ADD bootstrap /container/service/slapd/assets/config/bootstrap
@@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: ldap
image: osixia/openldap:1.2.3-dev
image: osixia/openldap:1.2.3
volumeMounts:
- name: ldap-data
mountPath: /var/lib/ldap
@@ -12,7 +12,7 @@ spec:
spec:
containers:
- name: azaldap
image: osixia/openldap:1.2.2
image: osixia/openldap:1.2.3
imagePullPolicy: IfNotPresent
#command: ["/bin/bash","-c","while [ 1 = 1 ] ; do sleep 1; date; done"]
ports:
@@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: ldap
image: osixia/openldap:1.2.3-dev
image: osixia/openldap:1.2.3
args: ["--copy-service"]
volumeMounts:
- name: ldap-data