github.com/yoctocloud/packer@v0.6.2-0.20160520224004-e11a0a18423f/website/source/docs/builders/custom.html.md (about) 1 --- 2 description: | 3 Packer is extensible, allowing you to write new builders without having to 4 modify the core source code of Packer itself. Documentation for creating new 5 builders is covered in the custom builders page of the Packer plugin section. 6 layout: docs 7 page_title: Custom Builder 8 ... 9 10 # Custom Builder 11 12 Packer is extensible, allowing you to write new builders without having to 13 modify the core source code of Packer itself. Documentation for creating new 14 builders is covered in the [custom builders](/docs/extend/builder.html) page of 15 the Packer plugin section.