Closed l0rd closed 1 year ago
Current default configuration for Che is:
spec.devEnvironments.disableBuildCapabilities: true
and podman build doesn't work by default.
podman build
For new installations the default should be:
spec.devEnvironments.disableBuildCapabilities: false
For update of existing installations we should not change the value of disableBuildCapabilities.
disableBuildCapabilities
sync'd to Red Hat JIRA https://issues.redhat.com/browse/CRW-4157
Is your enhancement related to a problem? Please describe
Current default configuration for Che is:
and
podman build
doesn't work by default.Describe the solution you'd like
For new installations the default should be:
For update of existing installations we should not change the value of
disableBuildCapabilities
.