You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@if [ -z"$$IMAGE" ];thenecho"ERROR: No IMAGE specified";exit 1;fi
31
-
@if [ "$(IMAGE)"="$(VERSION)" ];thenecho"ERROR: Incorrect version string ($(IMAGE)). The regexp for extracting version information is likely incorrect, check the regexp in the Makefile or open an issue at https://github.com/plajjan/vrnetlab/issues/new including the image file name you are using.";exit 1;fi
31
+
@if [ "$(IMAGE)"="$(VERSION)" ];thenecho"ERROR: Incorrect version string ($(IMAGE)). The regexp for extracting version information is likely incorrect, check the regexp in the Makefile or open an issue at https://github.com/hellt/vrnetlab/issues/new including the image file name you are using.";exit 1;fi
32
32
@echo "Building docker image using $(IMAGE) as $(REGISTRY)vr-$(VR_NAME):$(VERSION)"
0 commit comments