updated nginx to 1.27.2
Some checks failed
CI / Build nginx docker images (push) Failing after 3m24s
Some checks failed
CI / Build nginx docker images (push) Failing after 3m24s
This commit is contained in:
@@ -35,8 +35,8 @@ 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.1"
|
"gitea.woggioni.net/woggioni/nginx:v1.27.2"
|
||||||
build-args: "VERSION=1.27.1"
|
build-args: "VERSION=1.27.2"
|
||||||
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
|
||||||
|
|
||||||
|
@@ -116,9 +116,8 @@ RUN GPG_KEYS=D6786CE303D9A9022998DC6CC8464D549AF75C0A \
|
|||||||
&& make -C/usr/src/boringssl/build -j$(getconf _NPROCESSORS_ONLN) \
|
&& make -C/usr/src/boringssl/build -j$(getconf _NPROCESSORS_ONLN) \
|
||||||
) \
|
) \
|
||||||
&& cd /usr/src/nginx-${NGINX_VERSION} \
|
&& cd /usr/src/nginx-${NGINX_VERSION} \
|
||||||
&& curl -fSL https://raw.githubusercontent.com/nginx-modules/ngx_http_tls_dyn_size/master/nginx__dynamic_tls_records_1.25.1%2B.patch -o dynamic_tls_records.patch \
|
&& 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 \
|
&& patch -p1 < dynamic_tls_records.patch \ && ./configure $CONFIG --with-debug --with-cc-opt="-I/usr/src/boringssl/include" --with-ld-opt="-L/usr/src/boringssl/build/ssl -L/usr/src/boringssl/build/crypto" \
|
||||||
&& ./configure $CONFIG --with-debug --with-cc-opt="-I/usr/src/boringssl/include" --with-ld-opt="-L/usr/src/boringssl/build/ssl -L/usr/src/boringssl/build/crypto" \
|
|
||||||
&& make -j$(getconf _NPROCESSORS_ONLN) \
|
&& make -j$(getconf _NPROCESSORS_ONLN) \
|
||||||
&& mv objs/nginx objs/nginx-debug \
|
&& mv objs/nginx objs/nginx-debug \
|
||||||
&& mv objs/ngx_http_xslt_filter_module.so objs/ngx_http_xslt_filter_module-debug.so \
|
&& mv objs/ngx_http_xslt_filter_module.so objs/ngx_http_xslt_filter_module-debug.so \
|
||||||
|
Reference in New Issue
Block a user