add community supported post-processor

pull/9738/head
sylviamoss 6 years ago
parent d826711e7a
commit a447d151bb

@ -278,6 +278,7 @@ export default [
'vsphere-template',
'yandex-export',
'yandex-import',
'community-supported',
],
},
'----------',

@ -30,6 +30,8 @@ contribution here!
@include "provisioners/community_provisioners.mdx"
@include "post-processors/community_post-processors.mdx"
## Templates
- [bento](https://github.com/chef/bento) - Packer templates for building minimal

@ -0,0 +1,16 @@
---
description: |
Community-maintained post-processors are not part of the core Packer binary, but
can run alongside Packer with minimal extra effort.
layout: docs
page_title: Community - Post-Processors
sidebar_title: Community-Supported
---
# Community Post-Processors
The following post-processors are developed and maintained by various members of the
Packer community, not by HashiCorp. For more information on how to use community
post-processors, see our docs on [extending Packer](/docs/extending).
@include 'post-processors/community_post-processors.mdx'

@ -0,0 +1,4 @@
### Community Post-Processors
- [Exoscale Import](https://github.com/exoscale/packer-post-processor-exoscale-import) -
Import a builder artifact as a new Exoscale Compute instance template.
Loading…
Cancel
Save