mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-31 18:37:15 +00:00 
			
		
		
		
	* remove surplus locale configuration (should only be in base image) update konnect add version to ldap and ldap_demo images * also create a tag for the ldap images * add ldap version to compose file
		
			
				
	
	
		
			9 lines
		
	
	
		
			287 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			287 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| ARG CODE_VERSION=1.2.4
 | |
| FROM osixia/openldap:${CODE_VERSION}
 | |
| ARG CODE_VERSION
 | |
| ENV CODE_VERSION="${CODE_VERSION}"
 | |
| 
 | |
| COPY bootstrap /container/service/slapd/assets/config/bootstrap
 | |
| RUN rm /container/service/slapd/assets/config/bootstrap/schema/mmc/mail.schema
 | |
| RUN touch /etc/ldap/slapd.conf
 |