-
Notifications
You must be signed in to change notification settings - Fork 66
🐛 Revert "migrate containers libs to new mono-repo" #2215
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
🐛 Revert "migrate containers libs to new mono-repo" #2215
Conversation
This reverts PR2195 This reverts commit febdb59. Signed-off-by: Todd Short <[email protected]>
✅ Deploy Preview for olmv1 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
/hold Alternatively, we can try to update operator-registry and pull that in ASAP, because this is blocking downstreaming. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2215 +/- ##
=======================================
Coverage 72.06% 72.06%
=======================================
Files 85 85
Lines 8401 8401
=======================================
Hits 6054 6054
Misses 1943 1943
Partials 404 404
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
/unhold |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: tmshort 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 |
/lgtm |
d0c7c0c
into
operator-framework:main
…amework#2215" new operator-registry.v1.59.0 release contains migration, which should fix the issue that necessitated operator-framework#2215
new operator-registry.v1.59.0 release contains migration, which should fix the issue that necessitated operator-framework#2215
PR #2195 broke the downstream build.
It seems that when this is downstreamed, and subsequently vendored and built within a container build that it's not entire rid of
containers/images
, asoperator-framework/operator-registry
still uses it, so there's still an indirect reference tocontainers/images
in go.mod.Reverting this in the downstream PR fixes the downstream build.
This reverts commit febdb59.
Description
Reviewer Checklist