mirror of https://github.com/hashicorp/packer
parent
75111e49e9
commit
e9c17fc07c
@ -0,0 +1,42 @@
|
||||
---
|
||||
layout: "community"
|
||||
page_title: "Community Maintained Plugins"
|
||||
sidebar_current: "community-plugins"
|
||||
description: |-
|
||||
Packer maintains these core plugins.
|
||||
---
|
||||
|
||||
# Community Maintained Plugins
|
||||
|
||||
The following plugins (i.e. Builders, Provisioners, and Post-Processors) are
|
||||
maintained by HashiCorp. Any plugins not on this list are maintained by the
|
||||
community, and not actively contributed to by HashiCorp, although they are
|
||||
still distributed with Packer.
|
||||
|
||||
## Builders
|
||||
|
||||
- Amazon EC2
|
||||
- Azure
|
||||
- Docker
|
||||
- Google Cloud
|
||||
- VMware
|
||||
- VirtualBox
|
||||
|
||||
## Provisioners
|
||||
|
||||
- File
|
||||
- PowerShell
|
||||
- Shell
|
||||
- Windows Restart
|
||||
- Windows Shell
|
||||
|
||||
## Post-Processors
|
||||
|
||||
- Amazon Import
|
||||
- Artifice
|
||||
- Atlas
|
||||
- Docker
|
||||
- Local Shell
|
||||
- Manifest
|
||||
- Vagrant
|
||||
- Vagrant Cloud
|
||||
@ -0,0 +1,19 @@
|
||||
<% wrap_layout :inner do %>
|
||||
<% content_for :sidebar do %>
|
||||
<div class="docs-sidebar hidden-print affix-top" role="complementary">
|
||||
<ul class="nav docs-sidenav">
|
||||
<li<%= sidebar_current("community-index") %>>
|
||||
<a href="/community.html">Community</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("community-tools") %>>
|
||||
<a href="/community-tools.html">Community Tools</a>
|
||||
</li>
|
||||
<li<%= sidebar_current("community-plugins") %>>
|
||||
<a href="/community-plugins.html">Community Maintained Plugins</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
<%= yield %>
|
||||
<% end %>
|
||||
Loading…
Reference in new issue