How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "pfribeiro/cyphyassure-arm64"
config.vm.box_version = "202305.27.02"
end
vagrant init pfribeiro/cyphyassure-arm64 \
--box-version 202305.27.02
vagrant up
This version was created 6 months ago.
Initial version.