add a section detailing some third party plugins I know about to the website
This commit is contained in:
parent
5061c3eb73
commit
9df9ffbc06
|
@ -14,6 +14,26 @@ Packer has a vibrant community of contributors who have built a number of great
|
||||||
tools on top of Packer. There are also quite a few projects demonstrating the
|
tools on top of Packer. There are also quite a few projects demonstrating the
|
||||||
power of Packer templates.
|
power of Packer templates.
|
||||||
|
|
||||||
|
## Third-Party plugins
|
||||||
|
|
||||||
|
- [ARM builder](https://github.com/solo-io/packer-builder-arm-image) - A builder
|
||||||
|
for creating ARM images
|
||||||
|
|
||||||
|
- [Comment Provisioner](https://github.com/SwampDragons/packer-provisioner-comment) -
|
||||||
|
Example provisioner that allows you to annotate your build with bubble-text
|
||||||
|
comments.
|
||||||
|
|
||||||
|
- [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.
|
||||||
|
|
||||||
|
- [Windows Update provisioner](https://github.com/rgl/packer-provisioner-windows-update) -
|
||||||
|
A provisioner for gracefully handling windows updates and the reboots they
|
||||||
|
cause.
|
||||||
|
|
||||||
## Templates
|
## Templates
|
||||||
|
|
||||||
- [bento](https://github.com/chef/bento) - Packer templates for building minimal
|
- [bento](https://github.com/chef/bento) - Packer templates for building minimal
|
||||||
|
|
Loading…
Reference in New Issue