Skip to content

Enhance new-app circular test to handle ImageStreamImage refs #13233

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

Merged
merged 1 commit into from
Mar 4, 2017

Conversation

gabemontero
Copy link
Contributor

bug 1422378
https://bugzilla.redhat.com/show_bug.cgi?id=1422378

@csrwng ptal

(quick background - I went back and forth on translating the ImageStreamImage name to docker refs or ImageStreamTags, but then convinced myself that was unnecessary)

@openshift/devex fyi

Copy link
Contributor

@bparees bparees left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one nit and lgtm.

@@ -823,6 +823,15 @@ func (c *AppConfig) followRefToDockerImage(ref *kapi.ObjectReference, isContext
return &copy, nil
}

if ref.Kind == "ImageStreamImage" {
// even if the associated tag for this ImageStreamImage matches a output ImageStreamTag, when the image
// is build it will have a new sha ... you are essentially using a single/unique older version of a image in the base
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/build/built/

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update pushed

@bparees bparees self-assigned this Mar 3, 2017
@bparees
Copy link
Contributor

bparees commented Mar 3, 2017

[merge]

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to 5b464bf

@openshift-bot
Copy link
Contributor

[Test]ing while waiting on the merge queue

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to 5b464bf

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_future/824/) (Base Commit: 87597f4)

@openshift-bot
Copy link
Contributor

openshift-bot commented Mar 4, 2017

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_future/832/) (Base Commit: 71f5cfe) (Image: devenv-rhel7_6037)

@openshift-bot openshift-bot merged commit a5cb4d6 into openshift:master Mar 4, 2017
@gabemontero gabemontero deleted the bug1422378 branch March 4, 2017 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants