Skip to content

Commit f6f7f8c

Browse files
committed
升级1.27.1.2
1 parent f92623d commit f6f7f8c

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
env:
1717
IMAGE_NAME: "buyfakett/openresty"
18-
IMAGE_TAG: "1.27.1.1-vts_0.2.4-ngx_waf_10.1.2"
18+
IMAGE_TAG: "1.27.1.2-vts_0.2.4-ngx_waf_10.1.2"
1919

2020
jobs:
2121
docker:

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ LABEL maintainer="Evan Wies <evan@neomantra.net>"
1111
# Docker Build Arguments
1212
ARG RESTY_IMAGE_BASE="ubuntu"
1313
ARG RESTY_IMAGE_TAG="focal"
14-
ARG RESTY_VERSION="1.27.1.1"
14+
ARG RESTY_VERSION="1.27.1.2"
1515
ARG RESTY_LUAROCKS_VERSION="3.11.1"
1616

1717
# https://github.com/openresty/openresty-packaging/blob/master/deb/openresty-openssl3/debian/rules
18-
ARG RESTY_OPENSSL_VERSION="3.0.16"
19-
ARG RESTY_OPENSSL_PATCH_VERSION="3.0.15"
18+
ARG RESTY_OPENSSL_VERSION="3.4.1"
19+
ARG RESTY_OPENSSL_PATCH_VERSION="3.4.1"
2020
ARG RESTY_OPENSSL_URL_BASE="https://github.com/openssl/openssl/releases/download/openssl-${RESTY_OPENSSL_VERSION}"
2121
# LEGACY: "https://www.openssl.org/source/old/1.1.1"
2222
ARG RESTY_OPENSSL_BUILD_OPTIONS="enable-camellia enable-seed enable-rfc3779 enable-cms enable-md2 enable-rc5 \
@@ -164,8 +164,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \
164164
&& curl -fSL "${RESTY_OPENSSL_URL_BASE}/openssl-${RESTY_OPENSSL_VERSION}.tar.gz" -o openssl-${RESTY_OPENSSL_VERSION}.tar.gz \
165165
&& tar xzf openssl-${RESTY_OPENSSL_VERSION}.tar.gz \
166166
&& cd openssl-${RESTY_OPENSSL_VERSION} \
167-
&& if [ $(echo ${RESTY_OPENSSL_VERSION} | cut -c 1-4) = "3.0." ] ; then \
168-
echo 'patching OpenSSL 3.0.15 for OpenResty' \
167+
&& if [ $(echo ${RESTY_OPENSSL_VERSION} | cut -c 1-2) = "3." ] ; then \
168+
echo 'patching OpenSSL 3.x for OpenResty' \
169169
&& curl -s https://raw.githubusercontent.com/openresty/openresty/master/patches/openssl-${RESTY_OPENSSL_PATCH_VERSION}-sess_set_get_cb_yield.patch | patch -p1 ; \
170170
fi \
171171
&& if [ $(echo ${RESTY_OPENSSL_VERSION} | cut -c 1-5) = "1.1.1" ] ; then \

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
本仓库把[vts-0.2.3](https://github.com/vozlt/nginx-module-vts)`nginx-lua-prometheus`[ngx_waf](https://github.com/ADD-SP/ngx_waf)打进`openresty`镜像中
1+
本仓库把[vts](https://github.com/vozlt/nginx-module-vts)[nginx-lua-prometheus](https://github.com/knyar/nginx-lua-prometheus)[ngx_waf](https://github.com/ADD-SP/ngx_waf)打进`openresty`镜像中
2+
3+
基于[docker-openresty](https://github.com/openresty/docker-openresty/blob/master/focal/Dockerfile)构建
24

35
## 使用方法:
46

0 commit comments

Comments
 (0)