Re: RHEL image

2016-10-19 Thread Lionel Orellana
Thanks Daniel.

That and a handy version.txt file in the EAP images will do.

sudo docker run -it jboss-eap-6/eap64-openshift:1.4-13 cat
/opt/eap/version.txt

On 20 October 2016 at 06:28, Daniel McPherson <dmcph...@redhat.com> wrote:

> sudo docker run -it rhel7: cat /etc/redhat-release
>
>
>
> On Tue, Oct 18, 2016 at 11:27 PM, Lionel Orellana <lione...@gmail.com>
> wrote:
>
>> I suppose I can do this but what version of EAP (and RHEL) does each tag
>> map to?
>>
>> https://registry.access.redhat.com/v1/repositories/jboss-
>> eap-6/eap64-openshift/tags
>>
>> On 19 October 2016 at 14:19, Lionel Orellana <lione...@gmail.com> wrote:
>>
>>> Also, how do I see what tags are available for those images in the
>>> redhat registry?
>>>
>>> On 19 October 2016 at 12:15, Lionel Orellana <lione...@gmail.com> wrote:
>>>
>>>> Thanks Jonathan. Should have tried that.
>>>>
>>>> At the risk of asking another silly question, is there a way to easily
>>>> know what version of RHEL is an EAP image built on?
>>>> e.g. jboss-eap-6/eap64-openshift
>>>>
>>>> On 19 October 2016 at 12:03, Jonathan Yu <jaw...@redhat.com> wrote:
>>>>
>>>>> 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/sear
>>>>> ch/#/container-images?q=rhel=1=relevant=12=
>>>>> any=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
>>
>>
>
___
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users


Re: RHEL image

2016-10-19 Thread Daniel McPherson
sudo docker run -it rhel7: cat /etc/redhat-release



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

> I suppose I can do this but what version of EAP (and RHEL) does each tag
> map to?
>
> https://registry.access.redhat.com/v1/repositories/
> jboss-eap-6/eap64-openshift/tags
>
> On 19 October 2016 at 14:19, Lionel Orellana <lione...@gmail.com> wrote:
>
>> Also, how do I see what tags are available for those images in the redhat
>> registry?
>>
>> On 19 October 2016 at 12:15, Lionel Orellana <lione...@gmail.com> wrote:
>>
>>> Thanks Jonathan. Should have tried that.
>>>
>>> At the risk of asking another silly question, is there a way to easily
>>> know what version of RHEL is an EAP image built on?
>>> e.g. jboss-eap-6/eap64-openshift
>>>
>>> On 19 October 2016 at 12:03, Jonathan Yu <jaw...@redhat.com> wrote:
>>>
>>>> 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/sear
>>>> ch/#/container-images?q=rhel=1=relevant=12=
>>>> any=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
>
>
___
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users


Re: RHEL image

2016-10-18 Thread Lionel Orellana
I suppose I can do this but what version of EAP (and RHEL) does each tag
map to?

https://registry.access.redhat.com/v1/repositories/jboss-eap-6/eap64-openshift/tags

On 19 October 2016 at 14:19, Lionel Orellana <lione...@gmail.com> wrote:

> Also, how do I see what tags are available for those images in the redhat
> registry?
>
> On 19 October 2016 at 12:15, Lionel Orellana <lione...@gmail.com> wrote:
>
>> Thanks Jonathan. Should have tried that.
>>
>> At the risk of asking another silly question, is there a way to easily
>> know what version of RHEL is an EAP image built on?
>> e.g. jboss-eap-6/eap64-openshift
>>
>> On 19 October 2016 at 12:03, Jonathan Yu <jaw...@redhat.com> wrote:
>>
>>> 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/sear
>>> ch/#/container-images?q=rhel=1=relevant=12=
>>> any=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


Re: RHEL image

2016-10-18 Thread Lionel Orellana
Also, how do I see what tags are available for those images in the redhat
registry?

On 19 October 2016 at 12:15, Lionel Orellana <lione...@gmail.com> wrote:

> Thanks Jonathan. Should have tried that.
>
> At the risk of asking another silly question, is there a way to easily
> know what version of RHEL is an EAP image built on? e.g. jboss-eap-6/eap64-
> openshift
>
> On 19 October 2016 at 12:03, Jonathan Yu <jaw...@redhat.com> wrote:
>
>> 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/sear
>> ch/#/container-images?q=rhel=1=relevant=12&
>> srch=any=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


Re: RHEL image

2016-10-18 Thread Lionel Orellana
Thanks Jonathan. Should have tried that.

At the risk of asking another silly question, is there a way to easily know
what version of RHEL is an EAP image built on?
e.g. jboss-eap-6/eap64-openshift

On 19 October 2016 at 12:03, Jonathan Yu <jaw...@redhat.com> wrote:

> 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=1=relevant=12=any=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


Re: RHEL image

2016-10-18 Thread Jonathan Yu
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=1=relevant=12=any=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


RHEL image

2016-10-18 Thread Lionel Orellana
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.

Thanks

Lionel.
___
users mailing list
users@lists.openshift.redhat.com
http://lists.openshift.redhat.com/openshiftmm/listinfo/users