8000 Docker image update 2c057116 (#7520) · nginx/kubernetes-ingress@cece1d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit cece1d1

Browse files
authored
Docker image update 2c057116 (#7520)
Update docker images 2c057116
1 parent 5f0adf8 commit cece1d1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ 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:03f155e36694d5a812b5df19caafd1e7172d5134d77f68d797d51078144d1aa7 AS opentracing-lib
15-
FROM ghcr.io/nginx/dependencies/nginx-ot:nginx-1.27.4-alpine@sha256:2490e516e9ce35a1e188d3200613bba63bef628bfef6e2c9e6a5e00aef9b679a 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.17@sha256:73de48bf4ce75fe74c3b7169e63b28edeecafac8c14cc52509becb8b98f84202 AS alpine-fips-3.17
1818
FROM ghcr.io/nginx/alpine-fips:0.2.4-alpine3.20@sha256:d28eeb2c22f4ef223cd3e424943451a782aa0ba1a96a1dbd20c8d90e8c4341e0 AS alpine-fips-3.20
19-
FROM redhat/ubi9-minimal:9.5@sha256:14f14e03d68f7fd5f2b18a13478b6b127c341b346c86b6e0b886ed2b7573b8e0 AS ubi-minimal
19+
FROM redhat/ubi9-minimal:9.5@sha256:bafd57451de2daa71ed301b277d49bd120b474ed438367f087eac0b885a668dc AS ubi-minimal
2020
FROM golang:1.24-alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS golang-builder
2121

2222

@@ -439,7 +439,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
439439

440440

441441
############################################# Base image for UBI8 with NGINX Plus and App Protect WAF #############################################
442-
FROM redhat/ubi8@sha256:ecbeb81a4737dfca66ad18eaafb4892d8602b1ae938e0ac3251bb4335aa1a547 AS ubi-8-plus-nap
442+
FROM redhat/ubi8@sha256:5993454fa14164449539110099944e04cc76912cfc2220f1e8762ffcb19b5289 AS ubi-8-plus-nap
443443
ARG NAP_MODULES
444444
ARG NGINX_AGENT
445445
ARG NGINX_PLUS_VERSION
@@ -484,7 +484,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/ssl/nginx/nginx-repo.crt,mode
484484

485485

486486
############################################# Base image for UBI8 with NGINX Plus and App Protect WAFv5 #############################################
487-
FROM redhat/ubi8@sha256:ecbeb81a4737dfca66ad18eaafb4892d8602b1ae938e0ac3251bb4335aa1a547 AS ubi-8-plus-nap-v5
487+
FROM redhat/ubi8@sha256:5993454fa14164449539110099944e04cc76912cfc2220f1e8762ffcb19b5289 AS ubi-8-plus-nap-v5
488488
ARG NAP_MODULES
489489
ARG NGINX_AGENT
490490
ARG NGINX_PLUS_VERSION

build/dependencies/Dockerfile.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1.8
22
FROM nginx:1.27.4@sha256:9d6b58feebd2dbd3c56ab5853333d627cc6e281011cfd6050fa4bcf2072c9496 AS nginx
33

4-
FROM redhat/ubi9:9.5@sha256:d342aa80781bf41c4c73485c41d8f1e2dbc40ee491633d9cafe787c361dd44ff AS rpm-build
4+
FROM redhat/ubi9:9.5@sha256:8d53b60617e53e4dbd6c0d485c569801f48dbeb40b48c8424a67e33a07320968 AS rpm-build
55
ARG NGINX
66
ARG NJS
77
ENV NGINX_VERSION ${NGINX}

0 commit comments

Comments
 (0)
0