[bitnami/nginx] Release 1.28.0-debian-12-r2 (#81596)

Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
Bitnami Bot
2025-05-29 14:59:32 +02:00
committed by GitHub
parent 0fa77f7bca
commit 69ab44ce5d
2 changed files with 5 additions and 5 deletions

View File

@@ -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." \

View File

@@ -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