From dabeee671061e3145039b4bda2ab4ea2f7e90061 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 13 Apr 2022 07:22:19 +0200 Subject: [PATCH] L2SS-758: Stop building dependency we don't have --- docker-compose/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-compose/Makefile b/docker-compose/Makefile index d329b9bbb..64f51f70a 100644 --- a/docker-compose/Makefile +++ b/docker-compose/Makefile @@ -150,12 +150,10 @@ 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 --parallel --progress=plain $(SERVICE) build-nocache: ## rebuild images from scratch # 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 --no-cache --progress=plain $(SERVICE) up: minimal ## start the base TANGO system and prepare requested services -- GitLab