mirror of
https://github.com/osixia/container-openldap.git
synced 2026-08-24 10:05:45 -05:00
v1.2.3
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user