Closed as not planned
Description
I'm stuck in a loop when configuring Gitpod with an invalid image, using this branch: https://github.com/gitpod-io/user-journeys/tree/invalid-image when starting the workspace, the workspace fails to start, with the error:
cannot find git executable, make sure it is installed as part of gitpod image: exec: "git": executable file not found in $PATH
FROM alpine:3.16
However, no "start with default configuration option" is offered, if I click "open workspace" I get stuck in a loop.
Note: This issue is about the UX of submitting a faulty configuration to Gitpod, and not about git
inclusion in the workspace, or support of the alpine image, specifically.