github.com/mmcquillan/packer@v1.1.1-0.20171009221028-c85cf0483a5d/website/source/downloads-community.html.md (about)

     1  ---
     2  layout: "downloads"
     3  page_title: "Download Packer Community Projects"
     4  sidebar_current: "downloads-community"
     5  description: |-
     6    Packer has a vibrant community of contributors who have built a number of
     7    great tools on top of Packer. There are also quite a few projects
     8    demonstrating the power of Packer templates.
     9  ---
    10  
    11  # Download Community Projects
    12  
    13  Packer has a vibrant community of contributors who have built a number of great
    14  tools on top of Packer. There are also quite a few projects demonstrating the
    15  power of Packer templates.
    16  
    17  ## Templates
    18  
    19  - [bento](https://github.com/chef/bento) - Packer templates for building minimal
    20    Vagrant base boxes
    21  
    22  - [boxcutter](https://github.com/boxcutter) - Community-driven templates and
    23    tools for creating cloud, virtual machines, containers and metal operating
    24    system environments
    25  
    26  - [packer-build](https://github.com/tylert/packer-build) - Build fresh Debian
    27    and Ubuntu virtual machine images for Vagrant, VirtualBox and QEMU
    28  
    29  - [packer-windows](https://github.com/joefitzgerald/packer-windows) - Windows
    30    Packer Templates
    31  
    32  - [packer-baseboxes](https://github.com/taliesins/packer-baseboxes) - Templates
    33    for packer to build base boxes
    34  
    35  - [packer-ubuntu](https://github.com/cbednarski/packer-ubuntu) - Ubuntu LTS
    36    Virtual Machines for Vagrant
    37  
    38  ## Wrappers
    39  
    40  - [packer-config](https://github.com/ianchesal/packer-config) - a Ruby model that lets you build Packer configurations in Ruby
    41  
    42  - [racker](https://github.com/aspring/racker) - an opinionated Ruby DSL for generating Packer templates
    43  
    44  - [packerlicious](https://github.com/mayn/packerlicious) - a python library for generating Packer templates
    45  
    46  ## Other
    47  
    48  - [suitcase](https://github.com/tmclaugh/suitcase) - Packer based build system for CentOS OS images
    49  
    50  ## Community Maintained Plugins
    51  
    52  The following plugins (i.e. Builders, Provisioners, and Post-Processors) are
    53  maintained by HashiCorp. Any plugins not on this list are maintained by the
    54  community, and not actively contributed to by HashiCorp, although they are
    55  still distributed with Packer.
    56  
    57  ### Builders
    58  
    59  - Amazon EC2
    60  - Azure
    61  - Docker
    62  - Google Cloud
    63  - VMware
    64  - VirtualBox
    65  
    66  ### Provisioners
    67  
    68  - File
    69  - PowerShell
    70  - Shell
    71  - Windows Restart
    72  - Windows Shell
    73  
    74  ### Post-Processors
    75  
    76  - Amazon Import
    77  - Artifice
    78  - Atlas
    79  - Docker
    80  - Local Shell
    81  - Manifest
    82  - Vagrant
    83  - Vagrant Cloud