updated nginx to 1.28
All checks were successful
CI / Build nginx docker images (push) Successful in 2m2s
All checks were successful
CI / Build nginx docker images (push) Successful in 2m2s
This commit is contained in:
@@ -35,10 +35,10 @@ jobs:
|
|||||||
pull: true
|
pull: true
|
||||||
tags: |
|
tags: |
|
||||||
"gitea.woggioni.net/woggioni/nginx:latest"
|
"gitea.woggioni.net/woggioni/nginx:latest"
|
||||||
"gitea.woggioni.net/woggioni/nginx:v1.27.4"
|
"gitea.woggioni.net/woggioni/nginx:v1.28.0"
|
||||||
secrets: |
|
secrets: |
|
||||||
GIT_AUTH_TOKEN.github.com=${{ secrets.GH_ACCESS_TOKEN }}
|
GIT_AUTH_TOKEN.github.com=${{ secrets.GH_ACCESS_TOKEN }}
|
||||||
build-args: "NGINX_VERSION=1.27.4"
|
build-args: "NGINX_VERSION=1.28.0"
|
||||||
cache-from: type=registry,ref=gitea.woggioni.net/woggioni/nginx:buildx
|
cache-from: type=registry,ref=gitea.woggioni.net/woggioni/nginx:buildx
|
||||||
cache-to: type=registry,mode=max,compression=zstd,image-manifest=true,oci-mediatypes=true,ref=gitea.woggioni.net/woggioni/nginx:buildx
|
cache-to: type=registry,mode=max,compression=zstd,image-manifest=true,oci-mediatypes=true,ref=gitea.woggioni.net/woggioni/nginx:buildx
|
||||||
|
|
||||||
|
@@ -52,8 +52,6 @@ CONFIG='
|
|||||||
'
|
'
|
||||||
|
|
||||||
cd /nginx
|
cd /nginx
|
||||||
curl -fSL https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/master/nginx__dynamic_tls_records_1.27.2%2B.patch -o dynamic_tls_records.patch
|
|
||||||
patch -p1 < dynamic_tls_records.patch
|
|
||||||
|
|
||||||
auto/configure $CONFIG \
|
auto/configure $CONFIG \
|
||||||
--with-cc-opt="-I/home/luser/libressl/build/include" \
|
--with-cc-opt="-I/home/luser/libressl/build/include" \
|
||||||
|
Reference in New Issue
Block a user