File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
57ARG LDAP_OPENLDAP_GID
68ARG 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 \
You can’t perform that action at this time.
0 commit comments