Skip to content

Commit c877936

Browse files
committed
replace unordered list with single line break
1 parent 89c924d commit c877936

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

site/content/technical-specifications.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,20 @@ NGINX Plus images are available through the F5 Container registry `private-regis
6767
{{< bootstrap-table "table table-striped table-bordered table-responsive" >}}
6868
|<div style="width:200px">Name</div> | <div style="width:100px">Base image</div> | <div style="width:200px">Additional modules</div> | F5 Container Registry Image | Architectures |
6969
| ---| ---| --- | --- | --- |
70-
|Alpine-based image | ``alpine:3.21`` | <ul><li>NJS (NGINX JavaScript)</li><li>OpenTelemetry</li></ul> | `nginx-ic/nginx-plus-ingress:{{< nic-version >}}-alpine` | arm64<br>amd64 |
71-
|Alpine-based image with FIPS inside | ``alpine:3.21`` | <ul><li>NJS (NGINX JavaScript)</li><li>OpenTelemetry</li><li>FIPS module and OpenSSL configuration</li></ul> | `nginx-ic/nginx-plus-ingress:{{< nic-version >}}-alpine-fips` | arm64<br>amd64 |
72-
|Alpine-based image with NGINX App Protect WAF & FIPS inside | ``alpine:3.19`` | <ul><li>NGINX App Protect WAF</li><li>NJS (NGINX JavaScript)</li><li>OpenTelemetry</li><li>FIPS module and OpenSSL configuration</li></ul> | `nginx-ic-nap/nginx-plus-ingress:{{< nic-version >}}-alpine-fips` | amd64 |
73-
|Alpine-based image with NGINX App Protect WAF v5 & FIPS inside | ``alpine:3.19`` | <ul><li>NGINX App Protect WAF v5</li><li>NJS (NGINX JavaScript)</li><li>OpenTelemetry</li><li>FIPS module and OpenSSL configuration</li></ul> | `nginx-ic-nap-v5/nginx-plus-ingress:{{< nic-version >}}-alpine-fips` | amd64 |
74-
|Debian-based image | ``debian:12-slim`` | <ul><li>NJS (NGINX JavaScript)</li><li>OpenTelemetry</li></ul> | `nginx-ic/nginx-plus-ingress:{{< nic-version >}}` | arm64<br>amd64 |
75-
|Debian-based image with NGINX App Protect WAF | ``debian:12-slim`` | <ul><li>NGINX App Protect WAF</li><li>NJS (NGINX JavaScript)</li><li>OpenTelemetry</li></ul> | `nginx-ic-nap/nginx-plus-ingress:{{< nic-version >}}` | amd64 |
76-
|Debian-based image with NGINX App Protect WAF v5 | ``debian:12-slim`` | <ul><li>NGINX App Protect WAF v5</li><li>NJS (NGINX JavaScript)</li><li>OpenTelemetry</li></ul> | `nginx-ic-nap-v5/nginx-plus-ingress:{{< nic-version >}}` | amd64 |
77-
|Debian-based image with NGINX App Protect DoS | ``debian:12-slim`` | <ul><li>NGINX App Protect DoS</li><li>NJS (NGINX JavaScript)</li><li>OpenTelemetry</li></ul> | `nginx-ic-dos/nginx-plus-ingress:{{< nic-version >}}` | amd64 |
78-
|Debian-based image with NGINX App Protect WAF and DoS | ``debian:12-slim`` | <ul><li>NGINX App Protect WAF and DoS</li><li>NJS (NGINX JavaScript)</li><li>OpenTelemetry</li></ul> | `nginx-ic-nap-dos/nginx-plus-ingress:{{< nic-version >}}` | amd64 |
79-
|Ubi-based image | ``redhat/ubi9-minimal`` | <ul><li>NJS (NGINX JavaScript)</li><li>OpenTelemetry</li></ul> | `nginx-ic/nginx-plus-ingress:{{< nic-version >}}-ubi` | arm64<br>amd64 |
80-
|Ubi-based image with NGINX App Protect WAF | ``redhat/ubi9`` | <ul><li>NGINX App Protect WAF</li><li>NJS (NGINX JavaScript)</li><li>OpenTelemetry</li></ul> | `nginx-ic-nap/nginx-plus-ingress:{{< nic-version >}}-ubi` | amd64 |
81-
|Ubi-based image with NGINX App Protect WAF v5 | ``redhat/ubi9`` | <ul><li>NGINX App Protect WAF v5</li><li>NJS (NGINX JavaScript)</li><li>OpenTelemetry</li></ul> | `nginx-ic-nap-v5/nginx-plus-ingress:{{< nic-version >}}-ubi` | amd64 |
82-
|Ubi-based image with NGINX App Protect DoS | ``redhat/ubi8`` | <ul><li>NGINX App Protect DoS</li><li>NJS (NGINX JavaScript)</li><li>OpenTelemetry</li></ul> | `nginx-ic-dos/nginx-plus-ingress:{{< nic-version >}}-ubi` | amd64 |
83-
|Ubi-based image with NGINX App Protect WAF and DoS | ``redhat/ubi8`` | <ul><li>NGINX App Protect WAF and DoS</li><li>NJS (NGINX JavaScript)</li><li>OpenTelemetry</li></ul> | `nginx-ic-nap-dos/nginx-plus-ingress:{{< nic-version >}}-ubi` | amd64 |
70+
|Alpine-based image | ``alpine:3.21`` | NJS (NGINX JavaScript)<br>OpenTelemetry | `nginx-ic/nginx-plus-ingress:{{< nic-version >}}-alpine` | arm64<br>amd64 |
71+
|Alpine-based image with FIPS inside | ``alpine:3.21`` | NJS (NGINX JavaScript)<br>OpenTelemetry<br>FIPS module and OpenSSL configuration | `nginx-ic/nginx-plus-ingress:{{< nic-version >}}-alpine-fips` | arm64<br>amd64 |
72+
|Alpine-based image with NGINX App Protect WAF & FIPS inside | ``alpine:3.19`` | NGINX App Protect WAF<br>NJS (NGINX JavaScript)<br>OpenTelemetry<br>FIPS module and OpenSSL configuration | `nginx-ic-nap/nginx-plus-ingress:{{< nic-version >}}-alpine-fips` | amd64 |
73+
|Alpine-based image with NGINX App Protect WAF v5 & FIPS inside | ``alpine:3.19`` | NGINX App Protect WAF v5<br>NJS (NGINX JavaScript)<br>OpenTelemetry<br>FIPS module and OpenSSL configuration | `nginx-ic-nap-v5/nginx-plus-ingress:{{< nic-version >}}-alpine-fips` | amd64 |
74+
|Debian-based image | ``debian:12-slim`` | NJS (NGINX JavaScript)<br>OpenTelemetry | `nginx-ic/nginx-plus-ingress:{{< nic-version >}}` | arm64<br>amd64 |
75+
|Debian-based image with NGINX App Protect WAF | ``debian:12-slim`` | NGINX App Protect WAF<br>NJS (NGINX JavaScript)<br>OpenTelemetry | `nginx-ic-nap/nginx-plus-ingress:{{< nic-version >}}` | amd64 |
76+
|Debian-based image with NGINX App Protect WAF v5 | ``debian:12-slim`` | NGINX App Protect WAF v5<br>NJS (NGINX JavaScript)<br>OpenTelemetry | `nginx-ic-nap-v5/nginx-plus-ingress:{{< nic-version >}}` | amd64 |
77+
|Debian-based image with NGINX App Protect DoS | ``debian:12-slim`` | NGINX App Protect DoS<br>NJS (NGINX JavaScript)<br>OpenTelemetry | `nginx-ic-dos/nginx-plus-ingress:{{< nic-version >}}` | amd64 |
78+
|Debian-based image with NGINX App Protect WAF and DoS | ``debian:12-slim`` | NGINX App Protect WAF and DoS<br>NJS (NGINX JavaScript)<br>OpenTelemetry | `nginx-ic-nap-dos/nginx-plus-ingress:{{< nic-version >}}` | amd64 |
79+
|Ubi-based image | ``redhat/ubi9-minimal`` | NJS (NGINX JavaScript)<br>OpenTelemetry | `nginx-ic/nginx-plus-ingress:{{< nic-version >}}-ubi` | arm64<br>amd64 |
80+
|Ubi-based image with NGINX App Protect WAF | ``redhat/ubi9`` | NGINX App Protect WAF<br>NJS (NGINX JavaScript)<br>OpenTelemetry | `nginx-ic-nap/nginx-plus-ingress:{{< nic-version >}}-ubi` | amd64 |
81+
|Ubi-based image with NGINX App Protect WAF v5 | ``redhat/ubi9`` | NGINX App Protect WAF v5<br>NJS (NGINX JavaScript)<br>OpenTelemetry | `nginx-ic-nap-v5/nginx-plus-ingress:{{< nic-version >}}-ubi` | amd64 |
82+
|Ubi-based image with NGINX App Protect DoS | ``redhat/ubi8`` | NGINX App Protect DoS<br>NJS (NGINX JavaScript)<br>OpenTelemetry | `nginx-ic-dos/nginx-plus-ingress:{{< nic-version >}}-ubi` | amd64 |
83+
|Ubi-based image with NGINX App Protect WAF and DoS | ``redhat/ubi8`` | NGINX App Protect WAF and DoS<br>NJS (NGINX JavaScript)<br>OpenTelemetry | `nginx-ic-nap-dos/nginx-plus-ingress:{{< nic-version >}}-ubi` | amd64 |
8484
{{% /bootstrap-table %}}
8585

8686
---

0 commit comments

Comments
 (0)