-
Notifications
You must be signed in to change notification settings - Fork 427
Bug 1800464: fix(catalog): use registry image from openshift quay namespace #303
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
Bug 1800464: fix(catalog): use registry image from openshift quay namespace #303
Conversation
|
@njhale: This pull request references Bugzilla bug 1800464, which is invalid:
Comment DetailsIn 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. |
|
/bugzilla refresh |
|
@njhale: This pull request references Bugzilla bug 1800464, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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. |
|
/retest |
1 similar comment
|
/retest |
pkg/cli/admin/catalog/build.go
Outdated
| func NewBuildImageOptions(streams genericclioptions.IOStreams) *BuildImageOptions { | ||
| // Adjust default build opts to use an OpenShift base "from" image | ||
| defaults := appregistry.DefaultAppregistryBuildOptions() | ||
| defaults.From = "quay.io/openshift/origin-operator-registry:latest" |
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.
should be a constant at the top?
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.
Sure, I'll go ahead and update that.
It seems like `e2e-aws-upgrade is consistently failing -- think it might be related?
4c8ae10 to
30ab644
Compare
|
/retest |
|
/lgtm |
|
/retest |
4 similar comments
|
/retest |
|
/retest |
|
/retest |
|
/retest |
soltysh
left a comment
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
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ecordell, njhale, soltysh The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@njhale: All pull requests linked via external trackers have merged. Bugzilla bug 1800464 has been moved to the MODIFIED state. DetailsIn 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. |
|
/cherry-pick release-4.4 |
|
@ecordell: new pull request created: #326 DetailsIn 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. |
Updates the default image used in the
--fromoption ofoc adm catalog buildto the official mirror.