Earlier quoted context omitted.
I think it should be straightforward to install CentOS packages instead.
Sure, but then why stop there and not just go > FROM centos:8
Red Hat Universal Base Image
11–20 of 40 posts
Re: Red Hat Universal Base Image
#12There's no Python 3.6 UBI 8 image... at least looking at the charts in the blog post. Why would they do a UBI 7 with Python 3.6 but not UBI 8?
Because Red Hat 8 by default ships without an explicit default python version. See the discussion for the Red Hat 8 release a few days back. It was extensively debated and covered there: https://news.ycombinator.com/item?id=19848965
I think the table is misleadingly presented as comprehensive ("the set of container images"). If you follow the "RHEL 8 How To" link at the bottom of the page, you'll find a larger table that indeed includes python-36. It doesn't seem to be usable out of the box, but I was able to pull it with Docker:
$ docker pull registry.access.redhat.com/ubi8/python-36
Now I need to read up on S2I and podman.Edit: not sure what I did wrong the first time, but it does work fine in Docker:
$ docker run --rm -it registry.access.redhat.com/ubi8/python-36 python
Python 3.6.8 (default, Apr 3 2019, 17:26:03)
[GCC 8.2.1 20180905 (Red Hat 8.2.1-3)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>Re: Red Hat Universal Base Image
#13I tried to read this from my iPhone. I had to fight some sort of pop-up multiple times till I gave up. I did get to some page that were full of corporate speak. I got the sense that there is an interesting concept in there but can't be bothered fighting to find it.
Re: Red Hat Universal Base Image
#14What a sham. Very few packages are available in the yum repos from the UBI unless one is a RH customer. This will be a nonstarter unless anyone can install any package from the RHEL collection by default.
Yeah, I think they'll struggle with adoption over the existing docker ecosystem and they should not be introducing such barriers just yet.
Re: Red Hat Universal Base Image
#15Re: Red Hat Universal Base Image
#16It is bit surprising that they do not offer Java UBI image, considering that RH is one of the biggest Java vendors. Instead they are offering dotnet images of all things.
Re: Red Hat Universal Base Image
#17It is bit surprising that they do not offer Java UBI image, considering that RH is one of the biggest Java vendors. Instead they are offering dotnet images of all things.
When you consider that you realize that adding a Java UBI image would just set them up for a fight with Oracle and delay their ability to get moving with UBI.
Re: Red Hat Universal Base Image
#18Earlier quoted context omitted.
Sure, but then why stop there and not just go > FROM centos:8
So the complaint is that this Red Hat product is best for Red Hat's paying customers, and that if you want to use Red Hat's products without being a paying customer, you not only have to use the community edition's packages, but you may as well start with the community edition's base image? Am I understanding that right?
Re: Red Hat Universal Base Image
#19It is bit surprising that they do not offer Java UBI image, considering that RH is one of the biggest Java vendors. Instead they are offering dotnet images of all things.
Unless you consider ancillary information like, IBM owns Redhat and hates Oracle, and Oracle has decided to extract money for anything Java + Enterprise, and UBI is targeted for Enterprise customers. When you consider that you realize that adding a Java UBI image would just set them up for a fight with Oracle and delay their ability to get moving with UBI.
Re: Red Hat Universal Base Image
#20It is bit surprising that they do not offer Java UBI image, considering that RH is one of the biggest Java vendors. Instead they are offering dotnet images of all things.
Unless you consider ancillary information like, IBM owns Redhat and hates Oracle, and Oracle has decided to extract money for anything Java + Enterprise, and UBI is targeted for Enterprise customers. When you consider that you realize that adding a Java UBI image would just set them up for a fight with Oracle and delay their ability to get moving with UBI.