OCPBUGS-78585: [1.35] Return image ID from PullImage instead of repo digest#9826
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ 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 Tip CodeRabbit can use Trivy to scan for security misconfigurations and secrets in Infrastructure as Code files.Add a .trivyignore file to your project to customize which findings Trivy reports. |
|
/jira refresh |
|
@haircommander: This pull request references Jira Issue OCPBUGS-78585, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@haircommander: This pull request references Jira Issue OCPBUGS-78585, which is invalid:
Comment 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 openshift-eng/jira-lifecycle-plugin repository. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release-1.35 #9826 +/- ##
================================================
+ Coverage 67.49% 67.65% +0.15%
================================================
Files 211 211
Lines 29253 29264 +11
================================================
+ Hits 19745 19798 +53
+ Misses 7826 7781 -45
- Partials 1682 1685 +3 🚀 New features to boost your workflow:
|
|
@haircommander please rebase |
Resolve the pulled image reference to a storage image ID in the server layer (server/image_pull.go) rather than changing the storage layer's PullImage return type. This keeps the storage layer's contract unchanged while the server resolves references to IDs via ImageStatusByName, with a fallback to the artifact store for OCI artifacts. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
fa5538f to
979de4b
Compare
|
this is ready! |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander, 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 |
|
/jira refresh |
|
@saschagrunert: This pull request references Jira Issue OCPBUGS-78585, which is invalid:
Comment 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 openshift-eng/jira-lifecycle-plugin repository. |
1715a5b
into
cri-o:release-1.35
|
@haircommander: Jira Issue OCPBUGS-78585: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-78585 has been moved to the MODIFIED state. 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 openshift-eng/jira-lifecycle-plugin repository. |
Resolve the pulled image reference to a storage image ID in the server layer (server/image_pull.go) rather than changing the storage layer's PullImage return type. This keeps the storage layer's contract unchanged while the server resolves references to IDs via ImageStatusByName, with a fallback to the artifact store for OCI artifacts.
What type of PR is this?
cherry-pick of #9728
/kind bug
What this PR does / why we need it:
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?