Skip to content

Commit 554d636

Browse files
nic-create-pr[bot]nginx-botpdabelf5
authored
Docker image update 25509baa (#10481)
Update docker images 25509baa Co-authored-by: nginx-bot <integrations@nginx.com> Co-authored-by: Paul Abel <128620221+pdabelf5@users.noreply.github.com>
1 parent 3cd3eb0 commit 554d636

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

build/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG UBI10_PACKAGES_IMAGE=ghcr.io/nginx/dependencies/nginx-ubi:ubi10@sha256:d0e6b
1717

1818

1919
############################################# External dependency images #############################################
20-
FROM golang:1.26.5-alpine@sha256:739b5c7c89c2ba19b5744fab836efe973158e2c4b08808e99285f735af3e2926 AS golang-builder
20+
FROM golang:1.26.5-alpine@sha256:0178a641fbb4858c5f1b48e34bdaabe0350a330a1b1149aabd498d0699ff5fb2 AS golang-builder
2121
FROM ghcr.io/nginx/alpine-fips:0.5.0-alpine3.22@sha256:f907d7541ab03453fd7d630dc0fb8d9a819717ea52a7956fe1f45b9833051177 AS alpine-fips-3.22
2222
FROM ${UBI10_PACKAGES_IMAGE} AS ubi10-packages
2323
FROM redhat/ubi10-minimal:10.2-1782798957@sha256:b217fa65d8c21058887b18f005f587e47a17dd1281a5196ac88d01724a273dbd AS ubi-minimal
@@ -117,7 +117,7 @@ RUN --mount=type=bind,from=nginx-files,src=nginx_signing.rsa.pub,target=/etc/apk
117117

118118

119119
############################################### NGINX OSS - Debian #############################################
120-
FROM debian:trixie-slim@sha256:28de0877c2189802884ccd20f15ee41c203573bd87bb6b883f5f46362d24c5c2 AS debian
120+
FROM debian:trixie-slim@sha256:020c0d20b9880058cbe785a9db107156c3c75c2ac944a6aa7ab59f2add76a7bd AS debian
121121
ARG NGINX_OSS_VERSION
122122
ARG AGENT_V3_VERSION
123123

@@ -389,7 +389,7 @@ RUN --mount=type=secret,id=nginx-repo.crt,dst=/etc/apk/cert.pem,mode=0644 \
389389
# Base: debian:13-slim
390390
# Installs: nginx-plus, nginx-plus-module-njs/otel/fips-check, libcap2-bin, libcurl4
391391
# Extended: debian-plus (Agent v3) • debian-plus-nap-base • debian-plus-nap-v5-base
392-
FROM debian:13-slim@sha256:28de0877c2189802884ccd20f15ee41c203573bd87bb6b883f5f46362d24c5c2 AS debian-plus-only
392+
FROM debian:13-slim@sha256:020c0d20b9880058cbe785a9db107156c3c75c2ac944a6aa7ab59f2add76a7bd AS debian-plus-only
393393
ARG NGINX_PLUS_VERSION
394394

395395
ENV NGINX_VERSION=${NGINX_PLUS_VERSION}

build/dependencies/Dockerfile.ubi10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ADD --link --chown=101:0 https://cs.nginx.com/static/files/app-protect-10.repo a
66
ADD --link --chown=101:0 https://cs.nginx.com/static/files/app-protect-dos-10.repo app-protect-dos-10.repo
77
ADD --link --chown=101:0 https://cs.nginx.com/static/files/dependencies.repo dependencies.repo
88

9-
FROM redhat/ubi10@sha256:be840bb76e74900d39d5e4620c184e89382dcfce09cb05c98b4e1246d55612a5 AS rpm-build
9+
FROM redhat/ubi10@sha256:802583cce6369422f62434fccd9bf310655c065cc9f4f60a007faf095e57afc7 AS rpm-build
1010
RUN --mount=type=bind,from=nginx-files,src=nginx-plus-10.repo,target=/tmp/nginx-plus.repo \
1111
--mount=type=bind,from=nginx-files,src=app-protect-10.repo,target=/tmp/app-protect-10.repo \
1212
--mount=type=bind,from=nginx-files,src=app-protect-dos-10.repo,target=/tmp/app-protect-dos-10.repo \

tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.25
2-
FROM python:3.14-trixie@sha256:7a320a6d1216cd356eb4790261f2332e6e29e32f7e80646cb3e79f9e65b8e2c2
2+
FROM python:3.14-trixie@sha256:6ad91c3bc07ebbbcd2ee421e9364606c2ef4fb336e8a62b49b85507f4880c425
33
ARG ARCH=amd64
44

55
ENV PYTHONUNBUFFERED=1

0 commit comments

Comments
 (0)