8.3.3. 检索 OpenShift Container Platform 安装程序
使用安装程序的 latest-4.x
版本来部署最新的 OpenShift Container Platform 发行版本:
$ export VERSION=latest-4.7 export RELEASE_IMAGE=$(curl -s https://mirror.openshift.com/pub/openshift-v4/clients/ocp/$VERSION/release.txt | grep 'Pull From: quay.io' | awk -F ' ' '{print $3}')
其他资源
- 如需了解不同 发行频道的信息,请参阅 OpenShift Container Platform 升级 频道和发行版本。