Bug: Image will not run successfully
Summary
Attempting to build and run successfully
Steps to reproduce
Build the image
$ docker build --no-cache --progress=plain -t openldap:2.6 . &> build.log
Run image
$ docker run -i -t -e ADMIN_PW='testing123' -e TLD='dc=testing,dc=com' openldap:2.6
OR
$docker run --name ib-openldap -e "ADMIN_PW=testing123" -e "TLD=dc=testing,dc=com" registry1.dso.mil/ironbank/opensource/openldap:latest
What is the current bug behavior?
Container shuts down with error: "str2entry: str2ad(changetype): attribute type undefined, slapadd: could not parse entry (line=1)"
What is the expected correct behavior?
Running container
Relevant logs and/or screenshots
Possible fixes
Tasks
-
Bug has been identified and corrected within the container
Please read the Iron Bank Documentation for more info
Edited by Jeff Weatherford