From 01e60bf0909e47e4e6b9f4ef2415c93b9292ed9c Mon Sep 17 00:00:00 2001 From: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Date: Fri, 3 Oct 2025 07:24:00 +1000 Subject: [PATCH] Use legacy bitnami openldap image (#888) This has been discontinued but we will use the legacy image for now to maintain CI test coverage while we find a replacement. --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8b836bc7..935cb6aa 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,6 @@ services: open-ldap: - image: bitnami/openldap:latest + image: bitnamilegacy/openldap:latest hostname: openldap environment: - LDAP_ADMIN_USERNAME=admin