project-copacetic / copacetic

🧵 CLI tool for directly patching container images!
https://project-copacetic.github.io/copacetic/
Apache License 2.0
960 stars 63 forks source link

feat: add rocky linux support #605

Closed MiahaCybersec closed 4 months ago

MiahaCybersec commented 5 months ago

Closes #591

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 35.23%. Comparing base (2602d59) to head (30e0e0d). Report is 61 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #605 +/- ## ========================================== + Coverage 32.51% 35.23% +2.71% ========================================== Files 17 18 +1 Lines 1621 1388 -233 ========================================== - Hits 527 489 -38 + Misses 1062 867 -195 Partials 32 32 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sozercan commented 5 months ago

@MiahaCybersec can you add test images for rocky too? https://github.com/project-copacetic/copacetic/blob/main/integration/fixtures/test-images.json https://github.com/project-copacetic/copacetic/blob/main/integration/fixtures/test-images-non-distroless.json (this will be removed with #570)

sozercan commented 5 months ago

LGTM. custom-unix tests is being flaky #609 @ashnamehrotra is investigating