Andrew O.
Andrew O.
@l0rd I imagine the Che Cluster CR's `devEnvironments.DisableContainerBuildCapabilities` was set to `true` when you experienced this behavior? The [documentation](https://github.com/eclipse-che/che-operator/blob/main/api/v2/checluster_types.go#L489) for `devEnvironments.security.containerSecurityContext`: "Requires devEnvironments.disableContainerBuildCapabilities to be set to `true` in order...
@l0rd Thank you for the follow-up. This must be a bug then. I'll investigate to figure out what's going on here.
I've been unable to reproduce this issue on Che 7.84@latest & OpenShift 4.14 so far. Maybe I'm missing a crucial step here? I've tried: ### 1. Setting `devEnvironments.DisableContainerBuildCapabilities: true` and...
@l0rd if you're able to still reproduce this issue, could you please share: - The version of OpenShift you're deploying Che to - Your Che Cluster CR when the bug...
This has started happening because stow 2.4.0 was recently released and pushed to the epel (Extra Packages for Enterprise Linux 8 - x86_64) repos. I still haven't isolated the exact...
Note: if we go with the fix of downgrading stow to 2.3.1 as done [here](https://github.com/devfile/developer-images/pull/172), we'll have to make a similar change for the downstream UDI.
Update: My [fix](https://github.com/devfile/developer-images/pull/172) to downgrade stow has a bug in it where the `/usr/share/` files used by stow are not properly copied when installing stow 2.3.1. As a result, [stow...
@vitaliy-guliy this seems to be a duplicate of https://github.com/eclipse-che/che/issues/21742 Is this issue a new priority? What is the use case -- for multi-project workspaces? This should be fixable by the...
@dmitryrode @tolusha IIRC, we don't allow modifying the containerSecurityContext when container builds are enabled, as a way to ensure the correct container-build SCC is selected to permit building containers in...
/remove-lifecycle stale