项目作者: hajowieland

项目描述 :
Vagrant Box (vmware_desktop) for Amazon Linux 2
高级语言: Makefile
项目地址: git://github.com/hajowieland/vagrant-amazonlinux2.git
创建时间: 2020-04-01T19:53:07Z
项目社区:https://github.com/hajowieland/vagrant-amazonlinux2

开源协议:MIT License

下载


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