mirror of
https://github.com/zokradonh/kopano-docker
synced 2025-06-06 23:46:24 +00:00
remove --pull again from Makefile (#162)
doing docker build --pull messes with chained builds (base -> php -> webapp) Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
parent
e4b391be4f
commit
b1b04859dc
2
Makefile
2
Makefile
@ -42,7 +42,6 @@ ifdef TRAVIS
|
||||
docker pull $(docker_repo)/kopano_$(component):builder || true
|
||||
endif
|
||||
docker build \
|
||||
--pull \
|
||||
--build-arg docker_repo=${docker_repo} \
|
||||
--build-arg KOPANO_CORE_VERSION=${core_download_version} \
|
||||
--build-arg KOPANO_$(COMPONENT)_VERSION=${$(component)_download_version} \
|
||||
@ -102,6 +101,7 @@ endif
|
||||
-t $(docker_repo)/kopano_$(component):builder $(component)/
|
||||
|
||||
build-base:
|
||||
docker pull debian:stretch
|
||||
component=base make build
|
||||
|
||||
build-core: build-base
|
||||
|
Loading…
x
Reference in New Issue
Block a user