Skip to content

Commit b63f4d3

Browse files
committed
.. include image file name
1 parent 060a428 commit b63f4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile.include

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ docker-build-image-copy:
2222

2323
docker-build-common: docker-clean-build docker-pre-build
2424
@if [ -z "$$IMAGE" ]; then echo "ERROR: No IMAGE specified"; exit 1; fi
25-
@if [ "$(IMAGE)" = "$(VERSION)" ]; then echo "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"; exit 1; fi
25+
@if [ "$(IMAGE)" = "$(VERSION)" ]; then echo "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
2626
@echo "Building docker image using $(IMAGE) as $(REGISTRY)vr-$(VR_NAME):$(VERSION)"
2727
cp ../common/* docker/
2828
$(MAKE) IMAGE=$$IMAGE docker-build-image-copy

0 commit comments

Comments
 (0)