Skip to content

Commit

Permalink
Automated updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocicerchia committed Jan 18, 2025
1 parent e19ca34 commit 0477530
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 56 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ENV VER_GEOIP=$VER_GEOIP
# consistently in the system. If needed to use the latest Lua version (ie >=5.4)
# the os system package would be required, resulting in a system with multiple
# versions available.
ARG VER_LUAJIT=2.1-20241113
ARG VER_LUAJIT=2.1-20250117
ENV VER_LUAJIT=$VER_LUAJIT
ARG LUAJIT_LIB=/usr/local/lib
ENV LUAJIT_LIB=$LUAJIT_LIB
Expand All @@ -78,13 +78,13 @@ ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH
# lua-nginx-module
# https://github.com/openresty/lua-nginx-module
# Production ready.
ARG VER_LUA_NGINX_MODULE=0.10.27
ARG VER_LUA_NGINX_MODULE=0.10.28
ENV VER_LUA_NGINX_MODULE=$VER_LUA_NGINX_MODULE

# lua-resty-core
# https://github.com/openresty/lua-resty-core
# This library is production ready.
ARG VER_LUA_RESTY_CORE=0.1.30
ARG VER_LUA_RESTY_CORE=0.1.31
ENV VER_LUA_RESTY_CORE=$VER_LUA_RESTY_CORE
ARG LUA_LIB_DIR=/usr/local/share/lua/5.1
ENV LUA_LIB_DIR=$LUA_LIB_DIR
Expand Down Expand Up @@ -178,7 +178,7 @@ ENV VER_MISC_NGINX=$VER_MISC_NGINX

# stream-lua-nginx-module
# https://github.com/openresty/stream-lua-nginx-module
ARG VER_OPENRESTY_STREAMLUA=7a40a36f734451b2b99631ecc9b24ea0b54679c6
ARG VER_OPENRESTY_STREAMLUA=4169f1ba16860e30403372693a85171bebf1994d
ENV VER_OPENRESTY_STREAMLUA=$VER_OPENRESTY_STREAMLUA

# lua-resty-limit-traffic
Expand Down
8 changes: 4 additions & 4 deletions nginx/1.27.3/almalinux/9.5-20241118/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ENV VER_GEOIP=$VER_GEOIP
# consistently in the system. If needed to use the latest Lua version (ie >=5.4)
# the os system package would be required, resulting in a system with multiple
# versions available.
ARG VER_LUAJIT=2.1-20241113
ARG VER_LUAJIT=2.1-20250117
ENV VER_LUAJIT=$VER_LUAJIT
ARG LUAJIT_LIB=/usr/local/lib
ENV LUAJIT_LIB=$LUAJIT_LIB
Expand All @@ -78,13 +78,13 @@ ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH
# lua-nginx-module
# https://github.com/openresty/lua-nginx-module
# Production ready.
ARG VER_LUA_NGINX_MODULE=0.10.27
ARG VER_LUA_NGINX_MODULE=0.10.28
ENV VER_LUA_NGINX_MODULE=$VER_LUA_NGINX_MODULE

# lua-resty-core
# https://github.com/openresty/lua-resty-core
# This library is production ready.
ARG VER_LUA_RESTY_CORE=0.1.30
ARG VER_LUA_RESTY_CORE=0.1.31
ENV VER_LUA_RESTY_CORE=$VER_LUA_RESTY_CORE
ARG LUA_LIB_DIR=/usr/local/share/lua/5.1
ENV LUA_LIB_DIR=$LUA_LIB_DIR
Expand Down Expand Up @@ -178,7 +178,7 @@ ENV VER_MISC_NGINX=$VER_MISC_NGINX

# stream-lua-nginx-module
# https://github.com/openresty/stream-lua-nginx-module
ARG VER_OPENRESTY_STREAMLUA=7a40a36f734451b2b99631ecc9b24ea0b54679c6
ARG VER_OPENRESTY_STREAMLUA=4169f1ba16860e30403372693a85171bebf1994d
ENV VER_OPENRESTY_STREAMLUA=$VER_OPENRESTY_STREAMLUA

# lua-resty-limit-traffic
Expand Down
8 changes: 4 additions & 4 deletions nginx/1.27.3/almalinux/9.5-20241118/tpl/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ VER_GEOIP=3.4
# luajit2
# https://github.com/openresty/luajit2/tags
# Note: LuaJIT2 is stuck on Lua 5.1 since 2009.
VER_LUAJIT=2.1-20241113
VER_LUAJIT=2.1-20250117

