add community supported post-processor

This commit is contained in:
sylviamoss 2020-08-10 14:09:58 +02:00
parent d826711e7a
commit a447d151bb
4 changed files with 23 additions and 0 deletions

View file

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

View file

@ -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

View file

@ -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'

View file

@ -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.