Skip to content

Commit

Permalink
fixes Startup issue with 1.2.3 #283
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandGouny committed Feb 20, 2019
1 parent 6217da2 commit 7a2797c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [1.2.4] - Unreleased
### Fixed
- Excessive RAM usage on 1.2.2, increased 10x from 1.2.1 #242
- Startup issue with 1.2.3 #283

## [1.2.3] - 2019-01-21
10M+ docker pulls πŸŽ‰πŸŽ‰πŸŽ‰ thanks to all contributors πŸ’•
Expand Down
1 change: 1 addition & 0 deletions test/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ load test_helper
LDAP_CID=$(docker run -h ldap.example.org -e LDAP_TLS=false --volume $PWD/VOLUMES/database:/var/lib/ldap --volume $PWD/VOLUMES/config:/etc/ldap/slapd.d -d $NAME:$VERSION)
wait_process_by_cid $LDAP_CID slapd
run docker exec $LDAP_CID ldapsearch -x -h ldap.example.org -b dc=example,dc=org -D "cn=admin,dc=example,dc=org" -w admin
run docker exec $LDAP_CID chown -R $UID:$UID /var/lib/ldap /etc/ldap/slapd.d
docker kill $LDAP_CID
rm -rf VOLUMES

Expand Down

0 comments on commit 7a2797c

Please sign in to comment.