-
Notifications
You must be signed in to change notification settings - Fork 1.9k
use origin-release:golang-1.10 Dockerfile to build origin-release:bazel #1431
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 origin-release:golang-1.10 Dockerfile to build origin-release:bazel #1431
Conversation
FROM docker.io/openshift/origin-release:golang-1.10 | ||
ENV VERSION=1.10.3 \ | ||
GOCACHE=/go/.cache \ | ||
GOARM=5 \ |
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.
Why do we need to set this? Are we doing anything on ARM?
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.
Why do we need to set this? Are we doing anything on ARM?
Ah, probably a copy/paste here. Is there a way we can DRY this up by depending on the golang-1.10
tag locally without going through the docker.io registry?
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.
yea, I copied/pasted bc I wanted it to be exactly origin-release:golang-1.10 plus bazel
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.
you can set the build config parent image (the source from)
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.
i don't know.. I hate that CI is broken at my expense atm though... and this origin-release:bazel tag is most likely only required short-term..
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.
oh, ok will set that in bc..
3f07e48
to
c250df9
Compare
c250df9 looks good to my Prow-novice eyes ;). |
@smarterclayton @wking that should do it.. this will fix the build error we are seeing in the IS release:bazel |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sallyom, smarterclayton 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 |
@sallyom: The following updates succeeded:
In response to this:
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. |
@smarterclayton @wking this is a lot of work to get bazel into an origin-release image. This should fix the build.