@@ -3,18 +3,6 @@ Nginx container images
33
44[ ![ Build and push container images to quay.io registry] ( https://github.com/sclorg/nginx-container/actions/workflows/build-and-push.yml/badge.svg )] ( https://github.com/sclorg/nginx-container/actions/workflows/build-and-push.yml )
55
6- Images available on Quay are:
7- * CentOS Stream 9 [ nginx-1.20] ( https://quay.io/repository/sclorg/nginx-120-c9s )
8- * CentOS Stream 9 [ nginx-1.24] ( https://quay.io/repository/sclorg/nginx-124-c9s )
9- * CentOS Stream 10 [ nginx-1.26] ( https://quay.io/repository/sclorg/nginx-126-c10s )
10- * Fedora [ nginx-1.20] ( https://quay.io/repository/fedora/nginx-120 )
11- * Fedora [ nginx-1.22] ( https://quay.io/repository/fedora/nginx-122 )
12- * Fedora [ nginx-1.24] ( https://quay.io/repository/fedora/nginx-124 )
13- * Fedora [ nginx-1.26] ( https://quay.io/repository/fedora/nginx-126 )
14- * Micro CentOS Stream 9 [ nginx-1.22] ( https://quay.io/repository/sclorg/nginx-122-micro-c9s )
15- * Micro Fedora [ nginx-1.22] ( https://quay.io/repository/fedora/nginx-122-micro )
16-
17-
186This repository contains Dockerfiles for Nginx images for OpenShift.
197Users can choose between RHEL, Fedora, CentOS and CentOS Stream based images.
208
@@ -26,21 +14,20 @@ For more information about concepts used in these container images, see the
2614
2715Versions
2816--------
29- Nginx versions currently provided are:
30- * [ nginx-1.20] ( 1.20 )
31- * [ nginx-1.22] ( 1.22 )
32- * [ nginx-1.22 micro] ( 1.22-micro )
33- * [ nginx-1.24] ( 1.24 )
34- * [ nginx-1.26] ( 1.26 )
35-
36- RHEL versions currently supported are:
37- * RHEL8
38- * RHEL9
39- * RHEL10
40-
41- CentOS Stream versions currently supported are:
42- * CentOS Stream 9
43- * CentOS Stream 10
17+ Currently supported versions are visible in the following table, expand an entry to see its container registry address.
18+ <!--
19+ Table start
20+ -->
21+ || CentOS Stream 9| CentOS Stream 10| Fedora| RHEL 8| RHEL 9| RHEL 10|
22+ | :--| :--:| :--:| :--:| :--:| :--:| :--:|
23+ | 1.20||||| <details ><summary >✓</summary >` registry.redhat.io/rhel9/nginx-120 ` </details >||
24+ | 1.22|||| <details ><summary >✓</summary >` registry.redhat.io/rhel8/nginx-122 ` </details >| <details ><summary >✓</summary >` registry.redhat.io/rhel9/nginx-122 ` </details >||
25+ | 1.22-micro| <details ><summary >✓</summary >` quay.io/sclorg/nginx-122-micro-c9s ` </details >||| <details ><summary >✓</summary >` registry.redhat.io/rhel8/nginx-122-micro ` </details >|||
26+ | 1.24| <details ><summary >✓</summary >` quay.io/sclorg/nginx-124-c9s ` </details >||| <details ><summary >✓</summary >` registry.redhat.io/rhel8/nginx-124 ` </details >| <details ><summary >✓</summary >` registry.redhat.io/rhel9/nginx-124 ` </details >||
27+ | 1.26| <details ><summary >✓</summary >` quay.io/sclorg/nginx-126-c9s ` </details >| <details ><summary >✓</summary >` quay.io/sclorg/nginx-126-c10s ` </details >| <details ><summary >✓</summary >` quay.io/fedora/nginx-126 ` </details >|| <details ><summary >✓</summary >` registry.redhat.io/rhel9/nginx-126 ` </details >| <details ><summary >✓</summary >` registry.redhat.io/rhel10/nginx-126 ` </details >|
28+ <!--
29+ Table end
30+ -->
4431
4532
4633Installation
0 commit comments