-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
limit imports to dockerregistry #16251
limit imports to dockerregistry #16251
Conversation
/assign @legionus |
#13966 |
@deads2k What about the |
@deads2k I don't know what to do with https://github.com/openshift/origin/blob/master/cmd/dockerregistry/main.go#L20-L23 . |
I'm leaning towards doing slightly crazy things and giving you a separate vendor folder, sans cobra. That would let us remove everything else. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, legionus The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue |
Limit the imports to
pkg/dockerregistry
to set up for splitting it out.