diff --git a/2.4/root/usr/share/container-scripts/httpd/README.md b/2.4/root/usr/share/container-scripts/httpd/README.md index cf1e3aae..1de082d9 100644 --- a/2.4/root/usr/share/container-scripts/httpd/README.md +++ b/2.4/root/usr/share/container-scripts/httpd/README.md @@ -5,6 +5,7 @@ This container image includes Apache HTTP Server 2.4 for OpenShift and general u Users can choose between RHEL, CentOS and Fedora based images. The RHEL images are available in the [Red Hat Container Catalog](https://access.redhat.com/containers/), the CentOS images are available on [Quay.io](https://quay.io/organization/centos7), +the CentOS Stream 8 and CentOS Stream 9 images are available on [Quay.io](https://quay.io/organization/sclorg), and the Fedora images are available in [Fedora Registry](https://registry.fedoraproject.org/). The resulting image can be run using [podman](https://github.com/containers/libpod). @@ -244,6 +245,7 @@ See also Dockerfile and other sources for this container image are available on https://github.com/sclorg/httpd-container. In that repository, the Dockerfile for CentOS7 is called Dockerfile, the Dockerfile -for RHEL7 is called Dockerfile.rhel7, the Dockerfile for RHEL8 is called Dockerfile.rhel8, the Dockerfile +for RHEL7 is called Dockerfile.rhel7, the Dockerfile for RHEL8 is called Dockerfile.rhel8, +the Dockerfile for RHEL9 is called Dockerfile.rhel9, the Dockerfile for CentOS Stream 8 is called Dockerfile.c8s, the Dockerfile for CentOS Stream 9 is called Dockerfile.c9s, and the Dockerfile for Fedora is called Dockerfile.fedora. diff --git a/README.md b/README.md index a2f346e9..7d0967bf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,11 @@ Apache HTTP Server Container Images [![Build and push images to Quay.io registry](https://github.com/sclorg/httpd-container/actions/workflows/build-and-push.yml/badge.svg)](https://github.com/sclorg/httpd-container/actions/workflows/build-and-push.yml) -[![Docker Repository on Quay](https://quay.io/repository/centos7/httpd-24-centos7/status "Docker Repository on Quay")](https://quay.io/repository/centos7/httpd-24-centos7) +Images available on Quay are: +* CentOS 7 [httpd-24](https://quay.io/repository/centos7/httpd-24-centos7) +* CentOS Stream 8 [httpd-2.4](https://quay.io/repository/sclorg/httpd-24-c8s) +* CentOS Stream 9 [httpd-2.4](https://quay.io/repository/sclorg/httpd-24-c9s) +* Fedora [httpd-2.4](https://quay.io/repository/fedora/httpd-24) This repository contains Dockerfiles for Apache HTTP Server images for OpenShift and general usage. Users can choose between RHEL and CentOS based images. @@ -21,6 +25,8 @@ Apache HTTPD versions currently provided are: RHEL versions currently supported are: * RHEL 7 +* RHEL 8 +* RHEL 9 CentOS versions currently supported are: * CentOS 7