Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got empty VERSION for vEOS-lab-4.23.0.1F.vmdk #214

Open
packerliu opened this issue Nov 29, 2019 · 0 comments
Open

Got empty VERSION for vEOS-lab-4.23.0.1F.vmdk #214

packerliu opened this issue Nov 29, 2019 · 0 comments

Comments

@packerliu
Copy link

Trying this version, but the VERSION is empty.
If I hard code as VERSION=4.23.0.1F, it works fine.
See below:

$ make
Makefile:18: warning: overriding commands for target docker-pre-build' ../makefile.include:18: warning: ignoring old commands for target docker-pre-build'
for IMAGE in vEOS-lab-4.23.0.1F.vmdk; do
echo "Making $IMAGE";
/Applications/Xcode.app/Contents/Developer/usr/bin/make IMAGE=$IMAGE docker-build;
done
Making vEOS-lab-4.23.0.1F.vmdk
Makefile:18: warning: overriding commands for target docker-pre-build' ../makefile.include:18: warning: ignoring old commands for target docker-pre-build'
rm -f docker/.qcow2 docker/.tgz docker/.vmdk docker/*.iso
cp *.iso docker/
ERROR: Incorrect version string (vEOS-lab-4.23.0.1F.vmdk). 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.
make[1]: *** [docker-build-common] Error 1
make: *** [docker-image] Error 2
$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant