Use latest osixia/openldap in CI

This commit is contained in:
Phil Davis
2020-07-07 17:57:47 +05:45
parent 787c2443dd
commit e2647e6ecb

View File

@@ -933,14 +933,13 @@ def ldap():
return [
{
'name': 'ldap',
'image': 'osixia/openldap:1.3.0',
'image': 'osixia/openldap',
'pull': 'always',
'environment': {
'LDAP_DOMAIN': 'owncloud.com',
'LDAP_ORGANISATION': 'ownCloud',
'LDAP_ADMIN_PASSWORD': 'admin',
'LDAP_TLS_VERIFY_CLIENT': 'never',
'HOSTNAME': 'ldap'
},
}
]