Skip to content

Commit 4e12fd7

Browse files
pdabelf5AlexFenlon
andauthored
Update NGINX to 1.29.3, NGINX Agent to 3.5 (#8494)
* Update NGINX to 1.29.3 Update Debian to 13/trixie * Update nginx oss to 1.29.3 in data.json and makefile * Update nginx agent to v3.5 in data.json and makefile * update oss sha --------- Co-authored-by: AlexFenlon <[email protected]>
1 parent 2311688 commit 4e12fd7

File tree

4 files changed

+25
-24
lines changed

4 files changed

+25
-24
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ VER = $(shell grep IC_VERSION .github/data/version.txt | cut -d '=' -f 2)
33
GIT_TAG = $(shell git describe --exact-match --tags || echo untagged)
44
VERSION = $(VER)-SNAPSHOT
55
# renovate: datasource=docker depName=nginx/nginx
6-
NGINX_OSS_VERSION ?= 1.29.1
6+
NGINX_OSS_VERSION ?= 1.29.3
77
NGINX_PLUS_VERSION ?= R35
88
NAP_WAF_VERSION ?= 35+5.527
99
NAP_WAF_COMMON_VERSION ?= 11.559
1010
NAP_WAF_PLUGIN_VERSION ?= 6.23.0
1111
NAP_AGENT_VERSION ?= 2
12-
NGINX_AGENT_VERSION ?= 3.3
12+
NGINX_AGENT_VERSION ?= 3.5
1313
PLUS_ARGS = --build-arg NGINX_PLUS_VERSION=$(NGINX_PLUS_VERSION) --secret id=nginx-repo.crt,src=nginx-repo.crt --secret id=nginx-repo.key,src=nginx-repo.key
1414

1515
# Variables that can be overridden

build/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# syntax=docker/dockerfile:1.20
22
ARG BUILD_OS=debian
33
# renovate: datasource=docker depName=nginx/nginx
4-
ARG NGINX_OSS_VERSION=1.29.1
4+
ARG NGINX_OSS_VERSION=1.29.3
55
ARG NGINX_PLUS_VERSION=R35
66
ARG NAP_WAF_VERSION=35+5.527
77
ARG NAP_WAF_COMMON_VERSION=11.559
88
ARG NAP_WAF_PLUGIN_VERSION=6.23.0
9-
ARG NGINX_AGENT_VERSION=3.3
9+
ARG NGINX_AGENT_VERSION=3.5
1010
ARG NAP_AGENT_VERSION=2
1111
ARG DOWNLOAD_TAG=edge
1212
ARG DEBIAN_FRONTEND=noninteractive
@@ -88,7 +88,7 @@ USER 101
8888

8989

9090
############################################# Base image for Alpine #############################################
91-
FROM nginx:1.29.1-alpine3.22@sha256:42a516af16b852e33b7682d5ef8acbd5d13fe08fecadc7ed98605ba5e3b26ab8 AS alpine
91+
FROM nginx:1.29.3-alpine3.22@sha256:b3c656d55d7ad751196f21b7fd2e8d4da9cb430e32f646adcf92441b72f82b14 AS alpine
9292
ARG PACKAGE_REPO
9393
ARG NGINX_OSS_VERSION
9494
ARG NGINX_AGENT_VERSION
@@ -107,7 +107,7 @@ RUN --mount=type=bind,from=nginx-files,src=nginx_signing.rsa.pub,target=/etc/apk
107107

108108

109109
############################################# Base image for Debian #############################################
110-
FROM nginx:1.29.1@sha256:8adbdcb969e2676478ee2c7ad333956f0c8e0e4c5a7463f4611d7a2e7a7ff5dc AS debian
110+
FROM nginx:1.29.3@sha256:553f64aecdc31b5bf944521731cd70e35da4faed96b2b7548a3d8e2598c52a42 AS debian
111111
ARG NGINX_OSS_VERSION
112112
ARG NGINX_AGENT_VERSION
113113

tests/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# syntax=docker/dockerfile:1.20
2-
FROM python:3.14-bookworm@sha256:ec171bc30122c014f83f7756fe21c4ab26d33e7c4610a63a18da2728f9ed33f8
1+
# syntax=docker/dockerfile:1.19
2+
FROM python:3.14-trixie@sha256:49abbd353ed1b33760614f952e03737c9f1870a79a0c66e82849f5ebf73e2044
3+
34

45
RUN apt-get update \
56
&& apt-get install -y curl git apache2-utils \

tests/data/modules/data.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66
"packages": [
77
{
88
"name": "nginx",
9-
"version": "1.29.1"
9+
"version": "1.29.3"
1010
},
1111
{
1212
"name": "nginx-module-njs",
13-
"version": "1.29.1"
13+
"version": "1.29.3"
1414
},
1515
{
1616
"name": "nginx-module-otel",
17-
"version": "1.29.1"
17+
"version": "1.29.3"
1818
},
1919
{
2020
"name": "nginx-agent",
21-
"version": "3.3"
21+
"version": "3.5"
2222
}
2323
],
2424
"system": "debian",
@@ -49,7 +49,7 @@
4949
},
5050
{
5151
"name": "nginx-agent",
52-
"version": "3.3"
52+
"version": "3.5"
5353
}
5454
],
5555
"system": "debian",
@@ -240,19 +240,19 @@
240240
"packages": [
241241
{
242242
"name": "nginx",
243-
"version": "1.29.1"
243+
"version": "1.29.3"
244244
},
245245
{
246246
"name": "nginx-module-njs",
247-
"version": "1.29.1"
247+
"version": "1.29.3"
248248
},
249249
{
250250
"name": "nginx-module-otel",
251-
"version": "1.29.1"
251+
"version": "1.29.3"
252252
},
253253
{
254254
"name": "nginx-agent",
255-
"version": "3.3"
255+
"version": "3.5"
256256
}
257257
],
258258
"system": "alpine",
@@ -283,7 +283,7 @@
283283
},
284284
{
285285
"name": "nginx-agent",
286-
"version": "3.3"
286+
"version": "3.5"
287287
}
288288
],
289289
"system": "alpine",
@@ -314,7 +314,7 @@
314314
},
315315
{
316316
"name": "nginx-agent",
317-
"version": "3.3"
317+
"version": "3.5"
318318
}
319319
],
320320
"system": "alpine",
@@ -417,19 +417,19 @@
417417
"packages": [
418418
{
419419
"name": "nginx",
420-
"version": "1.29.1"
420+
"version": "1.29.3"
421421
},
422422
{
423423
"name": "nginx-module-njs",
424-
"version": "1.29.1"
424+
"version": "1.29.3"
425425
},
426426
{
427427
"name": "nginx-module-otel",
428-
"version": "1.29.1"
428+
"version": "1.29.3"
429429
},
430430
{
431431
"name": "nginx-agent",
432-
"version": "3.3"
432+
"version": "3.5"
433433
}
434434
],
435435
"system": "ubi",
@@ -460,7 +460,7 @@
460460
},
461461
{
462462
"name": "nginx-agent",
463-
"version": "3.3"
463+
"version": "3.5"
464464
}
465465
],
466466
"system": "ubi",

0 commit comments

Comments
 (0)