Skip to content

Commit 7de20e4

Browse files
committed
Fix main README
Signed-off-by: Petr "Stone" Hracek <[email protected]>
1 parent 9f2ba1a commit 7de20e4

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@ RHEL versions currently supported are:
3737
* RHEL9
3838

3939
CentOS versions currently supported are:
40-
* CentOS7
4140
* CentOS Stream 9
4241

4342

4443
Installation
4544
----------------------
46-
Choose either the CentOS7 or RHEL7 based image:
45+
Choose either the CentOS Stream or RHEL7 based image:
4746

4847
* **RHEL7 based image**
4948

@@ -64,12 +63,12 @@ Choose either the CentOS7 or RHEL7 based image:
6463
$ make build TARGET=rhel7 VERSIONS=1.20
6564
```
6665
67-
* **CentOS7 based image**
66+
* **CentOS Stream based image**
6867
6968
This image is available on DockerHub. To download it run:
7069
7170
```
72-
$ podman pull quay.io/centos7/nginx-120-centos7
71+
$ podman pull quay.io/sclorg/nginx-124-c9s
7372
```
7473
7574
To build a CentOS based Nginx image from scratch, run:
@@ -78,10 +77,10 @@ Choose either the CentOS7 or RHEL7 based image:
7877
$ git clone --recursive https://github.com/sclorg/nginx-container.git
7978
$ cd nginx-container
8079
$ git submodule update --init
81-
$ make build TARGET=centos7 VERSIONS=1.20
80+
$ make build TARGET=c9s VERSIONS=1.24
8281
```
8382
84-
For using other versions of Nginx, just replace the `1.20` value by particular version
83+
For using other versions of Nginx, just replace the `1.24` value by particular version
8584
in the commands above.
8685
8786
Note: while the installation steps are calling `podman`, you can replace any such calls by `docker` with the same arguments.
@@ -103,6 +102,9 @@ see [usage documentation](1.22).
103102
For information about usage of Dockerfile for nginx 1.24,
104103
see [usage documentation](1.24).
105104
105+
For information about usage of Dockerfile for nginx 1.26,
106+
see [usage documentation](1.26).
107+
106108
Build
107109
-----
108110
Images can be built using `make` command.

0 commit comments

Comments
 (0)