From 02867bc408dfa7f6e928d10215cd006db40beb36 Mon Sep 17 00:00:00 2001 From: Don Khan Date: Mon, 27 Jan 2025 08:59:04 -0500 Subject: [PATCH] Add --pull. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe5ebc3..8f3bd01 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ test: .PHONY: podman podman: download-csm-common $(eval include csm-common.mk) - podman build $(NOCACHE) -t csm-metrics-powerstore -f Dockerfile --build-arg BASEIMAGE=$(CSM_BASEIMAGE) --build-arg GOIMAGE=$(DEFAULT_GOIMAGE) . + podman build --pull $(NOCACHE) -t csm-metrics-powerstore -f Dockerfile --build-arg BASEIMAGE=$(CSM_BASEIMAGE) --build-arg GOIMAGE=$(DEFAULT_GOIMAGE) . .PHONY: podman-no-cache podman-no-cache: