1
0
mirror of https://github.com/zokradonh/kopano-docker synced 2025-06-07 16:06:14 +00:00

add build-simple

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels 2019-02-09 09:12:23 +01:00
parent 72846074d6
commit db7d042599
5 changed files with 9 additions and 5 deletions

View File

@ -47,6 +47,10 @@ build:
--build-arg ADDITIONAL_KOPANO_WEBAPP_PLUGINS="$(ADDITIONAL_KOPANO_WEBAPP_PLUGINS)" \
-t $(docker_repo)/kopano_$(component) $(component)/
build-simple: component ?= ssl
build-simple:
docker build -t $(docker_repo)/kopano_$(component) $(component)/
build-base:
component=base make build
@ -63,19 +67,19 @@ build-zpush:
component=zpush make build
build-ssl:
docker build -t $(docker_repo)/kopano_ssl ssl/
component=ssl make build-simple
build-web:
docker build -t $(docker_repo)/kopano_web web/
component=web make build-simple
build-konnect:
docker build -t $(docker_repo)/kopano_konnect konnect/
component=konnect make build-simple
build-playground:
docker build -t $(docker_repo)/kopano_playground playground/
component=playground make build-simple
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: