Merge pull request #4759 from mitchellh/comcore
call out community vs core plugins
This commit is contained in:
commit
f661a727c1
|
@ -44,3 +44,37 @@ power of Packer templates.
|
||||||
## Other
|
## Other
|
||||||
|
|
||||||
- [suitcase](https://github.com/tmclaugh/suitcase) - Packer based build system for CentOS OS images
|
- [suitcase](https://github.com/tmclaugh/suitcase) - Packer based build system for CentOS OS images
|
||||||
|
|
||||||
|
## Community Maintained Plugins
|
||||||
|
|
||||||
|
The following plugins are maintained by HashiCorp. Any plugins not on this list
|
||||||
|
are maintained by the community, and not actively contributed to by HashiCorp,
|
||||||
|
although they are still distributed with Packer.
|
||||||
|
|
||||||
|
### Builders
|
||||||
|
|
||||||
|
- Amazon EC2
|
||||||
|
- Azure
|
||||||
|
- Docker
|
||||||
|
- Google Cloud
|
||||||
|
- VMWare
|
||||||
|
- VirtualBox
|
||||||
|
|
||||||
|
### Provisioners
|
||||||
|
|
||||||
|
- File
|
||||||
|
- PowerShell
|
||||||
|
- Shell
|
||||||
|
- Windows Restart
|
||||||
|
- Windows Shell
|
||||||
|
|
||||||
|
### Post-Processors
|
||||||
|
|
||||||
|
- Amazon Import
|
||||||
|
- Artifice
|
||||||
|
- Atlas
|
||||||
|
- Docker
|
||||||
|
- Local Shell
|
||||||
|
- Manifest
|
||||||
|
- Vagrant
|
||||||
|
- Vagrant Cloud
|
||||||
|
|
Loading…
Reference in New Issue