Closed
Description
During image builds we often experience short-lived situations where we starve for resource, e.g. disk space. For this reason we designed the system to be idempotent so we can re-start with confidence.
We don't do so, however. This should be as simple as adding a re-try loop with backoff.
This would catch issues like this: https://community.gitpod.io/t/error-build-failed-when-trying-to-build-a-docker-image/4216
/cc @csweichel suggested this(/sth similar?) yesterday as well