mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-26 01:34:00 -04:00
* feat: extract `/plugins` Co-authored-by: Zachary Shilton <[email protected]> Co-authored-by: Adrien Delorme <[email protected]>
26 lines
753 B
Plaintext
26 lines
753 B
Plaintext
---
|
|
description: |
|
|
Plugins are installable components of Packer
|
|
page_title: Packer plugins
|
|
---
|
|
|
|
# Packer plugins
|
|
|
|
Packer Plugins allow new functionality to be added to Packer without modifying
|
|
the core source code. Packer plugins are able to add new components to Packer,
|
|
such as builders, provisioners, post-processors, and data sources.
|
|
|
|
This page documents how to use plugins.
|
|
|
|
If you're interested in developing plugins, see the [developing
|
|
plugins](/docs/plugins/creation#developing-plugins) page.
|
|
|
|
On the left hand side of this page, you can find the available Packer plugins,
|
|
not all of them are 'official'.
|
|
|
|
@include "plugins/how-plugins-work.mdx"
|
|
|
|
@include "plugins/plugin-tiers-and-namespaces.mdx"
|
|
|
|
@include "plugins/installing-plugins.mdx"
|