Skip to content

hajowieland/vagrant-amazonlinux2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-amazonlinux2

Vagrant Box (vmware_desktop) for Amazon Linux 2

Vagrant Cloud: hajowieland/amazonlinux2

Requirements

  • brew install gnu-sed jq wget
  • Vagrant Cloud account

Steps

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

Links