Hello everyone!
I’m currently trying to build an image from equuleus branch using docker but it is failing in the section “Setting-up files”, where files located on “binary/live” aren’t available as error below
Setting interval between checks to 0 seconds
cp: cannot stat ‘binary/live/filesystem.squashfs’: No such file or directory
cp: cannot stat ‘binary/live/initrd.img’: No such file or directory
cp: cannot stat ‘binary/live/vmlinuz’: No such file or directory
Seems that I’m missing some step during the build creation and any insight would be very appreciated!
Below are the steps I’m using to build the image:
-
Download Docker image from branch equuleus
docker pull vyos/vyos:equuleus
-
Clone Github vyos-build branch
git clone -b equuleus --single-branch https://github.com/vyos/vyos-build
-
Run privileged container image inside vyos-build folder
cd vyos-build docker run --rm -it --privileged -v $(pwd):/vyos -w /vyos vyos/vyos-build:equuleus bash
-
Configuring build process
./configure --architecture amd64 --build-by "johndoe@test.com"
-
Building image
make vmware