From 5692d01d65f6321bb54ba0a6d5e9d855ba147ad0 Mon Sep 17 00:00:00 2001 From: Jaime Soriano Pastor Date: Tue, 4 Sep 2018 16:52:38 +0200 Subject: [PATCH] Force pull of images on `make start-environment` --- libbeat/scripts/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libbeat/scripts/Makefile b/libbeat/scripts/Makefile index 55d4fac51447..2c8d370242e4 100755 --- a/libbeat/scripts/Makefile +++ b/libbeat/scripts/Makefile @@ -377,6 +377,7 @@ build-image: write-environment # To use it for running the test, set ES_HOST and REDIS_HOST environment variable to the ip of your docker-machine. .PHONY: start-environment start-environment: stop-environment + ${DOCKER_COMPOSE} pull --include-deps ${DOCKER_COMPOSE} up -d .PHONY: stop-environment