Add a Distro enum to the Manifest struct for selecting package selection. Packages are sometimes renamed between distribution versions and since we do the package selection in the Manifest, we need a way to select distro-version-specific package names inside the manifest initialiser. This may change in the future. |
||
|---|---|---|
| .. | ||
| distro_test_common | ||
| fedora | ||
| rhel7 | ||
| rhel8 | ||
| rhel9 | ||
| test_distro | ||
| distro.go | ||
| distro_test.go | ||
| image_config.go | ||
| image_config_test.go | ||