From 84b8103df73625eaab0a8413d589e0be8c2d3611 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Fri, 10 Feb 2017 20:10:49 -0800 Subject: [PATCH] add community page --- website/source/docs/other/community.html.md | 34 +++++++++++++++++++++ website/source/layouts/docs.erb | 1 + 2 files changed, 35 insertions(+) create mode 100644 website/source/docs/other/community.html.md 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 @@
  • Core Configuration
  • Debugging
  • Environmental Variables
  • +
  • Community Projects