Hide
= Use UDI 9 as the default development image
With this release, `registry.redhat.io/devspaces/udi-rhel9` is used as the default development image. To override it, use the `spec.devEnvironments.defaultComponents` Custom Resource property:
[source,code]
----
spec:
devEnvironments:
defaultComponents:
- name: universal-developer-image
container:
image: <>
----
Show
= Use UDI 9 as the default development image
With this release, `registry.redhat.io/devspaces/udi-rhel9` is used as the default development image. To override it, use the `spec.devEnvironments.defaultComponents` Custom Resource property:
[source,code]
----
spec:
devEnvironments:
defaultComponents:
- name: universal-developer-image
container:
image: <>
----