= The 'registry.devfile.io' registry used by default in Eclipse Che
With this release, the devfile registry hosted at [registry.devfile.io](
https://registry.devfile.io/) is used by default for the Getting Started samples:
<img width="1220" alt="Screenshot 2024-03-01 at 11 53 10" src="
https://github.com/eclipse/che/assets/1461122/f4fa2bdf-99de-4e75-86bf-a9a41ff0bf56">
The administrator can still enable the embedded devfile registry using the `disableInternalRegistry` field in the CheCluster custom resource:
```
devfileRegistry:
disableInternalRegistry: false
```