From b8b964c24de200e218159882ee8d95fa4a1deee2 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 8 Apr 2026 22:37:04 +0200 Subject: [PATCH] [bitnami/openldap] Release 2.6.13-debian-12-r1 (#92276) Signed-off-by: Bitnami Bot --- bitnami/openldap/2.6/debian-12/Dockerfile | 4 ++-- bitnami/openldap/README.md | 20 +------------------- 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/bitnami/openldap/2.6/debian-12/Dockerfile b/bitnami/openldap/2.6/debian-12/Dockerfile index 500f6f09058f..8794334f3942 100644 --- a/bitnami/openldap/2.6/debian-12/Dockerfile +++ b/bitnami/openldap/2.6/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-03-11T05:46:59Z" \ + org.opencontainers.image.created="2026-04-08T20:26:34Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/openldap/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/openldap" \ @@ -49,7 +49,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/openldap/postunpack.sh ENV APP_VERSION="2.6.13" \ BITNAMI_APP_NAME="openldap" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ PATH="/opt/bitnami/openldap/bin:/opt/bitnami/openldap/sbin:$PATH" EXPOSE 1389 1636 diff --git a/bitnami/openldap/README.md b/bitnami/openldap/README.md index 2830d690cc56..e79753991eff 100644 --- a/bitnami/openldap/README.md +++ b/bitnami/openldap/README.md @@ -38,25 +38,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t ## Get this image -The recommended way to get the Bitnami OpenLDAP Docker Image is to pull the prebuilt image from the [Docker Hub Registry](https://hub.docker.com/r/bitnami/openldap). - -```console -docker pull bitnami/openldap:latest -``` - -To use a specific version, you can pull a versioned tag. You can view the [list of available versions](https://hub.docker.com/r/bitnami/openldap/tags/) in the Docker Hub Registry. - -```console -docker pull bitnami/openldap:[TAG] -``` - -If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the `docker build` command. Remember to replace the `APP`, `VERSION` and `OPERATING-SYSTEM` path placeholders in the example command below with the correct values. - -```console -git clone https://github.com/bitnami/containers.git -cd bitnami/APP/VERSION/OPERATING-SYSTEM -docker build -t bitnami/APP:latest . -``` +The Bitnami OpenLDAP Docker image is only available to [Bitnami Secure Images](https://bitnami.com) customers. ## Using `docker-compose.yaml`