This was on a different post, never answered, and then auto closed. Not sure why open issues are just auto closed with “New replies are no longer allowed.”
I built the iso, build the qemu image, and then ran:
docker run --rm -it --privileged -v $(pwd):/vyos -w /vyos vyos-builder sudo make openstack
The build appears to build but I do not see the image, either and raw or qemu file. The following is the tail of the above docker command:
(Reading database ... 61728 files and directories currently installed.) (Reading database ...
Removing zsync (0.6.2-1) ...
[2019-09-07 15:35:12] lb chroot_apt remove
P: Deconfiguring file /etc/apt/apt.conf
[2019-09-07 15:35:12] lb chroot_hostname remove
P: Deconfiguring file /etc/hostname
P: Deconfiguring file /bin/hostname
[2019-09-07 15:35:12] lb chroot_resolv remove
P: Deconfiguring file /etc/resolv.conf
[2019-09-07 15:35:12] lb chroot_hosts remove
P: Deconfiguring file /etc/hosts
[2019-09-07 15:35:12] lb chroot_sysv-rc remove
P: Deconfiguring file /usr/sbin/policy-rc.d
[2019-09-07 15:35:12] lb chroot_dpkg remove
P: Deconfiguring file /sbin/start-stop-daemon
[2019-09-07 15:35:13] lb chroot_debianchroot remove
P: Deconfiguring file /etc/debian_chroot
[2019-09-07 15:35:13] lb chroot_sysfs remove
P: Begin unmounting /sys...
[2019-09-07 15:35:13] lb chroot_selinuxfs remove
P: Begin unmounting /sys/fs/selinux...
[2019-09-07 15:35:13] lb chroot_proc remove
P: Begin unmounting /proc...
[2019-09-07 15:35:13] lb chroot_devpts remove
P: Begin unmounting /dev/pts...
P: Begin unmounting filesystems...
P: Saving caches...
Reading package lists...
Building dependency tree...
Reading state information...
[2019-09-07 15:35:17] lb source
Why does this not build not produce a qcow2 or raw format image for Openstack?