2.6.3. 镜像
根据您的需要,这些镜像分为两种类型:
- RHEL 7
- CentOS 7
基于 RHEL 7 的镜像
RHEL 7 镜像可以通过 Red Hat Registry 提供:
$ docker pull registry.redhat.io/openshift3/php-55-rhel7 $ docker pull registry.redhat.io/rhscl/php-56-rhel7 $ docker pull registry.redhat.io/rhscl/php-70-rhel7
基于 CentOS 7 的镜像
Docker Hub 上提供了 PHP 5.5 和 5.6 的 COS 镜像:
$ docker pull openshift/php-55-centos7 $ docker pull openshift/php-56-centos7
要使用这些镜像,您可直接从镜像 registry 访问镜像,或将其推送(push)到 OpenShift Container Platform 容器镜像 registry 中。另外,您还可在容器镜像 registry 或外部位置创建一个指向镜像的 ImageStream。然后,OpenShift Container Platform 资源便可引用镜像流。
您可以找到所有提供的 OpenShift Container Platform 镜像的示例镜像流定义。