Skip to content

Commit aacce5d

Browse files
authored
Bump nginx to 1.23.4 (#3852)
1 parent 1af92da commit aacce5d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ ARG DOWNLOAD_TAG=edge
55

66

77
############################################# Base images containing libs for Opentracing #############################################
8-
FROM opentracing/nginx-opentracing:nginx-1.23.3 as opentracing-lib
9-
FROM opentracing/nginx-opentracing:nginx-1.23.3-alpine as alpine-opentracing-lib
8+
FROM opentracing/nginx-opentracing:nginx-1.23.4 as opentracing-lib
9+
FROM opentracing/nginx-opentracing:nginx-1.23.4-alpine as alpine-opentracing-lib
1010

1111

1212
############################################# Base image for Debian #############################################
13-
FROM nginx:1.23.3 AS debian
13+
FROM nginx:1.23.4 AS debian
1414

1515
RUN --mount=type=bind,from=opentracing-lib,target=/tmp/ot/ \
1616
apt-get update \
@@ -24,7 +24,7 @@ RUN --mount=type=bind,from=opentracing-lib,target=/tmp/ot/ \
2424

2525

2626
############################################# Base image for Alpine #############################################
27-
FROM nginx:1.23.3-alpine AS alpine
27+
FROM nginx:1.23.4-alpine AS alpine
2828

2929
RUN --mount=type=bind,from=alpine-opentracing-lib,target=/tmp/ot/ \
3030
apk add --no-cache libcap libstdc++ \
@@ -110,7 +110,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
110110

111111

112112
############################################# Base image for UBI #############################################
113-
FROM nginxcontrib/nginx:1.23.3-ubi AS ubi
113+
FROM nginxcontrib/nginx:1.23.4-ubi AS ubi
114114
ARG IC_VERSION
115115

116116
LABEL name="NGINX Ingress Controller" \

docs/content/technical-specifications.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ All images include NGINX 1.23.2.
5050
{{% table %}}
5151
|Name | Base image | Third-party modules | DockerHub image | Architectures |
5252
| ---| ---| ---| --- | --- |
53-
|Alpine-based image | ``nginx:1.23.3-alpine``, which is based on ``alpine:3.17`` | NGINX OpenTracing module, OpenTracing library, OpenTracing tracers for Jaeger, Zipkin and Datadog | ``nginx/nginx-ingress:3.1.0-alpine`` | arm/v7, arm64, amd64, ppc64le, s390x |
54-
|Debian-based image | ``nginx:1.23.3``, which is based on ``debian:11-slim`` | NGINX OpenTracing module, OpenTracing library, OpenTracing tracers for Jaeger, Zipkin and Datadog | ``nginx/nginx-ingress:3.1.0`` | arm/v7, arm64, amd64, ppc64le, s390x |
55-
|Ubi-based image | ``nginxcontrib/nginx:1.23.3-ubi``, which is based on ``redhat/ubi9-minimal`` | | ``nginx/nginx-ingress:3.1.0-ubi`` | arm64, amd64, ppc64le, s390x |
53+
|Alpine-based image | ``nginx:1.23.4-alpine``, which is based on ``alpine:3.17`` | NGINX OpenTracing module, OpenTracing library, OpenTracing tracers for Jaeger, Zipkin and Datadog | ``nginx/nginx-ingress:3.1.0-alpine`` | arm/v7, arm64, amd64, ppc64le, s390x |
54+
|Debian-based image | ``nginx:1.23.4``, which is based on ``debian:11-slim`` | NGINX OpenTracing module, OpenTracing library, OpenTracing tracers for Jaeger, Zipkin and Datadog | ``nginx/nginx-ingress:3.1.0`` | arm/v7, arm64, amd64, ppc64le, s390x |
55+
|Ubi-based image | ``nginxcontrib/nginx:1.23.4-ubi``, which is based on ``redhat/ubi9-minimal`` | | ``nginx/nginx-ingress:3.1.0-ubi`` | arm64, amd64, ppc64le, s390x |
5656
{{% /table %}}
5757

5858
### Images with NGINX Plus

0 commit comments

Comments
 (0)