File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments