Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 1.61 KB

images-using-images-s2i-ruby-pulling-images.adoc

File metadata and controls

69 lines (57 loc) · 1.61 KB

Pulling images for Ruby

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

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

    Ruby 2.5
    $ podman pull registry.redhat.io/rhscl/ruby-25-rhel7:latest
    Ruby 2.6
    $ podman pull registry.redhat.io/rhscl/ruby-26-rhel7:latest
    Ruby 2.7
    $ podman pull registry.redhat.io/rhscl/ruby-27-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.