How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "fnichol/openbsd-7.0"
config.vm.box_version = "20211105.1621.0"
end
vagrant init fnichol/openbsd-7.0 \
--box-version 20211105.1621.0
vagrant up
This version was created almost 2 years ago.
A minimal OpenBSD 7.0 image. OpenBSD is a security-focused, free and open-source, Unix-like operating system based on the Berkeley Software Distribution (BSD).