From 34b851e5b0723a2fdf3c9fcce4c9b1e9ae78e9a6 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Tue, 16 Jun 2026 09:55:23 +0200 Subject: [PATCH] Add RHEL App Streams lifecycle information to README files Links users to support policy documentation for PostgreSQL stream lifecycle. Co-Authored-By: Claude Sonnet 4.5 --- 12/root/usr/share/container-scripts/postgresql/README.md | 2 ++ 13/root/usr/share/container-scripts/postgresql/README.md | 2 ++ 15/root/usr/share/container-scripts/postgresql/README.md | 2 ++ 16/root/usr/share/container-scripts/postgresql/README.md | 2 ++ 18/root/usr/share/container-scripts/postgresql/README.md | 2 ++ README.md | 2 ++ src/root/usr/share/container-scripts/postgresql/README.md | 2 ++ 7 files changed, 14 insertions(+) diff --git a/12/root/usr/share/container-scripts/postgresql/README.md b/12/root/usr/share/container-scripts/postgresql/README.md index 2c61b99f..58944bc3 100644 --- a/12/root/usr/share/container-scripts/postgresql/README.md +++ b/12/root/usr/share/container-scripts/postgresql/README.md @@ -8,6 +8,8 @@ Please note that while the examples provided in this README utilize `podman`, it This container image offers a containerized version of the PostgreSQL postgres daemon and client application. The postgres server daemon accepts client connections and grants access to PostgreSQL database content on behalf of said clients. For more information regarding the PostgreSQL project, please visit the official project website (https://www.postgresql.org/). +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 Assuming you are utilizing the `rhel8/postgresql-12` image, which is accessible via the `postgresql:12` imagestream tag in Openshift, the following steps outline usage. To set only the mandatory environment variables without storing the database in a host directory, execute this command: diff --git a/13/root/usr/share/container-scripts/postgresql/README.md b/13/root/usr/share/container-scripts/postgresql/README.md index 6a850a19..4fddbe26 100644 --- a/13/root/usr/share/container-scripts/postgresql/README.md +++ b/13/root/usr/share/container-scripts/postgresql/README.md @@ -8,6 +8,8 @@ Please note that while the examples provided in this README utilize `podman`, it This container image offers a containerized version of the PostgreSQL postgres daemon and client application. The postgres server daemon accepts client connections and grants access to PostgreSQL database content on behalf of said clients. For more information regarding the PostgreSQL project, please visit the official project website (https://www.postgresql.org/). +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 Assuming you are utilizing the `rhel9/postgresql-13` image, which is accessible via the `postgresql:13` imagestream tag in Openshift, the following steps outline usage. To set only the mandatory environment variables without storing the database in a host directory, execute this command: diff --git a/15/root/usr/share/container-scripts/postgresql/README.md b/15/root/usr/share/container-scripts/postgresql/README.md index 3c49ed39..cbb1b746 100644 --- a/15/root/usr/share/container-scripts/postgresql/README.md +++ b/15/root/usr/share/container-scripts/postgresql/README.md @@ -8,6 +8,8 @@ Please note that while the examples provided in this README utilize `podman`, it This container image offers a containerized version of the PostgreSQL postgres daemon and client application. The postgres server daemon accepts client connections and grants access to PostgreSQL database content on behalf of said clients. For more information regarding the PostgreSQL project, please visit the official project website (https://www.postgresql.org/). +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 Assuming you are utilizing the `rhel9/postgresql-15` image, which is accessible via the `postgresql:15` imagestream tag in Openshift, the following steps outline usage. To set only the mandatory environment variables without storing the database in a host directory, execute this command: diff --git a/16/root/usr/share/container-scripts/postgresql/README.md b/16/root/usr/share/container-scripts/postgresql/README.md index 1ae5a521..51e4fe26 100644 --- a/16/root/usr/share/container-scripts/postgresql/README.md +++ b/16/root/usr/share/container-scripts/postgresql/README.md @@ -8,6 +8,8 @@ Please note that while the examples provided in this README utilize `podman`, it This container image offers a containerized version of the PostgreSQL postgres daemon and client application. The postgres server daemon accepts client connections and grants access to PostgreSQL database content on behalf of said clients. For more information regarding the PostgreSQL project, please visit the official project website (https://www.postgresql.org/). +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 Assuming you are utilizing the `rhel10/postgresql-16` image, which is accessible via the `postgresql:16` imagestream tag in Openshift, the following steps outline usage. To set only the mandatory environment variables without storing the database in a host directory, execute this command: diff --git a/18/root/usr/share/container-scripts/postgresql/README.md b/18/root/usr/share/container-scripts/postgresql/README.md index 0e15e6fc..aba237d2 100644 --- a/18/root/usr/share/container-scripts/postgresql/README.md +++ b/18/root/usr/share/container-scripts/postgresql/README.md @@ -8,6 +8,8 @@ Please note that while the examples provided in this README utilize `podman`, it This container image offers a containerized version of the PostgreSQL postgres daemon and client application. The postgres server daemon accepts client connections and grants access to PostgreSQL database content on behalf of said clients. For more information regarding the PostgreSQL project, please visit the official project website (https://www.postgresql.org/). +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 Assuming you are utilizing the `rhel10/postgresql-18` image, which is accessible via the `postgresql:18` imagestream tag in Openshift, the following steps outline usage. To set only the mandatory environment variables without storing the database in a host directory, execute this command: diff --git a/README.md b/README.md index 18ef2627..87e016b5 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,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. + ## Installation Choose either the CentOS Stream or RHEL-based image: diff --git a/src/root/usr/share/container-scripts/postgresql/README.md b/src/root/usr/share/container-scripts/postgresql/README.md index e2421d46..dfc9f582 100644 --- a/src/root/usr/share/container-scripts/postgresql/README.md +++ b/src/root/usr/share/container-scripts/postgresql/README.md @@ -8,6 +8,8 @@ Please note that while the examples provided in this README utilize `podman`, it This container image offers a containerized version of the PostgreSQL postgres daemon and client application. The postgres server daemon accepts client connections and grants access to PostgreSQL database content on behalf of said clients. For more information regarding the PostgreSQL project, please visit the official project website (https://www.postgresql.org/). +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. + ## Usage Assuming you are utilizing the `{{ spec.rhel_image_name }}` image, which is accessible via the `postgresql:{{ spec.version }}` imagestream tag in Openshift, the following steps outline usage. To set only the mandatory environment variables without storing the database in a host directory, execute this command: