Skip to content

Add imagebuilder to origin-release Dockerfiles #12967

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 12, 2017

Conversation

jhadvig
Copy link
Member

@jhadvig jhadvig commented Feb 15, 2017

Add imagebuilder to origin-release versioned Dockerfiles, as a dependency for hack/build-images.sh

@smarterclayton || @stevekuznetsov PTAL

Closes #12934

@smarterclayton
Copy link
Contributor

Lgtm [merge]

@smarterclayton
Copy link
Contributor

smarterclayton commented Feb 15, 2017 via email

@smarterclayton
Copy link
Contributor

[test]

@smarterclayton
Copy link
Contributor

smarterclayton commented Feb 15, 2017 via email

@stevekuznetsov
Copy link
Contributor

@marun @knobunc ping re networking test relying on :latest tag

@smarterclayton
Copy link
Contributor

I actually figured out why this didn't work. It's not just networking. It's all image builds, because they have a generic FROM.

To fix it, we either need to be explicit about the from via image builder, or tag multiple times. This is something OpenShift makes easy but is more irritating locally. We could make image builder tag multiple times if we had to.

We don't put docker in any of our images today, and I'm hesitant to start for other reasons. We can definitely put it in the release builder if we have to, but we'll have to deal with version mismatches more (the generic client code does a much better job of it).

@stevekuznetsov
Copy link
Contributor

@jakub we can tag multiple times now in image builder, that should unblock this PR by not making us need to do the latest tag with docker

@stevekuznetsov
Copy link
Contributor

Looked like clayton is doing the bash in #13335

@smarterclayton
Copy link
Contributor

smarterclayton commented Mar 10, 2017 via email

@stevekuznetsov
Copy link
Contributor

This is scoped down to only the Dockerfile changes, [merge]

@smarterclayton
Copy link
Contributor

smarterclayton commented Mar 11, 2017 via email

@stevekuznetsov
Copy link
Contributor

oc cluster up failed in the integration tests but I fail to see how that was caused by this ... re[test]

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to c666127

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin/138/) (Base Commit: 31e9bd0)

@smarterclayton
Copy link
Contributor

[merge]

@stevekuznetsov
Copy link
Contributor

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to c666127

@openshift-bot
Copy link
Contributor

openshift-bot commented Mar 12, 2017

continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin/59/) (Base Commit: 54af0f3) (Image: devenv-rhel7_6067)

@openshift-bot openshift-bot merged commit 88b04b5 into openshift:master Mar 12, 2017
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.

4 participants