Adnan Al
Adnan Al
### Describe the bug Following the guide [Installing Che on Red Hat OpenShift Loca](https://eclipse.dev/che/docs/stable/administration-guide/installing-che-on-red-hat-openshift-local/), on Mac M1 Max, results in following `ErrImagePull` when starting the che operator pod: ```bash Failed...
### Describe the bug When there is a bug in postStart command, that causes a workspace to fail to start, it impossible to retain the errors causing the workspace to...
### Describe the bug quay.io/devfile/universal-developer-image doesn't persist newly installed SDKMAN versions when a PVC is mounted to /home/user ### Che version 7.95 ### Steps to reproduce 1. use the following...
**Description:** When specifying an environment variable under the `services` environment section with interpolation (e.g., `MYENV=${DEBUG-1}`), the container is created with `MYENV` set to the literal value `"${DEBUG-1}"` instead of `1`...