Hi Lionel,

On Tue, Oct 18, 2016 at 5:49 PM, Lionel Orellana <lione...@gmail.com> wrote:

> Hi
>
> Is there an officially supported image of RHEL? I see all the xPaaS images
> in the customer portal but nothing about a plain RHEL image like there is
> for Centos.
>

Yes, there is:
https://access.redhat.com/search/#/container-images?q=rhel&p=1&sort=relevant&rows=12&srch=any&documentKind=ImageRepository

On a RHEL system you should be able to do: "docker pull rhel7"

This is the image that other Red Hat-supported images are built on.

For example:

official s2i-nodejs-container
<https://github.com/sclorg/s2i-nodejs-container/blob/master/4/Dockerfile.rhel7>
is FROM rhscl/s2i-base-rhel7
<https://github.com/sclorg/s2i-base-container/blob/master/Dockerfile.rhel7>
which is FROM rhel7.2 (see the access.redhat.com search above)
_______________________________________________
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users

Reply via email to