Skip to content
Snippets Groups Projects
Verified Commit 96489508 authored by Stephane Bonnet's avatar Stephane Bonnet
Browse files

Added an openldap custom image based on osixia/openldap

parent 4125294e
No related branches found
No related tags found
1 merge request!42Pica openldap dev
FROM osixia/openldap:1.2.4
MAINTAINER bonnetst@utc.fr
ADD bootstrap /container/service/slapd/assets/config/bootstrap
ADD certs /container/service/slapd/assets/certs
ADD environment /container/environment/01-custom
NAME = pica/openldap
VERSION = 0.0.1
.PHONY: all build build-nocache
all: build
build:
docker build -t $(NAME):$(VERSION) --rm .
build:
docker build -t $(NAME):$(VERSION) --no-cache --rm .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment