Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ae9742a

Browse files
nginx-botgithub-actions[bot]
authored andcommittedApr 25, 2025·
Update docker images 4e475a5b
1 parent a0e11a8 commit ae9742a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎build/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
447447

448448

449449
############################################# Base image for UBI8 with NGINX Plus and App Protect WAF #############################################
450-
FROM redhat/ubi8@sha256:8bd1b6306f8164de7fb0974031a0f903bd3ab3e6bcab835854d3d9a1a74ea5db AS ubi-8-plus-nap
450+
FROM redhat/ubi8@sha256:244e9858f9d8a2792a3dceb850b4fa8fdbd67babebfde42587bfa919d5d1ecef AS ubi-8-plus-nap
451451
ARG NAP_MODULES
452452
ARG NGINX_AGENT
453453
ARG NGINX_PLUS_VERSION
@@ -494,7 +494,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
494494

495495

496496
############################################# Base image for UBI8 with NGINX Plus and App Protect WAFv5 #############################################
497-
FROM redhat/ubi8@sha256:8bd1b6306f8164de7fb0974031a0f903bd3ab3e6bcab835854d3d9a1a74ea5db AS ubi-8-plus-nap-v5
497+
FROM redhat/ubi8@sha256:244e9858f9d8a2792a3dceb850b4fa8fdbd67babebfde42587bfa919d5d1ecef AS ubi-8-plus-nap-v5
498498
ARG NAP_MODULES
499499
ARG NGINX_AGENT
500500
ARG NGINX_PLUS_VERSION

‎tests/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM kindest/node:v1.32.3@sha256:b36e76b4ad37b88539ce5e07425f77b29f73a8eaaebf3f1
55
# this is here so we can grab the latest version of skopeo and have dependabot keep it up to date
66
FROM quay.io/skopeo/stable:v1.18.0
77

8-
FROM python:3.13@sha256:9819e5616923079cc16af4a93d4be92c0c487c6e02fd9027220381f3e125d64a
8+
FROM python:3.13@sha256:34dc8eb488136014caf530ec03a3a2403473a92d67a01a26256c365b5b2fc0d4
99

1010
RUN apt-get update \
1111
&& apt-get install -y curl git apache2-utils \

0 commit comments

Comments
 (0)
Please sign in to comment.