Skip to content

Latest commit

 

History

History
75 lines (63 loc) · 1.71 KB

images-using-images-s2i-python-pulling-images.adoc

File metadata and controls

75 lines (63 loc) · 1.71 KB

Pulling images for Python

The RHEL 8 images are available through the Red Hat Registry.

Procedure
  • To pull the RHEL 7 image, enter the following command for the version of Python you want:

    Python 2.7
    $ podman pull egistry.redhat.io/rhscl/python-27-rhel7:latest
    Python 3.6
    $ podman pull  registry.redhat.io/ubi9/python-39:latest
    Python 3.8
    $ podman pull registry.redhat.io/rhscl/python-38-rhel7:latest

To use these images, you can either access them directly from registry.redhat.io, or push them into your {product-registry}. Additionally, you can create an image stream that points to the image, either in your container image registry or at the external location. Your {product-title} resources can then reference the image stream.