Merge pull request #9738 from hashicorp/community_pp

Add community supported post-processors
This commit is contained in:
Megan Marsh 2020-08-10 09:24:04 -07:00 committed by GitHub
commit c0757a1bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.