You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
io.k8s.description="The NGINX Ingress controller is an application that runs in a cluster and configures an HTTP load balancer according to Ingress resources." \
############################################# Base image for UBI with NGINX Plus, App Protect WAF and App Protect Dos #############################################
224
206
FROM ubi-plus-nap as ubi-plus-nap-dos
@@ -230,12 +212,12 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
Copy file name to clipboardExpand all lines: docs/content/technical-specifications.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ All images include NGINX 1.21.6.
33
33
|Alpine-based image with OpenTracing |``nginx:1.21.6-alpine``, which is based on ``alpine:3.15``| NGINX OpenTracing module, OpenTracing library, OpenTracing tracers for Jaeger, Zipkin and Datadog |``nginx/nginx-ingress:2.1.1-alpine-ot``| arm/v7, arm64, amd64, ppc64le, s390x |
34
34
|Debian-based image |``nginx:1.21.6``, which is based on ``debian:bullseye-slim``||``nginx/nginx-ingress:2.1.1``| arm/v7, arm64, amd64, ppc64le, s390x |
35
35
|Debian-based image with OpenTracing |``nginx:1.21.6``, which is based on ``debian:bullseye-slim``| NGINX OpenTracing module, OpenTracing library, OpenTracing tracers for Jaeger, Zipkin and Datadog |``nginx/nginx-ingress:2.1.1-ot``| arm/v7, arm64, amd64, ppc64le, s390x |
@@ -51,10 +51,10 @@ NGINX Plus images are available through the F5 Container registry `private-regis
51
51
|Debian-based image with App Protect WAF|``debian:buster-slim``| NGINX Plus App Protect WAF module; NGINX Plus JavaScript module |`nginx-ic-nap/nginx-plus-ingress:2.1.1`| amd64 |
52
52
|Debian-based image with App Protect DoS |``debian:buster-slim``| NGINX Plus App Protect DoS module; NGINX Plus JavaScript module || amd64 |
53
53
|Debian-based image with App Protect WAF and DoS |``debian:buster-slim``| NGINX Plus App Protect WAF and DoS modules; NGINX Plus JavaScript module || amd64 |
|Ubi-based image with App Protect WAF |``registry.access.redhat.com/ubi7/ubi``| NGINX Plus App Protect WAF module; NGINX Plus JavaScript module |`nginx-ic-nap/nginx-plus-ingress:2.1.1-ubi`| amd64 |
56
-
|Ubi-based image with App Protect DoS |``registry.access.redhat.com/ubi7/ubi``| NGINX Plus App Protect DoS module; NGINX Plus JavaScript module || amd64 |
57
-
|Ubi-based image with App Protect WAF and DoS |``registry.access.redhat.com/ubi7/ubi``| NGINX Plus App Protect WAF and DoS modules; NGINX Plus JavaScript module || amd64 |
|Ubi-based image with App Protect WAF |``redhat/ubi8``| NGINX Plus App Protect WAF module; NGINX Plus JavaScript module |`nginx-ic-nap/nginx-plus-ingress:2.1.1-ubi`| amd64 |
56
+
|Ubi-based image with App Protect DoS |``redhat/ubi8``| NGINX Plus App Protect DoS module; NGINX Plus JavaScript module || amd64 |
57
+
|Ubi-based image with App Protect WAF and DoS |``redhat/ubi8``| NGINX Plus App Protect WAF and DoS modules; NGINX Plus JavaScript module || amd64 |
58
58
{{% /table %}}
59
59
60
60
We also provide NGINX Plus images through the AWS Marketplace. Please see [Using the AWS Marketplace Ingress Controller Image](/nginx-ingress-controller/installation/using-aws-marketplace-image.md) for details on how to set up the required IAM resources in your EKS cluster.
0 commit comments