# lua-nginx-module
# https://github.com/openresty/lua-nginx-module/tags
# Production ready.
VER_LUA_NGINX_MODULE=0.10.27
VER_LUA_NGINX_MODULE=0.10.28

# lua-resty-core
# https://github.com/openresty/lua-resty-core/tags
# This library is production ready.
VER_LUA_RESTY_CORE=0.1.30
VER_LUA_RESTY_CORE=0.1.31

# LUAROCKS
################################################################################
Expand Down Expand Up @@ -110,7 +110,7 @@ VER_MISC_NGINX=0.33
# error: unknown type name 'ngx_stream_ssl_conf_t'; did you mean 'ngx_stream_addr_conf_t'
# The fix is released in master branch only without proper tag yet.
# So using the latest master commit available to date.
VER_OPENRESTY_STREAMLUA=7a40a36f734451b2b99631ecc9b24ea0b54679c6
VER_OPENRESTY_STREAMLUA=4169f1ba16860e30403372693a85171bebf1994d

# lua-resty-limit-traffic
# https://github.com/openresty/lua-resty-limit-traffic/tags
Expand Down
8 changes: 4 additions & 4 deletions nginx/1.27.3/alpine/3.21.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ENV VER_GEOIP=$VER_GEOIP
# consistently in the system. If needed to use the latest Lua version (ie >=5.4)
# the os system package would be required, resulting in a system with multiple
# versions available.
ARG VER_LUAJIT=2.1-20241113
ARG VER_LUAJIT=2.1-20250117
ENV VER_LUAJIT=$VER_LUAJIT
ARG LUAJIT_LIB=/usr/local/lib
ENV LUAJIT_LIB=$LUAJIT_LIB
Expand All @@ -78,13 +78,13 @@ ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH
# lua-nginx-module
# https://github.com/openresty/lua-nginx-module
# Production ready.
ARG VER_LUA_NGINX_MODULE=0.10.27
ARG VER_LUA_NGINX_MODULE=0.10.28
ENV VER_LUA_NGINX_MODULE=$VER_LUA_NGINX_MODULE

# lua-resty-core
# https://github.com/openresty/lua-resty-core
# This library is production ready.
ARG VER_LUA_RESTY_CORE=0.1.30
ARG VER_LUA_RESTY_CORE=0.1.31
ENV VER_LUA_RESTY_CORE=$VER_LUA_RESTY_CORE
ARG LUA_LIB_DIR=/usr/local/share/lua/5.1
ENV LUA_LIB_DIR=$LUA_LIB_DIR
Expand Down Expand Up @@ -178,7 +178,7 @@ ENV VER_MISC_NGINX=$VER_MISC_NGINX

# stream-lua-nginx-module
# https://github.com/openresty/stream-lua-nginx-module
ARG VER_OPENRESTY_STREAMLUA=7a40a36f734451b2b99631ecc9b24ea0b54679c6
ARG VER_OPENRESTY_STREAMLUA=4169f1ba16860e30403372693a85171bebf1994d
ENV VER_OPENRESTY_STREAMLUA=$VER_OPENRESTY_STREAMLUA

# lua-resty-limit-traffic
Expand Down
8 changes: 4 additions & 4 deletions nginx/1.27.3/alpine/3.21.2/tpl/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ VER_GEOIP=3.4
# luajit2
# https://github.com/openresty/luajit2/tags
# Note: LuaJIT2 is stuck on Lua 5.1 since 2009.
VER_LUAJIT=2.1-20241113
VER_LUAJIT=2.1-20250117

# lua-nginx-module
# https://github.com/openresty/lua-nginx-module/tags
# Production ready.
VER_LUA_NGINX_MODULE=0.10.27
VER_LUA_NGINX_MODULE=0.10.28

# lua-resty-core
# https://github.com/openresty/lua-resty-core/tags
# This library is production ready.
VER_LUA_RESTY_CORE=0.1.30
VER_LUA_RESTY_CORE=0.1.31

