diff --git a/website/source/docs/other/community.html.md b/website/source/docs/other/community.html.md new file mode 100644 index 000000000..936357694 --- /dev/null +++ b/website/source/docs/other/community.html.md @@ -0,0 +1,34 @@ +--- +description: | + Packer community project index. +layout: docs +page_title: Packer Community +... + +# Community Projects + +Packer has a vibrant community of contributers who have built a number of great +tools on top of Packer. There are also quite a few projects demonstrating the +power of Packer templates. This is an incomplete list. + +## Templates + +* **https://github.com/boxcutter -** Community-driven templates and tools for + creating cloud, virtual machines, containers and metal operating system + environments. +* **https://github.com/tylert/packer-build -** These Packer templates and + associated files may be used to build fresh Debian and Ubuntu virtual machine + images for Vagrant, VirtualBox and QEMU. +* **https://github.com/chef/bento -** Packer templates for building minimal Vagrant baseboxes. +* **https://github.com/joefitzgerald/packer-windows -** Windows Packer Templates. +* **https://github.com/taliesins/packer-baseboxes -** Templates for packer to build base boxes. +* **https://github.com/cbednarski/packer-ubuntu -** Ubuntu LTS Virtual Machines for Vagrant + +## Wrappers + +* **[packer-config](https://github.com/ianchesal/packer-config) -** A Ruby model that lets you build Packer configurations in Ruby. +* **[racker](https://github.com/aspring/racker) -** Racker is an opinionated Ruby DSL for generating Packer templates. + +## Other + +* **[suitcase](https://github.com/tmclaugh/suitcase) -** Packer based build system for CentOS OS images. diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index b1d250798..a2f17e297 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -101,6 +101,7 @@