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