Mario Loriedo

Results 270 comments of Mario Loriedo
trafficstars

> @max-cx these docs focus just on VS Code ok, these are just for VS Code. But we have worked on similar features (such as devfile command support) for JetBrains...

> no default devfile would be created if this was used Well no devfile is created anyway. When there is no devfile in a git repository the dashboard generates a...

Another related issue https://github.com/eclipse/che/issues/21304

Probably the devfile or DevWorkspace of the workspace that is failing (how many endpoints are there?) and the Kubernetes events that shows up when the workspace fails to start.

It's reproducible on an ubuntu based container ([Dockerfile](https://github.com/l0rd/cloud-dev-images/blob/main/ubuntu/Dockerfile), [image](quay.io/mloriedo/cloud-dev-images:ubuntu), [link to open it on dogfooding](https://che-dogfooding.apps.che-dev.x6e0.p1.openshiftapps.com/#https://github.com/l0rd/cloud-dev-images?image=quay.io/mloriedo/cloud-dev-images:ubuntu&che-editor=che-incubator/che-code/insiders)). From the extension host (remote) output: ``` 2024-04-19 08:18:48.650 [error] Error: error:0A0000B9:SSL routines::no cipher match...

> About - ubuntu - we have a separate issue for that: https://github.com/eclipse-che/che/issues/22862. > Apart of Stop Workspace problem - it's not possible to install extensions, for example. That's fair...

@ibuziuk done. By the way this is not needed for the product. It's an improvement that will make Che more reliable. I have also affected the label kind/epic because it...

@nickboldt 4 images are specified in [che.properties](https://github.com/eclipse/che/blob/master/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/che/che.properties), every `Dockerfile` in our repos have a `FROM ` where the `` should be specified using a digest. > Perhaps the best solution...

@ericwill that's fine. What about the use of `next` version of theia? Are we going to replace `next` [here](https://github.com/eclipse/che-plugin-registry/blob/master/v3/plugins/eclipse/che-theia/next/meta.yaml#L61) with a digest or should we consider it as an exception?

@RickJWagner it depends on the image. If it's an update of a server image (operator, che server, registries etc...) those are updated without any manual intervention. If it's an update...