From 852cc3872e51e35a0258c52ca6ace6a17f43d46a Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Mon, 15 Aug 2016 12:58:03 -0700 Subject: [PATCH] *: 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 75e3cab6..6088b310 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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