From b861fa67037d2cc169cb6288534618d772b4fa3c Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Wed, 6 May 2026 11:29:46 +0200 Subject: [PATCH] Add RHEL App Streams lifecycle information to READMEs Add a reference to the RHEL App Streams Life Cycle page in all README files to help users understand support timelines for Ruby container streams. Co-Authored-By: Claude Sonnet 4.5 --- 2.5/README.md | 2 ++ 3.0/README.md | 2 ++ 3.3/README.md | 2 ++ 4.0/README.md | 2 ++ README.md | 2 ++ 5 files changed, 10 insertions(+) diff --git a/2.5/README.md b/2.5/README.md index ebdaf302..3393b291 100644 --- a/2.5/README.md +++ b/2.5/README.md @@ -21,6 +21,8 @@ modules for their web applications. There is no guarantee for any specific npm o version, that is included in the image; those versions can be changed anytime and the nodejs itself is included just to make the npm work. +See [the Red Hat Enterprise Linux Application Streams Life Cycle page](https://access.redhat.com/support/policy/updates/rhel-app-streams-life-cycle) for information about support for this particular stream. + Usage in Openshift ------------------ For this, we will assume that you are using the `ubi8/ruby-25 image`, available via `ruby:2.5` imagestream tag in Openshift. diff --git a/3.0/README.md b/3.0/README.md index 8e0fa197..072fa31e 100644 --- a/3.0/README.md +++ b/3.0/README.md @@ -21,6 +21,8 @@ modules for their web applications. There is no guarantee for any specific npm o version, that is included in the image; those versions can be changed anytime and the nodejs itself is included just to make the npm work. +See [the Red Hat Enterprise Linux Application Streams Life Cycle page](https://access.redhat.com/support/policy/updates/rhel-app-streams-life-cycle) for information about support for this particular stream. + Usage in Openshift ------------------ For this, we will assume that you are using the `ubi9/ruby-30 image`, available via `ruby:3.0` imagestream tag in Openshift. diff --git a/3.3/README.md b/3.3/README.md index 73d26dda..00d7dba8 100644 --- a/3.3/README.md +++ b/3.3/README.md @@ -23,6 +23,8 @@ modules for their web applications. There is no guarantee for any specific npm o version, that is included in the image; those versions can be changed anytime and the nodejs itself is included just to make the npm work. +See [the Red Hat Enterprise Linux Application Streams Life Cycle page](https://access.redhat.com/support/policy/updates/rhel-app-streams-life-cycle) for information about support for this particular stream. + Usage in Openshift ------------------ For this, we will assume that you are using the `ubi10/ruby-33 image`, available via `ruby:3.3` imagestream tag in Openshift. diff --git a/4.0/README.md b/4.0/README.md index f8976d09..2ce2eff0 100644 --- a/4.0/README.md +++ b/4.0/README.md @@ -23,6 +23,8 @@ modules for their web applications. There is no guarantee for any specific npm o version, that is included in the image; those versions can be changed anytime and the nodejs itself is included just to make the npm work. +See [the Red Hat Enterprise Linux Application Streams Life Cycle page](https://access.redhat.com/support/policy/updates/rhel-app-streams-life-cycle) for information about support for this particular stream. + Usage in Openshift ------------------ For this, we will assume that you are using the `ubi10/ruby-40` image, available via `ruby:4.0` imagestream tag in Openshift. diff --git a/README.md b/README.md index 7253d241..61d54da6 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ Table start Table end --> +See [the Red Hat Enterprise Linux Application Streams Life Cycle page](https://access.redhat.com/support/policy/updates/rhel-app-streams-life-cycle) for information about support for a particular stream. + A Ruby 1.9 image can be built from [this third party repository](https://github.com/getupcloud/s2i-ruby/). It is not maintained by Red Hat nor is it part of the OpenShift project.