create_custom_esxi_iso.ps1: Incompatible with bundle containing multiple versions
Nobody has claimed this yet.
- Dominant language
- Perl
- Stars
- 951
- Forks
- 504
- PR merge metrics
- No merged PRs in 30d
Description
Could not create ISO file with drivers integrated.
Affected version: VMware ESXi 7.0U3d.
spec JSON:
{
"base_image": {
"version": [
"7.0.3-0.35.19482537",
"7.0.3-0.30.19482531"
]
},
"components": {
"Net-Community-Driver": "1.2.7.0-1vmw.700.1.0.15843807"
}
}


Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with create_custom_esxi_iso.ps1 and reproduce the failure using the issue's spec JSON for ESXi 7.0U3d, which contains two base image versions. Trace how the script selects or processes base_image.version; done means an ISO with the requested driver integrated can be created from a bundle containing multiple versions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100