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