From 7ba2c5ce0dbbcc44e0dd4f906682e6b8184d3702 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Mon, 3 Dec 2018 20:40:11 +0100 Subject: [PATCH 1/2] bump version of ldap image relies on https://github.com/osixia/docker-openldap/pull/271 being merged fixes https://github.com/zokradonh/kopano-docker/issues/45 Signed-off-by: Felix Bartels --- ldap-demo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldap-demo/Dockerfile b/ldap-demo/Dockerfile index abb4dab..2296fb1 100644 --- a/ldap-demo/Dockerfile +++ b/ldap-demo/Dockerfile @@ -1,4 +1,4 @@ -FROM osixia/openldap:1.2.2 +FROM osixia/openldap:1.2.3 ADD bootstrap /container/service/slapd/assets/config/bootstrap RUN rm /container/service/slapd/assets/config/bootstrap/schema/mmc/mail.schema From ca3dfb232cb7554d636e903c33afae5bcc8a3d02 Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Mon, 3 Dec 2018 21:02:35 +0100 Subject: [PATCH 2/2] hotfix https://github.com/zokradonh/kopano-docker/issues/45 should be replaced by the proper upstream image once https://github.com/osixia/docker-openldap/pull/271 has been merged Signed-off-by: Felix Bartels --- ldap-demo/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldap-demo/Dockerfile b/ldap-demo/Dockerfile index 2296fb1..39472c5 100644 --- a/ldap-demo/Dockerfile +++ b/ldap-demo/Dockerfile @@ -1,4 +1,4 @@ -FROM osixia/openldap:1.2.3 +FROM fbartels/openldap:1.2.3 ADD bootstrap /container/service/slapd/assets/config/bootstrap RUN rm /container/service/slapd/assets/config/bootstrap/schema/mmc/mail.schema