You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci(linux-install-tests): use rockylinux/rockylinux images and add Roc…
…ky Linux 10 (#1761)
The `rockylinux:N` Docker Hub short names are deprecated and don't
publish v10 tags. Switch to the official `rockylinux/rockylinux` images
and expand RPM test coverage to include Rocky Linux 10.
- **Image source**: `rockylinux:8` / `rockylinux:9` →
`rockylinux/rockylinux:8` / `rockylinux/rockylinux:9`
- **Matrix expansion**: Added `rockylinux/rockylinux:10` entry
- **Comments**: Updated header docs to reflect v8/v9/v10 coverage
No changes to `smoke-test-rpm.sh` — Rocky 10 ships `dnf` compatibility,
same base packages, and glibc 2.39+ (well above the 2.27 floor).
Co-authored-by: CBenoit <3809077+CBenoit@users.noreply.github.com>