Skip to content

Commit

Permalink
Pull the SONiC image for all flavors except for the Cumulus flavor (#207
Browse files Browse the repository at this point in the history
)
  • Loading branch information
robertvolkmann authored Jan 7, 2025
1 parent f53e2ea commit 5d2b188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 5d2b188

Please sign in to comment.