-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
aspect: error-handlingIssues which improve error handling when something fails in GitpodIssues which improve error handling when something fails in Gitpodfeature: gitpod ymlAll things related to the gitpod.ymlAll things related to the gitpod.ymlfeature: workspace image buildmeta: never-staleThis issue can never become staleThis issue can never become staleteam: workspaceIssue belongs to the Workspace teamIssue belongs to the Workspace teamtype: improvementImproves an existing feature or existing codeImproves an existing feature or existing code
Description
Is your feature request related to a problem? Please describe
When a user has specified a container image to use for their workspace within their repositories .gitpod.yml
file and the image either doesn't exist, requires some sort of authentication to access, or there's some other issue that prevents it from being used we show a rather generic error message. On the page which displays this error message we also advise the customer to contact support which generally results in support telling them the issue isn't on our end.
Describe the behaviour you'd like
I believe there's an opportunity for improvements on this page when this issue occurs.
- We should see if it's possible to determine what the exact error is and display that (fall back with a generic message like we have now).
- We should show the user which image is trying to be used and advise them to check and make sure the image exists and is publicly accessible (if that's one of our requirements).
- Provide a link to our documentation on how to use other images for their workspaces.
- Advise them if they've done all of the above to contact support.
Describe alternatives you've considered
N/A
Additional context
This was brought to my attention in a recently submitted support ticket in Front (cnv_jkpb0p6
).
Metadata
Metadata
Assignees
Labels
aspect: error-handlingIssues which improve error handling when something fails in GitpodIssues which improve error handling when something fails in Gitpodfeature: gitpod ymlAll things related to the gitpod.ymlAll things related to the gitpod.ymlfeature: workspace image buildmeta: never-staleThis issue can never become staleThis issue can never become staleteam: workspaceIssue belongs to the Workspace teamIssue belongs to the Workspace teamtype: improvementImproves an existing feature or existing codeImproves an existing feature or existing code