-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add Alma Linux Support #905
Conversation
Signed-off-by: Christina Waldron <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #905 +/- ##
==========================================
- Coverage 46.98% 46.94% -0.04%
==========================================
Files 18 18
Lines 2205 2211 +6
==========================================
+ Hits 1036 1038 +2
- Misses 1111 1115 +4
Partials 58 58 ☔ View full report in Codecov by Sentry. |
switch to use alma vs almalinux Signed-off-by: Christina Waldron <[email protected]>
add new line to end of test-images.json Signed-off-by: Christina Waldron <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
This PR adds support for Alma Linux. It's a small change as RedHat was already supported and microdnf. I added Alma Linux to the patch tests in
integration/patch_tests.go
&pkg/patch/patch_test.go
.Tests ran with the new changes:
Closes #904