Support RHEL/Rocky/AlmaLinux
- Dominant language
- Go
- Stars
- 14
- Forks
- 28
- Avg merge
- 4d 13h
- Merged PRs (30d)
- 12
Description
### Problem
The quickstart targets Ubuntu 24.04, but enterprise/on-prem hosts are often
RHEL-family (Rocky, AlmaLinux). Requirements (systemd, root, outbound HTTPS)
are distro-agnostic, but the host-side scripts assume Debian/Ubuntu.
### Blockers on RHEL-family
- `install.sh` / `uninstall.sh` look apt-based (Azure CLI); RHEL needs dnf.
- `systemd-nspawn` / `machinectl` ship in `systemd-container`, not installed
by default.
- SELinux enforcing can interfere with nspawn machines.
### Proposal
- dnf-based path + documented prerequisites for RHEL/Rocky/AlmaLinux 9+.
- Add Rocky/AlmaLinux to the validation matrix.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.