Upload Proxmox ISOs via API or dashboard UI, extract kernel+initrd
using pure-Go iso9660 library, store on disk, and serve over HTTP
for PXE booting. Dynamic kernel/initrd filenames per image replace
the previous hardcoded paths.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The pattern `provisioning` matched both the binary and the directory.
Use `/provisioning` to only match at the repo root.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>