Actions
Bug #23283
openReplace (legacy) Bitnami OpenLDAP Docker image used in testing with maintained open-source alternative
Status:
New
Priority:
Normal
Assigned To:
-
Category:
Tests
Target version:
-
Story points:
-
Description
As a followup to Bug #23241: Update openldap docker image tag from bitnami/openldap to bitnamilegacy/openldap in test for contoller, let's investigate about alternatives to the Bitnami OpenLDAP Docker images that have been discontinued since Aug 2025.
- Find an OpenLDAP (>= 2.6) Docker image that can replace
bitnami/openldap:2.6andbitnamilegacy/openldap:2.6that is open-source and with the prospect of long term maintenance, and - Use it in the controller tests.
Updated by Zoë Ma 5 months ago
Some candidates for the alternative --
vegardit/openldap.- Dockerfile source: https://github.com/vegardit/docker-openldap/, image based on Debian 13
clearstart/openldap- No public Dockerfile source found
sourcemation/openldap- Dockerfile source: https://github.com/SourceMation/images/tree/main/containers/images/openldap, image based on Debian 12
None of these are drop-in replacements of the bitnami(legacy) openldap image, though.
Actions