github.com/hashicorp/packer@v1.14.3/website/content/docs/builders/community-supported.mdx (about)

     1  ---
     2  description: |
     3    Community-supported builders are developed and maintained by third-parties and not HashiCorp. Use them with Packer to extend Packer functionality.
     4  page_title: Community-supported builders
     5  ---
     6  
     7  # Community-supported builders
     8  
     9  The following builders are developed and maintained by various members of the
    10  Packer community, not by HashiCorp. For more information on how to use community
    11  builders, refer to our docs on [extending Packer](/packer/docs/plugins/creation).
    12  
    13  - ARM builders
    14  
    15    - [packer-plugin-arm-image](https://github.com/solo-io/packer-plugin-arm-image): Lets you extend onto existing system images.
    16    - [packer-builder-arm](https://github.com/mkaczanowski/packer-builder-arm): Lets you extend or build new images with a variety of options, such as custom partition tables.
    17  
    18  - [Exoscale builder](https://github.com/exoscale/packer-plugin-exoscale) - Creates Exoscale custom templates based on a compute instance snapshot.
    19  
    20  - [Citrix XenServer/Citrix Hypervisor](https://github.com/xenserver/packer-builder-xenserver) - Plugin for creating [Citrix XenServer/Citrix Hypervisor](https://xenserver.org/) images from an ISO image or from an existing template.
    21  
    22  - [XCP-NG/Citrix XenServer/Citrix Hypervisor/Updated Fork](https://github.com/ddelnano/packer-plugin-xenserver) - Plugin for creating [XCP-NG/Citrix XenServer/Citrix Hypervisor](https://xcp-ng.org/) images from an ISO image or from an existing template. This is a fork of the orginal and reccomended by the developers of XCP-NG.