Replies: 1 comment
|
Hi @YuriyAM 👋🏻 We'll take this into consideration for a future release; however, there would be a preference to investigate methods that don't rely on web scraping. Ryan Johnson, Broadcom |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
We use
vsphere-isoto build Windows templates and attach a VMware Tools ISO from Broadcom’s public repository https://packages-prod.broadcom.com/tools/Currently, we resolve the latest Windows release through custom scripts, construct the ISO URL, and pass it to Packer as a variable. We get version metadata from https://packages-prod.broadcom.com/tools/versions
Would a data source like this fit the scope of
packer-plugin-vsphere?The goal is to resolve the latest VMware Tools ISO directly from Packer configuration without requiring a separate manual step or supporting script.
All reactions