Skip to content

Instantly share code, notes, and snippets.

@harrifeng
Forked from ivanoats/Bento Boxes.md
Created August 10, 2018 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harrifeng/c51798b321734a39d80ce297a21f18c3 to your computer and use it in GitHub Desktop.
Save harrifeng/c51798b321734a39d80ce297a21f18c3 to your computer and use it in GitHub Desktop.

Bento, a project by the same company that makes Chef, is a Packer-based project for building base boxes. Unlike http://vagrantbox.es, Bento just uses base operating systems from the manufacturers with no pre-installed software. All the boxes are hosted on S3 in the following format:

https://opscode-vm-bento.s3.amazonaws.com/vagrant/PROVIDER/opscode_OS-VERSION_chef-provisionerless.box

For example, Ubuntu 13.04 lives here for VirtualBox:

https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-13.04_chef-provisionerless.box

And the VMWare equivalent box lives:

https://opscode-vm-bento.s3.amazonaws.com/vagrant/vmware/opscode_ubuntu-12.04_chef-provisionerless.box

For a full list of Bento boxes, see the VirtualBox and VMWare sections of the Bento README on GitHub

@harrifeng
Copy link
Author

在中国大陆,bento image的可下载功能特别重要

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment