Skip to content
Snippets Groups Projects
Commit db5cd9e4 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-466: Build docker images in parallel to speed up

parent 02c11821
No related branches found
No related tags found
1 merge request!169L2SS-466: Introduce separate LOG_HOSTNAME to send logs to, representing the...
...@@ -136,7 +136,7 @@ pull: ## pull the images from the Docker hub ...@@ -136,7 +136,7 @@ pull: ## pull the images from the Docker hub
build: ## rebuild images build: ## rebuild images
# docker-compose does not support build dependencies, so manage those here # 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 -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 build-nocache: ## rebuild images from scratch
# docker-compose does not support build dependencies, so manage those here # docker-compose does not support build dependencies, so manage those here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment