mirror of https://github.com/hashicorp/packer
parent
0c2fba089d
commit
de360df259
@ -0,0 +1,16 @@
|
||||
---
|
||||
description: |
|
||||
Community-maintained builders are not part of the core Packer binary, but
|
||||
can run alongside Packer with minimal extra effort.
|
||||
layout: docs
|
||||
page_title: 'Community - Builders'
|
||||
sidebar_current: 'docs-builders-community'
|
||||
---
|
||||
|
||||
# Community Builders
|
||||
|
||||
The following builders are developed and maintained by various members of the
|
||||
Packer community, not by HashiCorp. For more information on how to use community
|
||||
builders, see our docs on [extending Packer](/docs/extending/index.html).
|
||||
|
||||
<%= partial "partials/builders/community_builders" %>
|
||||
@ -0,0 +1,16 @@
|
||||
---
|
||||
description: |
|
||||
Community-maintained provisioners are not part of the core Packer binary, but
|
||||
can run alongside Packer with minimal extra effort.
|
||||
layout: docs
|
||||
page_title: 'Community - Provisioners'
|
||||
sidebar_current: 'docs-provisioners-community'
|
||||
---
|
||||
|
||||
# Community Provisioners
|
||||
|
||||
The following provisioners are developed and maintained by various members of the
|
||||
Packer community, not by HashiCorp. For more information on how to use community
|
||||
provisioners, see our docs on [extending Packer](/docs/extending/index.html).
|
||||
|
||||
<%= partial "partials/provisioners/community_provisioners" %>
|
||||
@ -0,0 +1,11 @@
|
||||
### Community Builders
|
||||
|
||||
- [ARM builder](https://github.com/solo-io/packer-builder-arm-image) - A builder
|
||||
for creating ARM images
|
||||
|
||||
- [vSphere builder](https://github.com/jetbrains-infra/packer-builder-vsphere) -
|
||||
A builder for interacting directly with the vSphere API rather than the esx
|
||||
host directly.
|
||||
|
||||
- [Vultr builder](https://github.com/vultr/packer-builder-vultr) - A builder
|
||||
for creating [Vultr](https://www.vultr.com/) snapshots.
|
||||
@ -0,0 +1,9 @@
|
||||
### Community Provisioners
|
||||
|
||||
- [Comment Provisioner](https://github.com/SwampDragons/packer-provisioner-comment) -
|
||||
Example provisioner that allows you to annotate your build with bubble-text
|
||||
comments.
|
||||
|
||||
- [Windows Update provisioner](https://github.com/rgl/packer-provisioner-windows-update) -
|
||||
A provisioner for gracefully handling windows updates and the reboots they
|
||||
cause.
|
||||
Loading…
Reference in new issue