Skip to content

Commit 992f318

Browse files
authored
Merge pull request #74666 from johnwilkins/HCIDOCS-283
HCIDOCS-283: Issue in file installing/installing_bare_metal_ipi/ipi-install-installation-workflow.adoc
2 parents 9c7f05a + e5f3a9c commit 992f318

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,13 @@ $ ls -Z /home/kni/rhcos_image_cache
101101
+
102102
[source,terminal]
103103
----
104-
$ podman run -d --name rhcos_image_cache \ <1>
104+
$ 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)