Commit 8d44942
committed
fix(deployment): use BIB-canonical type names (vhd not vhdx, drop wsl)
Operator's first end-to-end OCI build succeeded but BIB rejected
3 of 5 requested formats:
* vhdx -- BIB doesn't recognize this name; it's `vhd` (Hyper-V)
* wsl -- BIB doesn't have a wsl type at all; the supported set is
ami, anaconda-iso, bootc-installer, gce, iso, ova,
pxe-tar-xz, qcow2, raw, vhd, vmdk. WSL2 distributions
need a different tooling path (podman save + tarball
repack outside BIB).
Update [deployment] target_* keys to match BIB's accepted types
exactly so the driver's `target_<key> -> bib_type=<key>` translation
works without aliases. Drop target_wsl entirely; add target_anaconda_iso
(was off, now on -- the operator's last run already proved the
anaconda flow works), target_vmdk, target_gce, target_pxe_tar_xz.1 parent ed405ce commit 8d44942
1 file changed
Lines changed: 15 additions & 8 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
259 | 266 | | |
260 | 267 | | |
261 | 268 | | |
| |||
0 commit comments