Page MenuHomeVyOS Platform

Build Azure image by follow offical build instruction Error
Closed, WontfixPublic

Description

Hi Guys,
After following the instructions on the user guide , I build azure image with error and after upload on azure, it failed to work.

docker pull vyos/vyos-build:equuleus
git clone -b equuleus --single-branch https://github.com/vyos/vyos-build
cd vyos-build
docker run --rm -it --privileged -v $(pwd):/vyos -w /vyos vyos/vyos-build:equuleus bash
./configure --architecture amd64 --build-by "[email protected]"
make azure
Allocating group tables: done
Writing inode tables: done
Creating journal (16384 blocks): done
Writing superblocks and filesystem accounting information: done

Allocating group tables: done
Writing inode tables: done
Creating journal (16384 blocks): done
Writing superblocks and filesystem accounting information: done

tune2fs 1.44.5 (15-Dec-2018)
Setting interval between checks to 0 seconds
cp: cannot stat 'binary/live/initrd.img': No such file or directory
cp: cannot stat 'binary/live/vmlinuz': No such file or directory
Installing for i386-pc platform.
Installation finished. No error reported.
Finished.

sudo make iso or sudo make qemu are fine. but only make azure has error like these.

Details

Difficulty level
Unknown (require assessment)
Version
1.3.1S1 release
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Unspecified (please specify)

Event Timeline

dongjunbo created this object in space S1 VyOS Public.
dongjunbo updated the task description. (Show Details)
Viacheslav claimed this task.