Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 475 Bytes

8-rhcos-files.md

File metadata and controls

12 lines (9 loc) · 475 Bytes

RHCOS files

Download the RHCOS ISO, BIOS and UEFI image files:

for asset in 'installer.iso' 'metal-bios.raw.gz' 'metal-uefi.raw.gz'; do
  curl -J -L https://mirror.openshift.com/pub/openshift-v4/dependencies/rhcos/4.1/${OCPVERSION}/rhcos-${RHCOSVERSION}-x86_64-${asset} \
  -o ${NGINX_DIRECTORY}/rhcos-${RHCOSVERSION}-x86_64-${asset}
done

<< Previous: Ignition files | README | Next: Modify ISOs >>