@@ -7,11 +7,11 @@ The NGINX Ingress Controller has been verified to run on the following Kubernete
7
7
8
8
## Supported Docker Images
9
9
10
- We provide the following Docker images, which include NGINX/NGINX Plus bundled with the Ingress Controller binary.
10
+ We provide the following Docker images, which include NGINX/NGINX Plus bundled with the Ingress Controller binary.
11
11
12
- ### Images with NGINX
12
+ ### Images with NGINX
13
13
14
- All images include NGINX 1.19.7 .
14
+ All images include NGINX 1.19.8 .
15
15
The supported architecture is x86-64.
16
16
17
17
``` eval_rst
@@ -25,23 +25,23 @@ The supported architecture is x86-64.
25
25
- DockerHub image
26
26
* - Debian-based image
27
27
- ``Dockerfile``
28
- - ``nginx:1.19.7 ``, which is based on ``debian:buster-slim``
29
- -
28
+ - ``nginx:1.19.8 ``, which is based on ``debian:buster-slim``
29
+ -
30
30
- ``nginx/nginx-ingress:1.10.0``
31
31
* - Alpine-based image
32
32
- ``DockerfileForAlpine``
33
- - ``nginx:1.19.7 -alpine``, which is based on ``alpine:3.13``
34
- -
33
+ - ``nginx:1.19.8 -alpine``, which is based on ``alpine:3.13``
34
+ -
35
35
- ``nginx/nginx-ingress:1.10.0-alpine``
36
36
* - Debian-based image with Opentracing
37
37
- ``DockerfileWithOpentracing``
38
- - ``nginx:1.19.7 ``, which is based on ``debian:buster-slim``
39
- - OpenTracing API for C++ 1.5.1, NGINX plugin for OpenTracing, C++ OpenTracing binding for Jaeger 0.4.2
40
- -
38
+ - ``nginx:1.19.8 ``, which is based on ``debian:buster-slim``
39
+ - OpenTracing API for C++ 1.5.1, NGINX plugin for OpenTracing, C++ OpenTracing binding for Jaeger 0.4.2
40
+ -
41
41
* - Ubi-based image
42
42
- ``openshift/Dockerfile``
43
43
- ``registry.access.redhat.com/ubi8/ubi:8.3``
44
- -
44
+ -
45
45
- ``nginx/nginx-ingress:1.10.0-ubi``
46
46
```
47
47
\* -- Dockerfile paths are relative to the `` build `` folder of the Ingress Controller git repo.
@@ -64,23 +64,23 @@ NGINX Plus images are not available through DockerHub.
64
64
* - Debian-based image
65
65
- ``DockerfileForPlus``
66
66
- ``debian:buster-slim``
67
- -
67
+ -
68
68
* - Debian-based image with Opentracing
69
69
- ``DockerfileWithOpentracingForPlus``
70
70
- ``debian:buster-slim``
71
- - NGINX Plus OpenTracing module, C++ OpenTracing binding for Jaeger 0.4.2
71
+ - NGINX Plus OpenTracing module, C++ OpenTracing binding for Jaeger 0.4.2
72
72
* - Ubi-based image
73
73
- ``openshift/DockerfileForPlus``
74
74
- ``registry.access.redhat.com/ubi8/ubi:8.3``
75
- -
75
+ -
76
76
* - Debian-based image with App Protect
77
77
- ``appprotect/DockerfileWithAppProtectForPlus``
78
78
- ``debian:buster-slim``
79
79
- NGINX Plus App Protect module
80
80
* - Ubi-based image with App Protect
81
81
- ``appprotect/DockerfileWithAppProtectForPlusForOpenShift``
82
82
- ``registry.access.redhat.com/ubi7/ubi``
83
- - NGINX Plus App Protect module
83
+ - NGINX Plus App Protect module
84
84
```
85
85
86
86
\* -- Dockerfile paths are relative to the `` build `` folder of the Ingress Controller git repo.
0 commit comments