Vagrant Box (vmware_desktop) for Amazon Linux 2
Vagrant Cloud: hajowieland/amazonlinux2
brew install gnu-sed jq wget
- Vagrant Cloud account
- Create a Vagrant Cloud API Token and put in the Makefile at
ACCESS_TOKEN
(or export it as Environment Variable) - Create a new Box at Vagrant Cloud
- Create a new Version for this Box More info and put in the Makefile at
BOX_VERSION
- Add a provider for the Version and choose e.g. vmware_desktop
- Set the
VERSION
in Makefile to the VMware Amazon Linux 2 image at: https://cdn.amazonlinux.com/os-images/2.0.20200304.0/vmware/ - Run
make all
- Release the version More Info