-
Notifications
You must be signed in to change notification settings - Fork 86
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
Use github.com/openshift/runtime-utils/pkg/registries #205
Use github.com/openshift/runtime-utils/pkg/registries #205
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mtrmac The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@umohnani8 FYI. The wildcard support will also require changes to |
/retest |
c1355ca
to
6147ded
Compare
/retest |
@mtrmac do I need to wait for this PR to get in before making the changes suggested above in #205 (comment)? |
@umohnani8 It would be a start, but it needs to be followed by updating to a version that supports wildcards; only then can |
6147ded
to
3f8c9a8
Compare
/retest |
1 similar comment
/retest |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
3f8c9a8
to
9b6f44a
Compare
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Almost a year later… @QiWang19 this is one of the repos that should eventually be updated for openshift/enhancements#929 . |
... instead of a local copy. The code is currently 100% identical, so this doesn't make a difference, but that will change with openshift/runtime-utils#11 . Signed-off-by: Miloslav Trmač <mitr@redhat.com>
$ go get -u github.com/openshift/runtime-utils $ go mod tidy $ go mod vendor + updates to use c/image/v5 instead of the old 3.0.2 version. Note that the various direct uses of sysregistriesv2, e.g. pkg/image/apiserver/importer/importer.go , are pretty likely to be obsolete/incorrect by now. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
e782bf6
to
489928c
Compare
I have rebased the original ~do-nothing commit, and added one that updates to the current version of runtime-utils. Note that there is some code that interprets the config directly, e.g. in |
/retest |
1 similar comment
/retest |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
/remove-lifecycle rotten |
@umohnani8 I don’t know. I keep rebasing this and… crickets. At this point I’m basically resigned to the bot closing it. |
Changes LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adambkaplan, mfojtik, mtrmac 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 |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
/retest-required Please review the full test history for this PR and help us cut down flakes. |
/retest-required Please review the full test history for this PR and help us cut down flakes. |
@mtrmac: all tests passed! Full PR test history. Your PR dashboard. 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/test-infra repository. I understand the commands that are listed here. |
... instead of a local copy.
The code is currently 100% identical, so this doesn't make a difference, but that will change with openshift/runtime-utils#11 .Fixes #41 .