Merge pull request #9738 from hashicorp/community_pp
Add community supported post-processors
This commit is contained in:
commit
c0757a1bba
|
@ -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…
Reference in New Issue