How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "terrywang/archlinux"
config.vm.box_version = "3.20.0518"
end
vagrant init terrywang/archlinux \
--box-version 3.20.0518
vagrant up
This version was created over 2 years ago.
Bump version to v3.20.0518 18 May 2020 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.