From db5cd9e41ec6f65ad0fa8c0e31c0d50770b13b7c Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Thu, 28 Oct 2021 11:22:10 +0200 Subject: [PATCH] L2SS-466: Build docker images in parallel to speed up --- docker-compose/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/Makefile b/docker-compose/Makefile index 5ff69d0ee..d85ff1df8 100644 --- a/docker-compose/Makefile +++ b/docker-compose/Makefile @@ -136,7 +136,7 @@ pull: ## pull the images from the Docker hub build: ## rebuild images # docker-compose does not support build dependencies, so manage those here $(DOCKER_COMPOSE_ARGS) docker-compose -f lofar-device-base.yml -f networks.yml build --progress=plain - $(DOCKER_COMPOSE_ARGS) docker-compose $(COMPOSE_FILE_ARGS) build --progress=plain $(SERVICE) + $(DOCKER_COMPOSE_ARGS) docker-compose $(COMPOSE_FILE_ARGS) build --parallel --progress=plain $(SERVICE) build-nocache: ## rebuild images from scratch # docker-compose does not support build dependencies, so manage those here -- GitLab