ci(linux-install-tests): use rockylinux/rockylinux images and add Rocky Linux 10#1761
Merged
Benoît Cortier (CBenoit) merged 2 commits intomasterfrom Apr 20, 2026
Conversation
…nux 10 Agent-Logs-Url: https://github.com/Devolutions/devolutions-gateway/sessions/52fb591d-1112-4c39-b261-0868d3b78fc6 Co-authored-by: CBenoit <3809077+CBenoit@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
Benoît Cortier (CBenoit)
April 20, 2026 12:36
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the CI workflow that smoke-tests Linux package installation in containers by switching Rocky Linux RPM tests to the official Docker Hub image namespace and expanding the Rocky coverage to include v10.
Changes:
- Replace deprecated
rockylinux:<ver>short image names withrockylinux/rockylinux:<ver>. - Expand the RPM install-test matrix to run on Rocky Linux 8, 9, and 10.
- Update workflow header comments to reflect the new Rocky Linux coverage.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Richard Markiewicz (thenextman)
approved these changes
Apr 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
rockylinux:NDocker Hub short names are deprecated and don't publish v10 tags. Switch to the officialrockylinux/rockylinuximages and expand RPM test coverage to include Rocky Linux 10.rockylinux:8/rockylinux:9→rockylinux/rockylinux:8/rockylinux/rockylinux:9rockylinux/rockylinux:10entryNo changes to
smoke-test-rpm.sh— Rocky 10 shipsdnfcompatibility, same base packages, and glibc 2.39+ (well above the 2.27 floor).