packer-examples-for-vsphere
packer-examples-for-vsphere copied to clipboard
Packer Examples for vSphere
### Code of Conduct - [X] I have read and agree to the project's Code of Conduct. ### Description Please add support for `iso_url` in builder configuration blocks for each...
## Summary of Pull Request Add support for HCP Packer in Packer builds and usage examples with Terraform. ## Type of Pull Request - [ ] This is a bugfix....
### Discussed in https://github.com/vmware-samples/packer-examples-for-vsphere/discussions/230 Add the option to enable integration with support HCP Packer. ### Potential Configuration ```hcl build { dynamic "hcp_packer_registry" { for_each = var.common_hcp_enabled == true ? [1]...
> **Note** > > PR template updated by @tenthirtyam. ## Summary of Pull Request With this pull request, I would like to propose the addition of a Debian 11 machine....
### Code of Conduct - [X] I have read and agree to the project's [Code of Conduct](https://github.com/vmware-samples/packer-examples-for-vsphere/blob/main/CODE_OF_CONDUCT.md). ### Community Note - Vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...
### Code of Conduct - [X] I have read and agree to the project's Code of Conduct. ### Description Hello, here i'm proposing the addition of a templated for Debian/Linux....
## Summary of Pull Request Bumps Windows 10 to the 21H2 September 2022 release. Signed-off-by: Ryan Johnson [email protected] ## Type of Pull Request - [ ] This is a bugfix....
## Summary of Pull Request Bumps Windows Server 2022 to the September 2022 release. Signed-off-by: Ryan Johnson [email protected] ## Type of Pull Request - [ ] This is a bugfix....
### Code of Conduct - [X] I have read and agree to the project's Code of Conduct. ### Description SUSE Linux Enterprise Server 15 was introduced to the project in...
### Code of Conduct - [X] I have read and agree to the project's Code of Conduct. ### Description Add automated acceptance tests using GitHub Actions. ### Use Case(s) -...