From d80420e9db360a1afe687f3f966f0a698af1cf51 Mon Sep 17 00:00:00 2001 From: Zuzana Miklankova Date: Mon, 26 Feb 2024 15:13:47 +0100 Subject: [PATCH] cXs imagestreams: use -elX suffix for tag names --- imagestreams/httpd-centos.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imagestreams/httpd-centos.json b/imagestreams/httpd-centos.json index 498da638..dd80dd9f 100644 --- a/imagestreams/httpd-centos.json +++ b/imagestreams/httpd-centos.json @@ -89,7 +89,7 @@ } }, { - "name": "2.4-micro-c9s", + "name": "2.4-micro-el9", "annotations": { "description": "Build and serve static content via Apache HTTP Server (httpd) 2.4 on CentOS 9 Stream. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/README.md.", "iconClass": "icon-apache", @@ -129,7 +129,7 @@ } }, { - "name": "2.4-micro-c8s", + "name": "2.4-micro-el8", "annotations": { "description": "Build and serve static content via Apache HTTP Server (httpd) 2.4 on CentOS 8 Stream. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/httpd-container/blob/master/2.4/README.md.", "iconClass": "icon-apache",