Skip to content
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

oc image mirror was accidentally broken during dependency updating #18078

Merged
merged 3 commits into from
Jan 17, 2018

Conversation

smarterclayton
Copy link
Contributor

An upstream cherry-pick was dropped and the wrong values were passed to the manifest Get call.

@liggitt

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 11, 2018
@openshift-ci-robot openshift-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Jan 11, 2018
@openshift-merge-robot openshift-merge-robot added the vendor-update Touching vendor dir or related files label Jan 11, 2018
@liggitt
Copy link
Contributor

liggitt commented Jan 11, 2018

if we want carries, need to update glide.yaml to indicate we're working off a branch, e.g.

- package: github.com/docker/distribution
  repo:    [email protected]:openshift/docker-distribution
  version: openshift-3.9

and prep that branch so we can track what carries we have

applies to 3.8 as well, looks like

@smarterclayton
Copy link
Contributor Author

smarterclayton commented Jan 11, 2018 via email

@smarterclayton
Copy link
Contributor Author

smarterclayton commented Jan 11, 2018 via email

@liggitt
Copy link
Contributor

liggitt commented Jan 11, 2018

Ok, so we've fundamentally changed how our carries work?

Not really... we started pulling from branches of our forks in https://github.com/openshift/origin/pull/9781/files#diff-48b416562714518e8868b6a1859dd433R75

glide.yaml just formalizes that relationship

I also don't see anything related to docker distribution in origin, so I'm assuming you're letting it just drift in from nested, but we have a carry that must be there for oc. So it is now an explicit dependency of origin.

Right, dropping it in 3.8 was a mistake... I thought it was only for the imageregistry, but that lost us this carry

@smarterclayton
Copy link
Contributor Author

smarterclayton commented Jan 11, 2018 via email

@smarterclayton
Copy link
Contributor Author

smarterclayton commented Jan 11, 2018 via email

@smarterclayton
Copy link
Contributor Author

/retest

Ready for review (has the glide changes requested, release-2.6.0 pushed to openshift/docker-distribution)

@liggitt
Copy link
Contributor

liggitt commented Jan 16, 2018

thanks, change and prepped branch look good. is it possible to have a test that would catch this if it broke again?

@smarterclayton
Copy link
Contributor Author

Unfortunately we don't have an easy way to test docker.io support (it works against the openshift registry in the case we could easily test) except by writing to docker.io. I need to add a test against openshift though (e2e)

@liggitt
Copy link
Contributor

liggitt commented Jan 17, 2018

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 17, 2018
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: liggitt, smarterclayton

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these OWNERS Files:
  • OWNERS [liggitt,smarterclayton]

You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@openshift-merge-robot
Copy link
Contributor

Automatic merge from submit-queue.

@openshift-merge-robot openshift-merge-robot merged commit 78ddc10 into openshift:master Jan 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. vendor-update Touching vendor dir or related files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants