-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Correct image path in sample of "kubernetes-event-source" #1887
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
Correct image path in sample of "kubernetes-event-source" #1887
Conversation
|
Hi @vincent-pli. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
| - # This corresponds to | ||
| # https://github.com/knative/eventing-contrib/blob/release-0.5/cmd/event_display/main.go | ||
| image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/event_display@sha256:bf45b3eb1e7fc4cb63d6a5a6416cf696295484a7662e0cf9ccdf5c080542c21d | ||
| image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/event_display |
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 think this should actually be s/eventing-sources/eventing-contrib/
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.
| image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/event_display | |
| image: gcr.io/knative-releases/github.com/knative/eventing-contrib/cmd/event_display |
| - # This corresponds to | ||
| # https://github.com/knative/eventing-contrib/blob/release-0.5/cmd/event_display/main.go | ||
| image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/event_display@sha256:bf45b3eb1e7fc4cb63d6a5a6416cf696295484a7662e0cf9ccdf5c080542c21d | ||
| image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/event_display |
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.
| image: gcr.io/knative-releases/github.com/knative/eventing-sources/cmd/event_display | |
| image: gcr.io/knative-releases/github.com/knative/eventing-contrib/cmd/event_display |
7181677 to
a47a7a6
Compare
|
Thanks for comments, fixed according the comments. Actually the Do we need to fix that one to make consistent? |
Yes we should. I believe that URL only works because it was left up and available to avoid breaking the past docs. Now that "eventing-sources" repo has gone away and renamed to "eventing-contrib" we should only use "eventing-contrib" going forward. Thanks @vincent-pli |
|
@RichieEscarez |
|
@n3wscott can you help confirm that all the gcr.io URLs can simply be updated to |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: samodell, vincent-pli 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 |
Fixes #issue-number
Proposed Changes
The original image path is not work, will make the
Revisionfailed and raisecontainer missingerror.