Skip to content

Using the Bento binary to build publish boxes

Tim Smith edited this page Oct 22, 2019 · 3 revisions

Using the Bento binary to build publish boxes

The Bento project is a collection of Packer templates that can be run with just Packer, but we also ship a Ruby binary to aid in building and publishing multiple boxes.

Bundle install:

$ bundle install

To build multiple templates for all providers (VirtualBox, VMware, Parallels, etc):

$ bundle exec bento build ubuntu-16.04-amd64 ubuntu-16.04-i386

To build a box for a single provider:

$ bundle exec bento build --only=virtualbox-iso ubuntu-16.04-amd64
Clone this wiki locally