hellt / vrnetlab

Make VM-based Network OSes run in Containerlab
https://containerlab.dev
MIT License
129 stars 88 forks source link

Adding VR_NAME otherwise it will not build #267

Closed sonicepk closed 1 month ago

sonicepk commented 1 month ago

VR_NAME is not defined in the Make file. The docker build will fail as the image tag "-t $(REGISTRY)vr-$(VR_NAME):$(VERSION)" requires VR_NAME to be defined.