ROX-33564: Add gzip, less, and tar packages to collector ubi-micro image#3220
Closed
ROX-33564: Add gzip, less, and tar packages to collector ubi-micro image#3220
Conversation
78f5357 to
2ba7509
Compare
These common Unix utilities are useful for debugging, log inspection, and file operations within containers. Adding them to the collector image provides consistent tooling across the StackRox platform. Changes: - Updated rpms.in.yaml with gzip, less, tar (alphabetically sorted) - Regenerated rpms.lock.yaml for all architectures - Updated konflux.Dockerfile to install packages (one per line) - Updated regular Dockerfile to install packages Code partially generated with AI assistance. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2ba7509 to
a7120a0
Compare
9 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3220 +/- ##
=======================================
Coverage 27.38% 27.38%
=======================================
Files 95 95
Lines 5427 5427
Branches 2548 2548
=======================================
Hits 1486 1486
Misses 3214 3214
Partials 727 727
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
msugakov
reviewed
Apr 14, 2026
| --releasever=10 \ | ||
| --setopt=install_weak_deps=False \ | ||
| --nodocs \ | ||
| ca-certificates curl-minimal elfutils-libelf gzip less libcap-ng libstdc++ libuuid openssl tar tbb && \ |
Contributor
There was a problem hiding this comment.
Each of gzip, less and tar is already here. Do you think we still need this PR?
Contributor
Author
There was a problem hiding this comment.
Cool, closing it then
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.
Checklist
Automated testing
If any of these don't apply, please comment below.
Testing Performed
TODO(replace-me)
Use this space to explain how you tested your PR, or, if you didn't test it, why you did not do so. (Valid reasons include "CI is sufficient" or "No testable changes")
In addition to reviewing your code, reviewers must also review your testing instructions, and make sure they are sufficient.
For more details, ref the Confluence page about this section.