# LUAROCKS
################################################################################
Expand Down Expand Up @@ -110,7 +110,7 @@ VER_MISC_NGINX=0.33
# error: unknown type name 'ngx_stream_ssl_conf_t'; did you mean 'ngx_stream_addr_conf_t'
# The fix is released in master branch only without proper tag yet.
# So using the latest master commit available to date.
VER_OPENRESTY_STREAMLUA=7a40a36f734451b2b99631ecc9b24ea0b54679c6
VER_OPENRESTY_STREAMLUA=4169f1ba16860e30403372693a85171bebf1994d

# lua-resty-limit-traffic
# https://github.com/openresty/lua-resty-limit-traffic/tags
Expand Down
8 changes: 4 additions & 4 deletions nginx/1.27.3/amazonlinux/2023.6.20250107.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ENV VER_GEOIP=$VER_GEOIP
# consistently in the system. If needed to use the latest Lua version (ie >=5.4)
# the os system package would be required, resulting in a system with multiple
# versions available.
ARG VER_LUAJIT=2.1-20241113
ARG VER_LUAJIT=2.1-20250117
ENV VER_LUAJIT=$VER_LUAJIT
ARG LUAJIT_LIB=/usr/local/lib
ENV LUAJIT_LIB=$LUAJIT_LIB
Expand All @@ -78,13 +78,13 @@ ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH
# lua-nginx-module
# https://github.com/openresty/lua-nginx-module
# Production ready.
ARG VER_LUA_NGINX_MODULE=0.10.27
ARG VER_LUA_NGINX_MODULE=0.10.28
ENV VER_LUA_NGINX_MODULE=$VER_LUA_NGINX_MODULE

# lua-resty-core
# https://github.com/openresty/lua-resty-core
# This library is production ready.
ARG VER_LUA_RESTY_CORE=0.1.30
ARG VER_LUA_RESTY_CORE=0.1.31
ENV VER_LUA_RESTY_CORE=$VER_LUA_RESTY_CORE
ARG LUA_LIB_DIR=/usr/local/share/lua/5.1
ENV LUA_LIB_DIR=$LUA_LIB_DIR
Expand Down Expand Up @@ -178,7 +178,7 @@ ENV VER_MISC_NGINX=$VER_MISC_NGINX

# stream-lua-nginx-module
# https://github.com/openresty/stream-lua-nginx-module
ARG VER_OPENRESTY_STREAMLUA=7a40a36f734451b2b99631ecc9b24ea0b54679c6
ARG VER_OPENRESTY_STREAMLUA=4169f1ba16860e30403372693a85171bebf1994d
ENV VER_OPENRESTY_STREAMLUA=$VER_OPENRESTY_STREAMLUA

# lua-resty-limit-traffic
Expand Down
8 changes: 4 additions & 4 deletions nginx/1.27.3/amazonlinux/2023.6.20250107.0/tpl/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ VER_GEOIP=3.4
# luajit2
# https://github.com/openresty/luajit2/tags
# Note: LuaJIT2 is stuck on Lua 5.1 since 2009.
VER_LUAJIT=2.1-20241113
VER_LUAJIT=2.1-20250117

# lua-nginx-module
# https://github.com/openresty/lua-nginx-module/tags
# Production ready.
VER_LUA_NGINX_MODULE=0.10.27
VER_LUA_NGINX_MODULE=0.10.28

# lua-resty-core
# https://github.com/openresty/lua-resty-core/tags
# This library is production ready.
VER_LUA_RESTY_CORE=0.1.30
VER_LUA_RESTY_CORE=0.1.31

# LUAROCKS
################################################################################
Expand Down Expand Up @@ -110,7 +110,7 @@ VER_MISC_NGINX=0.33
# error: unknown type name 'ngx_stream_ssl_conf_t'; did you mean 'ngx_stream_addr_conf_t'
# The fix is released in master branch only without proper tag yet.
# So using the latest master commit available to date.
VER_OPENRESTY_STREAMLUA=7a40a36f734451b2b99631ecc9b24ea0b54679c6
VER_OPENRESTY_STREAMLUA=4169f1ba16860e30403372693a85171bebf1994d

