How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "terrywang/archlinux"
config.vm.box_version = "3.21.0225"
end
vagrant init terrywang/archlinux \
--box-version 3.21.0225
vagrant up
This version was created almost 3 years ago.
Bump version to v3.21.0225 25 February 2021 release
Always up-to-date Arch Linux x86_64 base box for various purposes, with many customisation and built with love ;-D
See => archlinux-x86_64 @ GitHub for details.