update to nginx v1.25.2
Build Container Image / build_amd64 (push) Successful in 50s Details
Build Container Image / publish_amd64 (push) Successful in 28s Details
Build Container Image / build_riscv64 (push) Successful in 3m29s Details
Build Container Image / publish_riscv64 (push) Successful in 18s Details
Build Container Image / build_armhf (push) Successful in 4m12s Details
Build Container Image / publish_armhf (push) Successful in 25s Details
Build Container Image / build_arm64 (push) Successful in 2m39s Details
Build Container Image / build_manifest (push) Successful in 9s Details
Build Container Image / publish_arm64 (push) Successful in 21s Details
Build Container Image / publish_manifest (push) Successful in 31s Details

This commit is contained in:
Daniel Wolf 2023-08-28 08:32:14 -04:00
parent 84b5e558d6
commit 7632772140
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
3 changed files with 4 additions and 4 deletions

View File

@ -194,11 +194,11 @@ jobs:
password: ${{ secrets.DOCKER_PASS }}
- name: Docker Manifest
run: |
docker manifest create nephatrine/nginx-ssl:1.25.1 --amend nephatrine/nginx-ssl:latest-amd64 --amend nephatrine/nginx-ssl:latest-arm64v8 --amend nephatrine/nginx-ssl:latest-armv7 --amend nephatrine/nginx-ssl:latest-riscv64
docker manifest create nephatrine/nginx-ssl:1.25.2 --amend nephatrine/nginx-ssl:latest-amd64 --amend nephatrine/nginx-ssl:latest-arm64v8 --amend nephatrine/nginx-ssl:latest-armv7 --amend nephatrine/nginx-ssl:latest-riscv64
docker manifest create nephatrine/nginx-ssl:1.25 --amend nephatrine/nginx-ssl:latest-amd64 --amend nephatrine/nginx-ssl:latest-arm64v8 --amend nephatrine/nginx-ssl:latest-armv7 --amend nephatrine/nginx-ssl:latest-riscv64
docker manifest create nephatrine/nginx-ssl:1 --amend nephatrine/nginx-ssl:latest-amd64 --amend nephatrine/nginx-ssl:latest-arm64v8 --amend nephatrine/nginx-ssl:latest-armv7 --amend nephatrine/nginx-ssl:latest-riscv64
docker manifest create nephatrine/nginx-ssl:latest --amend nephatrine/nginx-ssl:latest-amd64 --amend nephatrine/nginx-ssl:latest-arm64v8 --amend nephatrine/nginx-ssl:latest-armv7 --amend nephatrine/nginx-ssl:latest-riscv64
docker manifest push --purge nephatrine/nginx-ssl:1.25.1
docker manifest push --purge nephatrine/nginx-ssl:1.25.2
docker manifest push --purge nephatrine/nginx-ssl:1.25
docker manifest push --purge nephatrine/nginx-ssl:1
docker manifest push --purge nephatrine/nginx-ssl:latest

View File

@ -3,7 +3,7 @@ FROM nephatrine/nxbuilder:alpine AS builder
RUN echo "====== INSTALL LIBRARIES ======" \
&& apk add --no-cache gd-dev geoip-dev libatomic_ops-dev libxslt-dev pcre-dev
ARG NGINX_VERSION=release-1.25.1
ARG NGINX_VERSION=release-1.25.2
RUN git -C /root clone -b "$NGINX_VERSION" --single-branch --depth=1 https://github.com/nginx/nginx.git
RUN echo "====== COMPILE NGINX ======" \

View File

@ -8,7 +8,7 @@ This docker container manages the NGINX application, a lightweight web server
and reverse proxy. It includes certbot/letsencrypt for easily obtaining TLS
certificates if your server is publicly accessible.
The `latest` tag points to version `1.25.1` and this is the only image actively
The `latest` tag points to version `1.25.2` and this is the only image actively
being updated. There are tags for older versions, but these may no longer be
using the latest Alpine version and packages.