|
|
|
|
@ -330,6 +330,16 @@ This is done by adding the block below for the respective plugin to the file [do
|
|
|
|
|
|
|
|
|
|
### Plugin Development Tips and FAQs
|
|
|
|
|
|
|
|
|
|
#### Working Examples
|
|
|
|
|
|
|
|
|
|
Here's a non exaustive list of Packer plugins that you can check out:
|
|
|
|
|
|
|
|
|
|
* [github.com/hashicorp/packer-plugin-docker](https://github.com/hashicorp/packer-plugin-docker)
|
|
|
|
|
* [github.com/exoscale/packer-plugin-exoscale](https://github.com/exoscale/packer-plugin-exoscale)
|
|
|
|
|
* [github.com/sylviamoss/packer-plugin-comment](https://github.com/sylviamoss/packer-plugin-comment)
|
|
|
|
|
|
|
|
|
|
Looking at their code will give you good examples.
|
|
|
|
|
|
|
|
|
|
#### Naming Conventions
|
|
|
|
|
|
|
|
|
|
It is standard practice to name the resulting plugin application in the format
|
|
|
|
|
|