|
|
@@ -36,8 +36,8 @@ Support TLS, multi-master replication and quick bootstrap.
|
|
|
- [Make your own openldap image](#make-your-own-openldap-image)
|
|
|
- [Kubernetes](#kubernetes)
|
|
|
- [Under the hood: osixia/light-baseimage](#under-the-hood-osixialight-baseimage)
|
|
|
-- [Tests](#tests)
|
|
|
- [Contributing](#contributing)
|
|
|
+- [Tests](#tests)
|
|
|
- [Changelog](#changelog)
|
|
|
|
|
|
## Quick Start
|
|
|
@@ -338,6 +338,14 @@ It uses the following features:
|
|
|
To fully understand how this image works take a look at:
|
|
|
https://github.com/osixia/docker-light-baseimage
|
|
|
|
|
|
+## Contributing
|
|
|
+
|
|
|
+If you find this image useful here's how you can help:
|
|
|
+
|
|
|
+- Send a pull request with your kickass new features and bug fixes
|
|
|
+- Help new users with [issues](https://github.com/osixia/docker-openldap/issues) they may encounter
|
|
|
+- Support the development of this image and star this repo ! ;)
|
|
|
+
|
|
|
## Tests
|
|
|
|
|
|
We use **Bats** (Bash Automated Testing System) to test this image:
|
|
|
@@ -348,14 +356,6 @@ Install Bats, and in this project directory run:
|
|
|
|
|
|
make test
|
|
|
|
|
|
-## Contributing
|
|
|
-
|
|
|
-If you find this image useful here's how you can help:
|
|
|
-
|
|
|
-- Send a pull request with your kickass new features and bug fixes
|
|
|
-- Help new users with [issues](https://github.com/osixia/docker-openldap/issues) they may encounter
|
|
|
-- Support the development of this image and star this repo ! ;)
|
|
|
-
|
|
|
## Changelog
|
|
|
|
|
|
Please refer to: [CHANGELOG.md](CHANGELOG.md)
|