chore(image): remove packages with dependencies#14485
Conversation
|
This change is part of the following stack: Change managed by git-spice. |
|
Images are ready for the commit at 2f03a66. To use with deploy scripts, first |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #14485 +/- ##
=======================================
Coverage 49.11% 49.11%
=======================================
Files 2522 2522
Lines 184227 184227
=======================================
+ Hits 90479 90481 +2
+ Misses 86548 86546 -2
Partials 7200 7200
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
05fd351 to
9e47f9f
Compare
9e47f9f to
8c0b578
Compare
|
@janisz: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Signed-off-by: Tomasz Janiszewski <tomek@redhat.com>
8c0b578 to
2f03a66
Compare
|
Closing as we will solve this issue by migration to ubi-micro instead of package pruning. |
Description
Currently we do remove package managers but without dependencies (
--nodeps).This PR forces removal with dependencies as they are not needed since package is removed.
This resulted in additional removal of
libmodulemdwhich is not required since we removepackage manager.
https://github.com/fedora-modularity/libmodulemd
CHANGELOG update is not needed
Documentation is not needed
Testing
Automated testing
How I validated my change
CI