# lua-resty-limit-traffic
# https://github.com/openresty/lua-resty-limit-traffic/tags
Expand Down
8 changes: 4 additions & 4 deletions nginx/1.27.3/debian/12.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ENV VER_GEOIP=$VER_GEOIP
# consistently in the system. If needed to use the latest Lua version (ie >=5.4)
# the os system package would be required, resulting in a system with multiple
# versions available.
ARG VER_LUAJIT=2.1-20241113
ARG VER_LUAJIT=2.1-20250117
ENV VER_LUAJIT=$VER_LUAJIT
ARG LUAJIT_LIB=/usr/local/lib
ENV LUAJIT_LIB=$LUAJIT_LIB
Expand All @@ -78,13 +78,13 @@ ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH
# lua-nginx-module
# https://github.com/openresty/lua-nginx-module
# Production ready.
ARG VER_LUA_NGINX_MODULE=0.10.27
ARG VER_LUA_NGINX_MODULE=0.10.28
ENV VER_LUA_NGINX_MODULE=$VER_LUA_NGINX_MODULE

# lua-resty-core
# https://github.com/openresty/lua-resty-core
# This library is production ready.
ARG VER_LUA_RESTY_CORE=0.1.30
ARG VER_LUA_RESTY_CORE=0.1.31
ENV VER_LUA_RESTY_CORE=$VER_LUA_RESTY_CORE
ARG LUA_LIB_DIR=/usr/local/share/lua/5.1
ENV LUA_LIB_DIR=$LUA_LIB_DIR
Expand Down Expand Up @@ -178,7 +178,7 @@ ENV VER_MISC_NGINX=$VER_MISC_NGINX

# stream-lua-nginx-module
# https://github.com/openresty/stream-lua-nginx-module
ARG VER_OPENRESTY_STREAMLUA=7a40a36f734451b2b99631ecc9b24ea0b54679c6
ARG VER_OPENRESTY_STREAMLUA=4169f1ba16860e30403372693a85171bebf1994d
ENV VER_OPENRESTY_STREAMLUA=$VER_OPENRESTY_STREAMLUA

# lua-resty-limit-traffic
Expand Down
8 changes: 4 additions & 4 deletions nginx/1.27.3/debian/12.9/tpl/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ VER_GEOIP=3.4
# luajit2
# https://github.com/openresty/luajit2/tags
# Note: LuaJIT2 is stuck on Lua 5.1 since 2009.
VER_LUAJIT=2.1-20241113
VER_LUAJIT=2.1-20250117

# lua-nginx-module
# https://github.com/openresty/lua-nginx-module/tags
# Production ready.
VER_LUA_NGINX_MODULE=0.10.27
VER_LUA_NGINX_MODULE=0.10.28

# lua-resty-core
# https://github.com/openresty/lua-resty-core/tags
# This library is production ready.
VER_LUA_RESTY_CORE=0.1.30
VER_LUA_RESTY_CORE=0.1.31

# LUAROCKS
################################################################################
Expand Down Expand Up @@ -110,7 +110,7 @@ VER_MISC_NGINX=0.33
# error: unknown type name 'ngx_stream_ssl_conf_t'; did you mean 'ngx_stream_addr_conf_t'
# The fix is released in master branch only without proper tag yet.
# So using the latest master commit available to date.
VER_OPENRESTY_STREAMLUA=7a40a36f734451b2b99631ecc9b24ea0b54679c6
VER_OPENRESTY_STREAMLUA=4169f1ba16860e30403372693a85171bebf1994d

# lua-resty-limit-traffic
# https://github.com/openresty/lua-resty-limit-traffic/tags
Expand Down
8 changes: 4 additions & 4 deletions nginx/1.27.3/fedora/41/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ENV VER_GEOIP=$VER_GEOIP
# consistently in the system. If needed to use the latest Lua version (ie >=5.4)
# the os system package would be required, resulting in a system with multiple
# versions available.
ARG VER_LUAJIT=2.1-20241113
ARG VER_LUAJIT=2.1-20250117
ENV VER_LUAJIT=$VER_LUAJIT
ARG LUAJIT_LIB=/usr/local/lib
ENV LUAJIT_LIB=$LUAJIT_LIB
Expand All @@ -78,13 +78,13 @@ ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH
# lua-nginx-module
# https://github.com/openresty/lua-nginx-module
# Production ready.
ARG VER_LUA_NGINX_MODULE=0.10.27
ARG VER_LUA_NGINX_MODULE=0.10.28
ENV VER_LUA_NGINX_MODULE=$VER_LUA_NGINX_MODULE

