*: pin version of openldap container for Travis tests
Upstream changes to the osixia/openldap broke our LDAP intergraiton tests. For now pin the version of oxisia/openldap. Long term rewrite the tests do they don't depend on the container's file system, possibly when addressing #477. Closes #554
This commit is contained in:
parent
bef9f3c221
commit
852cc3872e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ install:
|
|||
|
||||
script:
|
||||
- docker run -d -p 127.0.0.1:15432:5432 quay.io/coreos/postgres
|
||||
- LDAPCONTAINER=`docker run -e LDAP_TLS_PROTOCOL_MIN=3.0 -e LDAP_TLS_CIPHER_SUITE=NORMAL -d -p 127.0.0.1:1389:389 -p 127.0.0.1:1636:636 -h tlstest.local osixia/openldap`
|
||||
- LDAPCONTAINER=`docker run -e LDAP_TLS_PROTOCOL_MIN=3.0 -e LDAP_TLS_CIPHER_SUITE=NORMAL -d -p 127.0.0.1:1389:389 -p 127.0.0.1:1636:636 -h tlstest.local osixia/openldap:1.1.4`
|
||||
- ./build
|
||||
- ./test
|
||||
- docker cp ${LDAPCONTAINER}:container/service/:cfssl/assets/default-ca/default-ca.pem /tmp/openldap-ca.pem
|
||||
|
|
Reference in a new issue