https://github.com/sudo-bot/docker-openldap
OpenLDAP container image
https://github.com/sudo-bot/docker-openldap
alpine alpine-image docker-compose docker-image openldap-server sasl-srp saslauthd saslauthd-ldap
Last synced: about 1 month ago
JSON representation
OpenLDAP container image
- Host: GitHub
- URL: https://github.com/sudo-bot/docker-openldap
- Owner: sudo-bot
- License: mpl-2.0
- Created: 2022-07-10T14:27:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T14:46:08.000Z (over 1 year ago)
- Last Synced: 2025-01-28T21:41:34.959Z (3 months ago)
- Topics: alpine, alpine-image, docker-compose, docker-image, openldap-server, sasl-srp, saslauthd, saslauthd-ldap
- Language: Shell
- Homepage: https://hub.docker.com/r/botsudo/docker-openldap
- Size: 144 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Docker image for [OpenLDAP](https://www.openldap.org/)
Based on Alpine `3.16`. Using [OpenLDAP](https://git.openldap.org/openldap/openldap) version: `2.6.3`
Can be found on [Docker Hub](https://hub.docker.com/r/botsudo/docker-openldap)
## Supported/built CPU architectures (on the Docker image)
- `linux/386`
- `linux/amd64`
- `linux/arm/v6`
- `linux/arm/v7`
- `linux/arm64/v8`
- `linux/ppc64le`### No yet supported
- `linux/s390x` -> because the Horust package is not built on s390x
## Pull the image
```sh
docker pull botsudo/docker-openldap
```