-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[release-1.33] : OCI artifact: pull image before artifact #9399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release-1.33] : OCI artifact: pull image before artifact #9399
Conversation
We turn the logic for pulling artifacts vs images around to try pulling the image first. Reason is that there are a bunch of error cases (unauthorized registry access, disconnected environments or ImageTagMirrorSet configurations) which are not covered by OCI artifacts. To avoid regressing that behavior we now focus on pulling images first before giving artifacts a try. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
@openshift-cherrypick-robot: Could not make automatic cherrypick of Jira Issue OCPBUGS-59221 for this PR as the target version is not set for this branch in the jira plugin config. Running refresh: /retitle [release-1.33] : OCI artifact: pull image before artifact In 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. |
@openshift-ci-robot: This pull request references Jira Issue OCPBUGS-59221, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. In 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. |
@openshift-cherrypick-robot: No Jira issue is referenced in the title of this pull request. In 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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: openshift-cherrypick-robot, saschagrunert The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release-1.33 #9399 +/- ##
================================================
+ Coverage 47.98% 48.01% +0.02%
================================================
Files 163 163
Lines 24139 24137 -2
================================================
+ Hits 11583 11589 +6
+ Misses 11413 11405 -8
Partials 1143 1143 🚀 New features to boost your workflow:
|
fde1f77
into
cri-o:release-1.33
This is an automated cherry-pick of #9367
/assign saschagrunert