Skip to content

Commit 5253671

Browse files
committed
feat: add slapd package version
1 parent 3f6950d commit 5253671

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Docker Stars](https://img.shields.io/docker/stars/osixia/openldap.svg)](https://hub.docker.com/r/osixia/openldap/)
55
[![Layers](https://images.microbadger.com/badges/image/osixia/openldap.svg)](https://hub.docker.com/r/osixia/openldap/)
66

7-
Latest release: 1.5.0 - [OpenLDAP 2.4.50](https://www.openldap.org/software/release/changes.html) - [Changelog](CHANGELOG.md) | [Docker Hub](https://hub.docker.com/r/osixia/openldap/) 
7+
Latest release: 1.5.0 - [OpenLDAP 2.4.57](https://www.openldap.org/software/release/changes.html) - [Changelog](CHANGELOG.md) | [Docker Hub](https://hub.docker.com/r/osixia/openldap/) 
88

99
**A docker image to run OpenLDAP.**
1010

image/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Use osixia/light-baseimage
22
# sources: https://github.com/osixia/docker-light-baseimage
3-
FROM osixia/light-baseimage:1.3.1
3+
FROM osixia/light-baseimage:1.3.2
4+
5+
ARG SLAPD_PACKAGE_VERSION=2.4.57+dfsg-1~bpo10+1
46

57
ARG LDAP_OPENLDAP_GID
68
ARG LDAP_OPENLDAP_UID
@@ -32,7 +34,7 @@ RUN echo "path-include /usr/share/doc/krb5*" >> /etc/dpkg/dpkg.cfg.d/docker && a
3234
libsasl2-modules-otp \
3335
libsasl2-modules-sql \
3436
openssl \
35-
slapd \
37+
slapd=${SLAPD_PACKAGE_VERSION} \
3638
slapd-contrib \
3739
krb5-kdc-ldap \
3840
&& curl -o pqchecker.deb -SL http://www.meddeb.net/pub/pqchecker/deb/8/pqchecker_${PQCHECKER_VERSION}_amd64.deb \

0 commit comments

Comments
 (0)