Revert "storage: Preserve knownRepoDigests order in ImageStatus"#9730
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
📝 WalkthroughWalkthroughThis pull request simplifies image digest handling and canonical reference logic across the image storage and container management layers. Changes include streamlining the two-stage digest ordering mechanism into a single unified sort, simplifying OCI artifact handling to use a direct canonical reference path, removing conditional overrides in container image resolution, and eliminating digest-based filtering in image naming logic. Two test cases validating digest ordering are removed. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
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 |
5c06687 to
f2455f0
Compare
This reverts commit f6bc16b. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
f2455f0 to
eccac32
Compare
|
@mtrmac PTAL, the code evolved and I had to fix a conflict during revert. /cherry-pick release-1.35 |
|
@saschagrunert: once the present PR merges, I will cherry-pick it on top of DetailsIn response to this:
Instructions 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. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #9730 +/- ##
==========================================
+ Coverage 64.39% 67.49% +3.10%
==========================================
Files 210 210
Lines 29100 29043 -57
==========================================
+ Hits 18740 19604 +864
+ Misses 8667 7757 -910
+ Partials 1693 1682 -11 🚀 New features to boost your workflow:
|
|
/retest |
1 similar comment
|
/retest |
|
/test e2e-aws-ovn |
|
/lgtm |
|
@saschagrunert: new pull request created: #9739 DetailsIn response to this:
Instructions 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. |
What type of PR is this?
/kind bug
What this PR does / why we need it:
This reverts commit f6bc16b.
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?
Summary by CodeRabbit
Refactor
Tests
✏️ Tip: You can customize this high-level summary in your review settings.