Skip to content

Commit c3d7a1a

Browse files
nginx-botjjngx
andauthored
Docker image update a8ca1c46 (#7523)
Update docker images a8ca1c46 Co-authored-by: Jakub Jarosz <[email protected]>
1 parent 876aa06 commit c3d7a1a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ARG PACKAGE_REPO=pkgs.nginx.com
1111

1212

1313
############################################# Base images containing libs for Opentracing and FIPS #############################################
14-
FROM ghcr.io/nginx/dependencies/nginx-ot:nginx-1.27.4@sha256:588f2bd12e3b0d64ba8e21623893571d25372b29e07717485b2b4bbe441208aa AS opentracing-lib
15-
FROM ghcr.io/nginx/dependencies/nginx-ot:nginx-1.27.4-alpine@sha256:37c2959b4687b7df23f2dcaac061168a2ff7f8af5e95f0f507bd2adc2b3960c5 AS alpine-opentracing-lib
14+
FROM ghcr.io/nginx/dependencies/nginx-ot:nginx-1.27.4@sha256:cf655223cccc8ebd8aa7538be80c7e4d74a0d2402150258c94c2f50238db98d3 AS opentracing-lib
15+
FROM ghcr.io/nginx/dependencies/nginx-ot:nginx-1.27.4-alpine@sha256:667018dae3a7d3d28c7ff584b80f05c15a4e0c19cba0b5764222960ec2cf7443 AS alpine-opentracing-lib
1616
FROM ghcr.io/nginx/dependencies/nginx-ubi-ppc64le:nginx-1.27.4@sha256:fff4dde599b89cb22e5cea5d8cfba8c47bcedaa8e6fa549f5fe74a89c733aa2f AS ubi-ppc64le
1717
FROM ghcr.io/nginx/alpine-fips:0.2.4-alpine3.19@sha256:2a7f8451110b588b733e4cb8727a48153057b1debac5c78ef8a539ff63712fa1 AS alpine-fips-3.19
1818
FROM ghcr.io/nginx/alpine-fips:0.2.4-alpine3.21@sha256:5221dec2e33436f2586c743c7aa3ef4626c0ec54184dc3364d101036d4f4a060 AS alpine-fips-3.21
@@ -221,7 +221,7 @@ RUN --mount=type=bind,from=alpine-fips-3.19,target=/tmp/fips/ \
221221

222222

223223
############################################# Base image for Debian with NGINX Plus #############################################
224-
FROM debian:12-slim@sha256:12c396bd585df7ec21d5679bb6a83d4878bc4415ce926c9e5ea6426d23c60bdc AS debian-plus
224+
FROM debian:12-slim@sha256:537bb7422b661ed483951dd9a0a5ce735076cf86217a2b32c4ad3e8d993850a0 AS debian-plus
225225
ARG NGINX_PLUS_VERSION
226226

227227
ENV NGINX_VERSION=${NGINX_PLUS_VERSION}
@@ -466,7 +466,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
466466

467467

468468
############################################# Base image for UBI8 with NGINX Plus and App Protect WAF #############################################
469-
FROM redhat/ubi8@sha256:5993454fa14164449539110099944e04cc76912cfc2220f1e8762ffcb19b5289 AS ubi-8-plus-nap
469+
FROM redhat/ubi8@sha256:78c110b6dbea29a1621fd1578e04e863bbc09aa86ebc7dc4541d2288b4537ef2 AS ubi-8-plus-nap
470470
ARG NAP_MODULES
471471
ARG NGINX_AGENT
472472
ARG NGINX_PLUS_VERSION
@@ -513,7 +513,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
513513

514514

515515
############################################# Base image for UBI8 with NGINX Plus and App Protect WAFv5 #############################################
516-
FROM redhat/ubi8@sha256:5993454fa14164449539110099944e04cc76912cfc2220f1e8762ffcb19b5289 AS ubi-8-plus-nap-v5
516+
FROM redhat/ubi8@sha256:78c110b6dbea29a1621fd1578e04e863bbc09aa86ebc7dc4541d2288b4537ef2 AS ubi-8-plus-nap-v5
517517
ARG NAP_MODULES
518518
ARG NGINX_AGENT
519519
ARG NGINX_PLUS_VERSION

0 commit comments

Comments
 (0)