github.com/jerryclinesmith/packer@v0.3.7/website/source/docs/builders/custom.html.markdown (about) 1 --- 2 layout: "docs" 3 --- 4 5 # Custom Builder 6 7 Packer is extensible, allowing you to write new builders without having to 8 modify the core source code of Packer itself. Documentation for creating 9 new builders is covered in the [custom builders](/docs/extend/builder.html) 10 page of the Packer plugin section.