update to nginx 1.25
Build Container Image / build_amd64 (push) Successful in 1m46s Details
Build Container Image / publish_amd64 (push) Successful in 47s Details
Build Container Image / build_arm64 (push) Successful in 3m19s Details
Build Container Image / publish_arm64 (push) Successful in 36s Details
Build Container Image / build_riscv64 (push) Successful in 5m29s Details
Build Container Image / build_armhf (push) Successful in 6m8s Details
Build Container Image / publish_riscv64 (push) Successful in 50s Details
Build Container Image / build_manifest (push) Successful in 15s Details
Build Container Image / publish_armhf (push) Successful in 58s Details
Build Container Image / publish_manifest (push) Successful in 17s Details

This commit is contained in:
Daniel Wolf 2023-06-12 17:36:49 -04:00
parent d43b72c4db
commit 5c3c08ad8a
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
3 changed files with 6 additions and 6 deletions

View File

@ -194,12 +194,12 @@ jobs:
password: ${{ secrets.DOCKER_PASS }}
- name: Docker Manifest
run: |
docker manifest create nephatrine/nginx-ssl:1.24.0 --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.24 --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.0 --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.24.0
docker manifest push --purge nephatrine/nginx-ssl:1.24
docker manifest push --purge nephatrine/nginx-ssl:1.25.0
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
- name: Checkout Repository

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.24.0
ARG NGINX_VERSION=release-1.25.0
RUN git -C /root clone -b "$NGINX_VERSION" --single-branch --depth=1 https://github.com/nginx/nginx.git
RUN echo "====== COMPILE NGINX ======" \

View File

@ -22,7 +22,7 @@ PHP or MySQL are not included.
## Docker Tags
- **nephatrine/nginx-ssl:latest**: NGINX v1.24.0 / Alpine Latest
- **nephatrine/nginx-ssl:latest**: NGINX v1.25.0 / Alpine Latest
## Configuration Variables