-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8462 from mkaczanowski/master
update documentation for arm images builder
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
### Community Builders | ||
|
||
- [ARM builder](https://github.com/solo-io/packer-builder-arm-image) - A builder | ||
for creating ARM images | ||
- ARM builders | ||
* [packer-builder-arm-image](https://github.com/solo-io/packer-builder-arm-image) - simple builder lets you extend on existing system images. | ||
* [packer-builder-arm](https://github.com/mkaczanowski/packer-builder-arm) - flexible builder lets you extend or build images from scratch with variety of options (ie. custom partition table). | ||
|
||
- [vSphere builder](https://github.com/jetbrains-infra/packer-builder-vsphere) - | ||
A builder for interacting directly with the vSphere API rather than the esx | ||
host directly. | ||
|
||
- [Vultr builder](https://github.com/vultr/packer-builder-vultr) - A builder | ||
for creating [Vultr](https://www.vultr.com/) snapshots. | ||
for creating [Vultr](https://www.vultr.com/) snapshots. |