Skip to content

Commit d91202f

Browse files
authored
Update ubi8 images to ubi9 images (#2973)
Signed-off-by: dkwon17 <[email protected]>
1 parent f4e644a commit d91202f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/end-user-guide/pages/url-parameter-for-container-image.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ pass:c,a,q[{prod-url}]#__<git_repository_url>__?image=__<container_image_url>__
2121
----
2222

2323
.Example
24-
`pass:c,a,q[{prod-url}]#https://github.com/eclipse-che/che-docs?image=quay.io/devfile/universal-developer-image:ubi8-latest`
24+
`pass:c,a,q[{prod-url}]#https://github.com/eclipse-che/che-docs?image=quay.io/devfile/universal-developer-image:ubi9-latest`

modules/end-user-guide/partials/proc_creating-workspaces.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ NOTE: {prod-short} administrators who intend to create workspaces for other user
5050
components:
5151
- name: tooling-container
5252
container:
53-
image: quay.io/devfile/universal-developer-image:ubi8-latest
53+
image: quay.io/devfile/universal-developer-image:ubi9-latest
5454
----
5555
====
5656
+
@@ -82,7 +82,7 @@ spec:
8282
components:#<6>
8383
- name: tooling-container
8484
container:
85-
image: quay.io/devfile/universal-developer-image:ubi8-latest
85+
image: quay.io/devfile/universal-developer-image:ubi9-latest
8686
----
8787
<1> Name of the `DevWorkspace` custom resource. This will be the name of the new workspace.
8888
<2> User namespace, which is the target {orch-namespace} for the new workspace.

0 commit comments

Comments
 (0)