Recommended Version of veewee to build boxes

Discussion in 'Parallels Provider for Vagrant' started by MikeS1, Feb 12, 2015.

  1. MikeS1

    MikeS1 Bit poster

    Messages:
    1
    Is there a recommended version of veewee to use to build vagrant parallels provider boxes?
     
  2. We recommend to use Packer instead of Veewee to build your custom boxes: https://packer.io/
    Our official boxes are based on these templates: https://github.com/chef/bento
    Usage example:
    Code:
    git clone https://github.com/chef/bento.git
    cd ./bento/packer
    packer build -only=parallels-iso centos-7.0-x86_64.json
     

Share This Page