# lua-resty-core
# https://github.com/openresty/lua-resty-core
# This library is production ready.
ARG VER_LUA_RESTY_CORE=0.1.30
ARG VER_LUA_RESTY_CORE=0.1.31
ENV VER_LUA_RESTY_CORE=$VER_LUA_RESTY_CORE
ARG LUA_LIB_DIR=/usr/local/share/lua/5.1
ENV LUA_LIB_DIR=$LUA_LIB_DIR
Expand Down Expand Up @@ -178,7 +178,7 @@ ENV VER_MISC_NGINX=$VER_MISC_NGINX

# stream-lua-nginx-module
# https://github.com/openresty/stream-lua-nginx-module
ARG VER_OPENRESTY_STREAMLUA=7a40a36f734451b2b99631ecc9b24ea0b54679c6
ARG VER_OPENRESTY_STREAMLUA=4169f1ba16860e30403372693a85171bebf1994d
ENV VER_OPENRESTY_STREAMLUA=$VER_OPENRESTY_STREAMLUA

# lua-resty-limit-traffic
Expand Down
8 changes: 4 additions & 4 deletions nginx/1.27.3/fedora/41/tpl/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ VER_GEOIP=3.4
# luajit2
# https://github.com/openresty/luajit2/tags
# Note: LuaJIT2 is stuck on Lua 5.1 since 2009.
VER_LUAJIT=2.1-20241113
VER_LUAJIT=2.1-20250117

# lua-nginx-module
# https://github.com/openresty/lua-nginx-module/tags
# Production ready.
VER_LUA_NGINX_MODULE=0.10.27
VER_LUA_NGINX_MODULE=0.10.28

# lua-resty-core
# https://github.com/openresty/lua-resty-core/tags
# This library is production ready.
VER_LUA_RESTY_CORE=0.1.30
VER_LUA_RESTY_CORE=0.1.31

# LUAROCKS
################################################################################
Expand Down Expand Up @@ -110,7 +110,7 @@ VER_MISC_NGINX=0.33
# error: unknown type name 'ngx_stream_ssl_conf_t'; did you mean 'ngx_stream_addr_conf_t'
# The fix is released in master branch only without proper tag yet.
# So using the latest master commit available to date.
VER_OPENRESTY_STREAMLUA=7a40a36f734451b2b99631ecc9b24ea0b54679c6
VER_OPENRESTY_STREAMLUA=4169f1ba16860e30403372693a85171bebf1994d

# lua-resty-limit-traffic
# https://github.com/openresty/lua-resty-limit-traffic/tags
Expand Down
8 changes: 4 additions & 4 deletions nginx/1.27.3/ubuntu/24.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ENV VER_GEOIP=$VER_GEOIP
# consistently in the system. If needed to use the latest Lua version (ie >=5.4)
# the os system package would be required, resulting in a system with multiple
# versions available.
ARG VER_LUAJIT=2.1-20241113
ARG VER_LUAJIT=2.1-20250117
ENV VER_LUAJIT=$VER_LUAJIT
ARG LUAJIT_LIB=/usr/local/lib
ENV LUAJIT_LIB=$LUAJIT_LIB
Expand All @@ -78,13 +78,13 @@ ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH
# lua-nginx-module
# https://github.com/openresty/lua-nginx-module
# Production ready.
ARG VER_LUA_NGINX_MODULE=0.10.27
ARG VER_LUA_NGINX_MODULE=0.10.28
ENV VER_LUA_NGINX_MODULE=$VER_LUA_NGINX_MODULE

# lua-resty-core
# https://github.com/openresty/lua-resty-core
# This library is production ready.
ARG VER_LUA_RESTY_CORE=0.1.30
ARG VER_LUA_RESTY_CORE=0.1.31
ENV VER_LUA_RESTY_CORE=$VER_LUA_RESTY_CORE
ARG LUA_LIB_DIR=/usr/local/share/lua/5.1
ENV LUA_LIB_DIR=$LUA_LIB_DIR
Expand Down Expand Up @@ -178,7 +178,7 @@ ENV VER_MISC_NGINX=$VER_MISC_NGINX

# stream-lua-nginx-module
# https://github.com/openresty/stream-lua-nginx-module
ARG VER_OPENRESTY_STREAMLUA=7a40a36f734451b2b99631ecc9b24ea0b54679c6
ARG VER_OPENRESTY_STREAMLUA=4169f1ba16860e30403372693a85171bebf1994d
ENV VER_OPENRESTY_STREAMLUA=$VER_OPENRESTY_STREAMLUA

# lua-resty-limit-traffic
Expand Down
Loading

0 comments on commit 0477530

Please sign in to comment.