Allow che administrators to enable container build capabilities for developers workspaces #21752
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
kind/enhancement
A feature request - must adhere to the feature request template.
new¬eworthy
For new and/or noteworthy issues that deserve a blog post, new docs, or emphasis in release notes
severity/P1
Has a major impact to usage or development of the system.
status/info-needed
More information is needed before the issue can move into the “analyzing” state for engineering.
Milestone
Is your enhancement related to a problem? Please describe
Today it's only possible to add the capability through an attribute in a devfile and this is not portable.
Describe the solution you'd like
Add to the CheCluster a field to enable the container build capabilties and update the dashboard to consume it at workspace startup:
Release Notes Text
An administrator can enable container builds using
devEnvironments.disableContainerBuildCapabilities: truein CheCluster configuration. This allow usingpodman buildon any workspace (adding the attributecontroller.devfile.io/scc: container-buildin a Devfile is not required anymore) .The text was updated successfully, but these errors were encountered: