Christian Weichel
Christian Weichel
The minimal steps to make automatic cluster choices would be: 1. add a kind of "ping" endpoint to ws-proxy, so that e.g. `ws-eu18.gitpod.io` does not answer with 404 2. add...
added in https://github.com/gitpod-io/gitpod/pull/8550
Love it - this goes well and truly in the right direction. A few notes: - on the product compatibility page, I'd use `rowspan` to group the categories. With a...
> I don't know if the bob proxy will need to do any path logic to distinguish one registry from another, and if the buildkit supports that, else it might...
> Curious, @csweichel is there a specific reason/interest in expecting it ^ to work in such a way? We can definitely update the CLI based on community interest/feedback, but doesn't...
What's the motivation for this feature? I.e. which problem would it solve?
This is actually caused by the "dynamic existence" of `installer/preview:docker`. It only exists when the right arguments are passed at linking stage. Options: ### Make `components:all` dynamic. Doesn't require a...
> > This is actually caused by the "dynamic existence" of installer/preview:docker. It only exists when the right arguments are passed at linking stage > > In the dynamic component...
Could you provide some more detail? I.e. in which situation did this occur? How to reproduce?
This would be a nice feature to have indeed, particularly for saving time. So far I haven't implemented this because: - when the Docker daemons are "warm" the pull+push basically...