Skip to content

Commit 083daa4

Browse files
authored
Merge pull request #43290 from jldohmann/GH-43246
GH-43246: Update path to rhcos.json
2 parents 3b8504e + c454432 commit 083daa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,21 @@ The ID determines which image the installation program must download.
7171
+
7272
[source,terminal]
7373
----
74-
$ export RHCOS_QEMU_URI=$(curl -s -S https://raw.githubusercontent.com/openshift/installer/$COMMIT_ID/data/data/rhcos.json | jq .images.qemu.path | sed 's/"//g')
74+
$ export RHCOS_QEMU_URI=$(curl -s -S https://raw.githubusercontent.com/openshift/installer/$COMMIT_ID/data/data/coreos/rhcos.json | jq .images.qemu.path | sed 's/"//g')
7575
----
7676
7777
. Get the path where the image is published:
7878
+
7979
[source,terminal]
8080
----
81-
$ export RHCOS_PATH=$(curl -s -S https://raw.githubusercontent.com/openshift/installer/$COMMIT_ID/data/data/rhcos.json | jq .baseURI | sed 's/"//g')
81+
$ export RHCOS_PATH=$(curl -s -S https://raw.githubusercontent.com/openshift/installer/$COMMIT_ID/data/data/coreos/rhcos.json | jq .baseURI | sed 's/"//g')
8282
----
8383
8484
. Get the SHA hash for the {op-system} image that will be deployed on the bootstrap VM:
8585
+
8686
[source,terminal]
8787
----
88-
$ export RHCOS_QEMU_SHA_UNCOMPRESSED=$(curl -s -S https://raw.githubusercontent.com/openshift/installer/$COMMIT_ID/data/data/rhcos.json | jq -r '.images.qemu["uncompressed-sha256"]')
88+
$ export RHCOS_QEMU_SHA_UNCOMPRESSED=$(curl -s -S https://raw.githubusercontent.com/openshift/installer/$COMMIT_ID/data/data/coreos/rhcos.json | jq -r '.images.qemu["uncompressed-sha256"]')
8989
----
9090
9191
. Download the image and place it in the `/home/kni/rhcos_image_cache` directory:

0 commit comments

Comments
 (0)