mirror of
				https://github.com/zokradonh/kopano-docker
				synced 2025-10-31 02:17:47 +00:00 
			
		
		
		
	add build-simple
Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
		
							parent
							
								
									72846074d6
								
							
						
					
					
						commit
						db7d042599
					
				
							
								
								
									
										14
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								Makefile
									
									
									
									
									
								
							| @ -47,6 +47,10 @@ build: | |||||||
| 		--build-arg ADDITIONAL_KOPANO_WEBAPP_PLUGINS="$(ADDITIONAL_KOPANO_WEBAPP_PLUGINS)" \
 | 		--build-arg ADDITIONAL_KOPANO_WEBAPP_PLUGINS="$(ADDITIONAL_KOPANO_WEBAPP_PLUGINS)" \
 | ||||||
| 		-t $(docker_repo)/kopano_$(component) $(component)/ | 		-t $(docker_repo)/kopano_$(component) $(component)/ | ||||||
| 
 | 
 | ||||||
|  | build-simple: component ?= ssl | ||||||
|  | build-simple: | ||||||
|  | 	docker build -t $(docker_repo)/kopano_$(component) $(component)/ | ||||||
|  | 
 | ||||||
| build-base: | build-base: | ||||||
| 	component=base make build | 	component=base make build | ||||||
| 
 | 
 | ||||||
| @ -63,19 +67,19 @@ build-zpush: | |||||||
| 	component=zpush make build | 	component=zpush make build | ||||||
| 
 | 
 | ||||||
| build-ssl: | build-ssl: | ||||||
| 	docker build -t $(docker_repo)/kopano_ssl ssl/ | 	component=ssl make build-simple | ||||||
| 
 | 
 | ||||||
| build-web: | build-web: | ||||||
| 	docker build -t $(docker_repo)/kopano_web web/ | 	component=web make build-simple | ||||||
| 
 | 
 | ||||||
| build-konnect: | build-konnect: | ||||||
| 	docker build -t $(docker_repo)/kopano_konnect konnect/ | 	component=konnect make build-simple | ||||||
| 
 | 
 | ||||||
| build-playground: | build-playground: | ||||||
| 	docker build -t $(docker_repo)/kopano_playground playground/ | 	component=playground make build-simple | ||||||
| 
 | 
 | ||||||
| build-ldap-demo: | build-ldap-demo: | ||||||
| 	docker build -t $(docker_repo)/kopano_ldap_demo ldap-demo/ | 	component=ldap_demo make build-simple | ||||||
| 
 | 
 | ||||||
| tag-container: component ?= base | tag-container: component ?= base | ||||||
| tag-container: | tag-container: | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user