add community page
This commit is contained in:
parent
488767bc25
commit
84b8103df7
|
@ -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.
|
|
@ -101,6 +101,7 @@
|
|||
<li><a href="/docs/other/core-configuration.html">Core Configuration</a></li>
|
||||
<li><a href="/docs/other/debugging.html">Debugging</a></li>
|
||||
<li><a href="/docs/other/environmental-variables.html">Environmental Variables</a></li>
|
||||
<li><a href="/docs/other/community.html">Community Projects</a></li>
|
||||
</ul>
|
||||
<ul>
|
||||
<li>
|
||||
|
|
Loading…
Reference in New Issue