From 13c0783d943a13723a2535296cc809b6a56a109d Mon Sep 17 00:00:00 2001 From: Robert Volkmann Date: Thu, 19 Dec 2024 21:22:16 +0100 Subject: [PATCH] Pull the SONiC image for all flavors except for the Cumulus flavor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 63fd636..5e8220a 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ partition: partition-bake .PHONY: partition-bake partition-bake: external_network docker pull $(MINI_LAB_VM_IMAGE) -ifeq ($(MINI_LAB_FLAVOR),sonic) +ifneq ($(MINI_LAB_FLAVOR),cumulus) docker pull $(MINI_LAB_SONIC_IMAGE) endif @if ! sudo $(CONTAINERLAB) --topo $(LAB_TOPOLOGY) inspect | grep -i leaf01 > /dev/null; then \