diff --git a/modules/end-user-guide/pages/url-parameter-for-container-image.adoc b/modules/end-user-guide/pages/url-parameter-for-container-image.adoc index 058bfb4a43..0c0f916028 100644 --- a/modules/end-user-guide/pages/url-parameter-for-container-image.adoc +++ b/modules/end-user-guide/pages/url-parameter-for-container-image.adoc @@ -21,4 +21,4 @@ pass:c,a,q[{prod-url}]#____?image=____ ---- .Example -`pass:c,a,q[{prod-url}]#https://github.com/eclipse-che/che-docs?image=quay.io/devfile/universal-developer-image:ubi8-latest` +`pass:c,a,q[{prod-url}]#https://github.com/eclipse-che/che-docs?image=quay.io/devfile/universal-developer-image:ubi9-latest` diff --git a/modules/end-user-guide/partials/proc_creating-workspaces.adoc b/modules/end-user-guide/partials/proc_creating-workspaces.adoc index 6bd25731fe..ebe22bf818 100644 --- a/modules/end-user-guide/partials/proc_creating-workspaces.adoc +++ b/modules/end-user-guide/partials/proc_creating-workspaces.adoc @@ -50,7 +50,7 @@ NOTE: {prod-short} administrators who intend to create workspaces for other user components: - name: tooling-container container: - image: quay.io/devfile/universal-developer-image:ubi8-latest + image: quay.io/devfile/universal-developer-image:ubi9-latest ---- ==== + @@ -82,7 +82,7 @@ spec: components:#<6> - name: tooling-container container: - image: quay.io/devfile/universal-developer-image:ubi8-latest + image: quay.io/devfile/universal-developer-image:ubi9-latest ---- <1> Name of the `DevWorkspace` custom resource. This will be the name of the new workspace. <2> User namespace, which is the target {orch-namespace} for the new workspace.