[ROSAENG-60411] Fixing numeric UID in DockerFile and Boilerplate Update#299
[ROSAENG-60411] Fixing numeric UID in DockerFile and Boilerplate Update#299TheUndeadKing wants to merge 3 commits into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: TheUndeadKing The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
WalkthroughThis PR updates ownership configuration files (OWNERS, OWNERS_ALIASES, .tekton/OWNERS) to replace srep-based team groups with rosa-staff-engineers and related aliases, and updates build-related image references in .ci-operator.yaml and test/e2e/Dockerfile. ChangesOwnership realignment
Build and image references
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #299 +/- ##
=======================================
Coverage 58.60% 58.60%
=======================================
Files 5 5
Lines 244 244
=======================================
Hits 143 143
Misses 87 87
Partials 14 14 🚀 New features to boost your workflow:
|
|
/hold |
|
/unhold |
|
@TheUndeadKing: all tests passed! 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. |
What is being added?
Fix
Use numeric UID 1001 (nobody, which exists on UBI minimal) instead of the string nonroot.
Boilerplate update
Checklist before requesting review
Steps To Manually Test
Please provide us steps to reproduce the scenarios needed to test this. If an integration test is provided, let us know how to run it. If not, enumerate the steps to validate this does what it's supposed to.
Ref OSD-0000
Summary by CodeRabbit