@@ -37,13 +37,12 @@ RHEL versions currently supported are:
37
37
* RHEL9
38
38
39
39
CentOS versions currently supported are:
40
- * CentOS7
41
40
* CentOS Stream 9
42
41
43
42
44
43
Installation
45
44
----------------------
46
- Choose either the CentOS7 or RHEL7 based image:
45
+ Choose either the CentOS Stream or RHEL7 based image:
47
46
48
47
* ** RHEL7 based image**
49
48
@@ -64,12 +63,12 @@ Choose either the CentOS7 or RHEL7 based image:
64
63
$ make build TARGET=rhel7 VERSIONS=1.20
65
64
```
66
65
67
- * **CentOS7 based image**
66
+ * **CentOS Stream based image**
68
67
69
68
This image is available on DockerHub. To download it run:
70
69
71
70
```
72
- $ podman pull quay.io/centos7 /nginx-120-centos7
71
+ $ podman pull quay.io/sclorg /nginx-124-c9s
73
72
```
74
73
75
74
To build a CentOS based Nginx image from scratch, run:
@@ -78,10 +77,10 @@ Choose either the CentOS7 or RHEL7 based image:
78
77
$ git clone --recursive https://github.com/sclorg/nginx-container.git
79
78
$ cd nginx-container
80
79
$ git submodule update --init
81
- $ make build TARGET=centos7 VERSIONS=1.20
80
+ $ make build TARGET=c9s VERSIONS=1.24
82
81
```
83
82
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
85
84
in the commands above.
86
85
87
86
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).
103
102
For information about usage of Dockerfile for nginx 1.24,
104
103
see [usage documentation](1.24).
105
104
105
+ For information about usage of Dockerfile for nginx 1.26,
106
+ see [usage documentation](1.26).
107
+
106
108
Build
107
109
-----
108
110
Images can be built using `make` command.
0 commit comments