From 69ab44ce5dfb720610c9e933667be8abdf66160f Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 29 May 2025 14:59:32 +0200 Subject: [PATCH] [bitnami/nginx] Release 1.28.0-debian-12-r2 (#81596) Signed-off-by: Bitnami Bot --- bitnami/nginx/1.28/debian-12/Dockerfile | 4 ++-- bitnami/nginx/README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/nginx/1.28/debian-12/Dockerfile b/bitnami/nginx/1.28/debian-12/Dockerfile index fc2eeddfe8e2..1b8abb75a606 100644 --- a/bitnami/nginx/1.28/debian-12/Dockerfile +++ b/bitnami/nginx/1.28/debian-12/Dockerfile @@ -8,10 +8,10 @@ ARG TARGETARCH LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \ org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2025-05-17T20:22:26Z" \ + org.opencontainers.image.created="2025-05-29T11:56:53Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/nginx/README.md" \ - org.opencontainers.image.ref.name="1.28.0-debian-12-r1" \ + org.opencontainers.image.ref.name="1.28.0-debian-12-r2" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/nginx" \ org.opencontainers.image.title="nginx" \ org.opencontainers.image.vendor="Broadcom, Inc." \ diff --git a/bitnami/nginx/README.md b/bitnami/nginx/README.md index d1618640d69e..0d57d2244a6f 100644 --- a/bitnami/nginx/README.md +++ b/bitnami/nginx/README.md @@ -4,7 +4,7 @@ > NGINX Open Source is a web server that can be also used as a reverse proxy, load balancer, and HTTP cache. Recommended for high-demanding sites due to its ability to provide faster content. -[Overview of NGINX Open Source](http://nginx.org) +[Overview of NGINX Open Source](https://nginx.org) Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. ## TL;DR @@ -525,8 +525,8 @@ RUN install_packages dirmngr gpg gpg-agent curl build-essential libpcre3-dev zli RUN gpg --keyserver pgp.mit.edu --recv-key 520A9993A1C052F8 ## Download NGINX, verify integrity and extract RUN cd /tmp && \ - curl -O http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz && \ - curl -O http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz.asc && \ + curl -O https://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz && \ + curl -O https://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz.asc && \ gpg --verify nginx-${NGINX_VERSION}.tar.gz.asc nginx-${NGINX_VERSION}.tar.gz && \ tar xzf nginx-${NGINX_VERSION}.tar.gz ## Compile NGINX with desired module