Skip to content
Snippets Groups Projects
Commit 9664b2f5 authored by Emanuele Aina's avatar Emanuele Aina
Browse files

Replace the old osixia/openldap image


The bitnami images are definitely more well-known and up-to-date.

Signed-off-by: Emanuele Aina's avatarEmanuele Aina <emanuele.aina@collabora.com>
parent 5d65cc5c
No related branches found
No related tags found
No related merge requests found
Pipeline #427976 failed
...@@ -63,14 +63,13 @@ services: ...@@ -63,14 +63,13 @@ services:
DEX_STATIC_CLIENT_SECRET: &dex_secret s3kr3t DEX_STATIC_CLIENT_SECRET: &dex_secret s3kr3t
ldap: ldap:
image: osixia/openldap:1.5.0 image: bitnami/openldap:2.6.3
ports: ports:
- '389:389' - '389:389'
command: ["--copy-service"]
volumes: volumes:
- type: bind - type: bind
source: ./config-ldap.ldif source: ./config-ldap.ldif
target: /container/service/slapd/assets/config/bootstrap/ldif/custom/config-ldap.ldif target: /ldifs/config-ldap.ldif
mediator: mediator:
image: "${AUTHZ_MEDIATOR_IMAGE:-authz-mediator}" image: "${AUTHZ_MEDIATOR_IMAGE:-authz-mediator}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment