@@ -7,11 +7,11 @@ The NGINX Ingress Controller has been verified to run on the following Kubernete
77
88## Supported Docker Images
99
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.
1111
12- ### Images with NGINX
12+ ### Images with NGINX
1313
14- All images include NGINX 1.19.7 .
14+ All images include NGINX 1.19.8 .
1515The supported architecture is x86-64.
1616
1717``` eval_rst
@@ -25,23 +25,23 @@ The supported architecture is x86-64.
2525 - DockerHub image
2626 * - Debian-based image
2727 - ``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+ -
3030 - ``nginx/nginx-ingress:1.10.0``
3131 * - Alpine-based image
3232 - ``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+ -
3535 - ``nginx/nginx-ingress:1.10.0-alpine``
3636 * - Debian-based image with Opentracing
3737 - ``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+ -
4141 * - Ubi-based image
4242 - ``openshift/Dockerfile``
4343 - ``registry.access.redhat.com/ubi8/ubi:8.3``
44- -
44+ -
4545 - ``nginx/nginx-ingress:1.10.0-ubi``
4646```
4747\* -- 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.
6464 * - Debian-based image
6565 - ``DockerfileForPlus``
6666 - ``debian:buster-slim``
67- -
67+ -
6868 * - Debian-based image with Opentracing
6969 - ``DockerfileWithOpentracingForPlus``
7070 - ``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
7272 * - Ubi-based image
7373 - ``openshift/DockerfileForPlus``
7474 - ``registry.access.redhat.com/ubi8/ubi:8.3``
75- -
75+ -
7676 * - Debian-based image with App Protect
7777 - ``appprotect/DockerfileWithAppProtectForPlus``
7878 - ``debian:buster-slim``
7979 - NGINX Plus App Protect module
8080 * - Ubi-based image with App Protect
8181 - ``appprotect/DockerfileWithAppProtectForPlusForOpenShift``
8282 - ``registry.access.redhat.com/ubi7/ubi``
83- - NGINX Plus App Protect module
83+ - NGINX Plus App Protect module
8484```
8585
8686\* -- Dockerfile paths are relative to the `` build `` folder of the Ingress Controller git repo.
0 commit comments