-
Notifications
You must be signed in to change notification settings - Fork 548
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
refactor(images): use operator-framework namespace for all olm images #752
refactor(images): use operator-framework namespace for all olm images #752
Conversation
/retest |
da4ea6c
to
d7ab91b
Compare
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.
/lgtm
docker build -f e2e.Dockerfile . | ||
docker tag $(docker images --filter 'label=stage=olm' --format '{{.CreatedAt}}\t{{.ID}}' | sort -nr | head -n 1 | cut -f2) quay.io/coreos/olm:local | ||
docker tag $(docker images --filter 'label=stage=builder' --format '{{.CreatedAt}}\t{{.ID}}' | sort -nr | head -n 1 | cut -f2) quay.io/coreos/olm-e2e:local | ||
docker build -f upstream.Dockerfile . |
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 the switch to upstream here?
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 thought it would be nice to use the same image for local testing - I can put it back if you'd like.
/hold |
Note that we are using an image in |
@njhale looks like a rebase is in order |
/hold cancel |
d7ab91b
to
92290c7
Compare
@alecmerdler we're using those images in OLM's e2e tests as well. I was planning on opening a PR with the |
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.
/lgtm
92290c7
to
04b4d30
Compare
/retest |
- Rename package-quickstart.sh to package_quickstart.sh - Use existing manifests in package_quickstart.sh instead of helm
- Updates upstream.Dockerfile base to go 1.12 - Removes alm-ci stage
- Add quickstart generation to release rule - Use operator-framework namespace for all image references - Support go 1.12 go modules flag
04b4d30
to
a017baa
Compare
/lgtm |
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alecmerdler, ecordell, njhale 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 |
Add a few changes around upstream images and packaging:
package_quickstart.sh
release
ruleupstream.Dockerfile
Addresses part of #747 and ALM-937.