mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
* Adding check-legacy-links-format workflow * Adding test-link-rewrites workflow * Migrating links to new format * Updating docs-content-check-legacy-links-format hash * chore: update source * Update generated partials from Packer plugin SDK * Bump packer-plugin-sdk to get latest packer-sdc * Update website/content/docs/templates/hcl_templates/blocks/build/provisioner.mdx * Update Plugin SDK to fix shell-local regression --------- Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com> Co-authored-by: Wilken Rivera <wilken@hashicorp.com> Co-authored-by: Kendall Strautman <36613477+kendallstrautman@users.noreply.github.com>
15 lines
587 B
Text
15 lines
587 B
Text
---
|
|
description: |
|
|
Packer is extensible, allowing you to write new builders without having to
|
|
modify the core source code of Packer itself. Documentation for creating new
|
|
builders is covered in the custom builders page of the Packer plugin section.
|
|
page_title: Custom - Builders
|
|
---
|
|
|
|
# Custom Builder
|
|
|
|
Packer is extensible, allowing you to write new builders without having to
|
|
modify the core source code of Packer itself. Documentation for creating new
|
|
builders is covered in the [custom
|
|
builders](/packer/docs/plugins/creation/custom-builders) page of the Packer plugin
|
|
section.
|