Skip to content

Commit 08d0a7b

Browse files
committed
Updated the image from centos7 to ubi9.
Signed-off-by: John Wilkins <[email protected]>
1 parent 2204496 commit 08d0a7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/ipi-install-creating-an-rhcos-images-cache.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,10 @@ $ ls -Z /home/kni/rhcos_image_cache
104104
$ podman run -d --name rhcos_image_cache \ <1>
105105
-v /home/kni/rhcos_image_cache:/var/www/html \
106106
-p 8080:8080/tcp \
107-
quay.io/centos7/httpd-24-centos7:latest
107+
registry.access.redhat.com/ubi9/httpd-24
108108
----
109-
ifndef::upstream[]
110109
+
111110
<1> Creates a caching webserver with the name `rhcos_image_cache`. This pod serves the `bootstrapOSImage` image in the `install-config.yaml` file for deployment.
112-
endif::[]
113111

114112
. Generate the `bootstrapOSImage` configuration:
115113
+

0 commit comments

Comments
 (0)