Hi, you can use packet-vyos and build a golden image with newer zabbix or any other package or customization. You can use a vyos.iso as input, LTS or rolling release.
https://github.com/robertoberto/packer-vyos
I finished the packer-vyos builder: https://github.com/robertoberto/packer-vyos
It runs in two stages:
vyos-image1.pkr.hcl: Uses vyos.iso as the source and builds vyos.qcow2 as the output. It installs using the VyOS installer.
vyos-image2.pkr.hcl: Boots using the previous vyos.qcow2 and customizes the VyOS image.
Some features:
cloud-init
apt install
GRUB serial configuration
qemu-guest-agent installation
Custom VyOS configuration
I am currently testing and cleaning up the build. You can …