openldap (latest)

Published 2023-04-02 17:12:52 -04:00 by michael

Installation

docker pull code.balsillie.net/containers/openldap:latest
sha256:44dcbe365ea10b9fa45b6a0834b416e4e734a96f1d7691b956b475d3665fe5e2

Image Layers

ADD file:d5c41bfaf15180481d8606f50799297e3f49b8a258c7c2cd988ab2bf0013272d in /
CMD ["bash"]
COPY dir:dc6d069f86edf9c5e519873a618fe72d1c9144bfcfbb0cecacc3fd36129a58d3 in /container
/bin/sh -c /container/build.sh
ENV LANG=en_US.UTF-8 LANGUAGE=en_US:en LC_ALL=en_US.UTF-8
ENTRYPOINT ["/container/tool/run"]
ARG OPENLDAP_PACKAGE_VERSION=2.4.57
ARG LDAP_OPENLDAP_GID
ARG LDAP_OPENLDAP_UID
ARG PQCHECKER_VERSION=2.0.0
ARG PQCHECKER_MD5=c005ce596e97d13e39485e711dcbc7e1
|3 OPENLDAP_PACKAGE_VERSION=2.4.57 PQCHECKER_MD5=c005ce596e97d13e39485e711dcbc7e1 PQCHECKER_VERSION=2.0.0 /bin/sh -c if [ -z "${LDAP_OPENLDAP_GID}" ]; then groupadd -g 911 -r openldap; else groupadd -r -g ${LDAP_OPENLDAP_GID} openldap; fi && if [ -z "${LDAP_OPENLDAP_UID}" ]; then useradd -u 911 -r -g openldap openldap; else useradd -r -g openldap -u ${LDAP_OPENLDAP_UID} openldap; fi
|3 OPENLDAP_PACKAGE_VERSION=2.4.57 PQCHECKER_MD5=c005ce596e97d13e39485e711dcbc7e1 PQCHECKER_VERSION=2.0.0 /bin/sh -c echo "deb http://ftp.debian.org/debian buster-backports main" >> /etc/apt/sources.list
|3 OPENLDAP_PACKAGE_VERSION=2.4.57 PQCHECKER_MD5=c005ce596e97d13e39485e711dcbc7e1 PQCHECKER_VERSION=2.0.0 /bin/sh -c echo "path-include /usr/share/doc/krb5*" >> /etc/dpkg/dpkg.cfg.d/docker && apt-get -y update && /container/tool/add-service-available :ssl-tools && LC_ALL=C DEBIAN_FRONTEND=noninteractive apt-get -t buster-backports install -y --no-install-recommends ca-certificates curl ldap-utils=${OPENLDAP_PACKAGE_VERSION}\* libsasl2-modules libsasl2-modules-db libsasl2-modules-gssapi-mit libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql openssl slapd=${OPENLDAP_PACKAGE_VERSION}\* slapd-contrib=${OPENLDAP_PACKAGE_VERSION}\* krb5-kdc-ldap && curl -o pqchecker.deb -SL http://www.meddeb.net/pub/pqchecker/deb/8/pqchecker_${PQCHECKER_VERSION}_amd64.deb && echo "${PQCHECKER_MD5} *pqchecker.deb" | md5sum -c - && dpkg -i pqchecker.deb && rm pqchecker.deb && update-ca-certificates && apt-get remove -y --purge --auto-remove curl ca-certificates && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
ADD dir:91bc3636ae2a7bcb640b4f5a04e38958316284f2501553d4468ede5dfa0ecfd9 in /container/service
|3 OPENLDAP_PACKAGE_VERSION=2.4.57 PQCHECKER_MD5=c005ce596e97d13e39485e711dcbc7e1 PQCHECKER_VERSION=2.0.0 /bin/sh -c /container/tool/install-service
ADD dir:2119a62bf8d4f2f1727d403fc894dea84be4872fae793ab2d1699eb2f0be0538 in /container/environment/99-default
EXPOSE 389 636
Details
Container
2023-04-02 17:12:52 -04:00
0
OCI / Docker
linux/amd64
88 MiB
Versions (2) View all
2023-04-02_23-10-00 2023-04-02
latest 2023-04-02