-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Don't mention internal error when docker registry is unreachable #12269
Conversation
Should make oc new-app output less scary when used in disconnected environment. Before: $ oc new-app somegitrepo ...dockerimagelookup.go:220] Docker registry lookup failed: Internal error occurred: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) After: $ oc new-app somegitrepo ...dockerimagelookup.go:220] Docker registry lookup failed: Get https://registry-1.docker.io/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) Fixes bug 1398330.
[test] |
Flake #11747 and #10928, investigating the third failure. |
Third one looks like transient docker hub outage. [test] |
Evaluated for origin test up to fa63dcb |
lgtm [merge] |
continuous-integration/openshift-jenkins/test FAILURE (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/12418/) (Base Commit: 92a2d6f) |
ec2 issues. [merge] |
flake #11452 |
[merge]
…On Thu, Dec 15, 2016 at 10:37 PM, OpenShift Bot ***@***.***> wrote:
continuous-integration/openshift-jenkins/merge FAILURE (
https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/12442/) (Base
Commit: 4cb1ce3
<4cb1ce3>
)
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#12269 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEvl3mM19X71gvkcqMU_HKzGkDGPpf9Yks5rIgd1gaJpZM4LNdn0>
.
--
Ben Parees | OpenShift
|
[merge]
…On Fri, Dec 16, 2016 at 12:05 AM, OpenShift Bot ***@***.***> wrote:
continuous-integration/openshift-jenkins/merge FAILURE (
https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/12444/) (Base
Commit: 4cb1ce3
<4cb1ce3>
)
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#12269 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AEvl3pQQHR4v2IXco3APMkJMBktZ0f08ks5rIhwZgaJpZM4LNdn0>
.
--
Ben Parees | OpenShift
|
Evaluated for origin merge up to fa63dcb |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/12451/) (Base Commit: 8e01869) (Image: devenv-rhel7_5556) |
Should make oc new-app output slightly less scary when used in disconnected environment.
Before:
After:
Fixes bug 1398330.