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.
71
71
+
72
72
[source,terminal]
73
73
----
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')
75
75
----
76
76
77
77
. Get the path where the image is published:
78
78
+
79
79
[source,terminal]
80
80
----
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')
82
82
----
83
83
84
84
. Get the SHA hash for the {op-system} image that will be deployed on the bootstrap VM:
85
85
+
86
86
[source,terminal]
87
87
----
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"]')
89
89
----
90
90
91
91
. 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