diff --git a/README.md b/README.md index 3175680..72d9e05 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,8 @@ dns=dnsmasq Download the required images. ```sh -curl https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.9/4.9.0/rhcos-4.9.0-x86_64-qemu.x86_64.qcow2.gz |gunzip -c > /var/lib/libvirt/images/base-images/rhcos-4.9.0-x86_64-qemu.x86_64.qcow2 +curl https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.11/4.11.2/rhcos-4.11.2-x86_64-qemu.x86_64.qcow2.gz |gunzip -c > /var/lib/libvirt/images/base-images/rhcos-4.11.2-x86_64-qemu.x86_64.qcow2 +curl https://mirror.openshift.com/pub/openshift-v4/amd64/dependencies/rhcos/4.10/4.10.25/rhcos-4.10.25-x86_64-qemu.x86_64.qcow2.gz |gunzip -c > /var/lib/libvirt/images/base-images/rhcos-4.10.25-x86_64-qemu.x86_64.qcow2 curl -Lo /var/lib/libvirt/images/base-images/centos-stream-8.qcow2 http://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210210.0.x86_64.qcow2 ```