Skip to content
This repository was archived by the owner on Jan 11, 2025. It is now read-only.

Commit 25dc5a2

Browse files
Automated updates
1 parent a44f9c0 commit 25dc5a2

File tree

4 files changed

+360
-3
lines changed

4 files changed

+360
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Nginx 1.19+ with Lua support based on Alpine Linux, Amazon Linux, CentOS, Debian
3131

3232
<!-- START_SUPPORTED_TAGS -->
3333
- [`1`,`1.21`,`1.21.1`,`alpine`,`1-alpine`,`1.21-alpine`,`1.21.1-alpine`,`1-alpine3.14.0`,`1-alpine3.14.0`,`1.21-alpine3.14.0`,`1.21.1-alpine3.14.0`,`latest`](https://github.com/fabiocicerchia/nginx-lua/blob/main/nginx/1.21.1/alpine/3.14.0/Dockerfile)
34-
- [`amazonlinux`,`1-amazonlinux`,`1.21-amazonlinux`,`1.21.1-amazonlinux`,`1-amazonlinux2.0.20210701.0`,`1-amazonlinux2.0.20210701.0`,`1.21-amazonlinux2.0.20210701.0`,`1.21.1-amazonlinux2.0.20210701.0`](https://github.com/fabiocicerchia/nginx-lua/blob/main/nginx/1.21.1/amazonlinux/2.0.20210701.0/Dockerfile)
34+
- [`amazonlinux`,`1-amazonlinux`,`1.21-amazonlinux`,`1.21.1-amazonlinux`,`1-amazonlinux2.0.20210721.2`,`1-amazonlinux2.0.20210721.2`,`1.21-amazonlinux2.0.20210721.2`,`1.21.1-amazonlinux2.0.20210721.2`](https://github.com/fabiocicerchia/nginx-lua/blob/main/nginx/1.21.1/amazonlinux/2.0.20210721.2/Dockerfile)
3535
- [`debian`,`1-debian`,`1.21-debian`,`1-debian10.10`,`1-debian10.10`,`1.21.1-debian`,`1.21-debian10.10`,`1.21.1-debian10.10`](https://github.com/fabiocicerchia/nginx-lua/blob/main/nginx/1.21.1/debian/10.10/Dockerfile)
3636
- [`fedora`,`1-fedora`,`1-fedora34`,`1-fedora34`,`1.21-fedora`,`1.21-fedora34`,`1.21.1-fedora`,`1.21.1-fedora34`](https://github.com/fabiocicerchia/nginx-lua/blob/main/nginx/1.21.1/fedora/34/Dockerfile)
3737
- [`ubuntu`,`1-ubuntu`,`1.21-ubuntu`,`1-ubuntu20.04`,`1-ubuntu20.04`,`1.21.1-ubuntu`,`1.21-ubuntu20.04`,`1.21.1-ubuntu20.04`](https://github.com/fabiocicerchia/nginx-lua/blob/main/nginx/1.21.1/ubuntu/20.04/Dockerfile)

docs/TAGS.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
## Supported Tags
44

55
- [`1-alpine`, `1`, `1.21-alpine`, `1.21`, `1.21-alpine3.14.0`, `1-alpine3.14.0`, `1.21.1-alpine3.14.0`, `1.21.1-alpine`, `1.21-1`, `alpine`, `latest`](https://github.com/fabiocicerchia/nginx-lua/blob/main/nginx/1.21.1/alpine/3.14.0/Dockerfile)
6-
- [`1-amazonlinux`, `1.21-amazonlinux`, `1.21.1-amazonlinux`, `1.21.1-amazonlinux2.0.20210701.0`, `1.21-amazonlinux2.0.20210701.0`, `1-amazonlinux2.0.20210701.0`, `amazonlinux`](https://github.com/fabiocicerchia/nginx-lua/blob/main/nginx/1.21.1/amazonlinux/2.0.20210701.0/Dockerfile)
6+
- [`1-amazonlinux`, `1.21-amazonlinux`, `1.21.1-amazonlinux`, `1.21.1-amazonlinux2.0.20210721.2`, `1.21-amazonlinux2.0.20210721.2`, `1-amazonlinux2.0.20210721.2`, `amazonlinux`](https://github.com/fabiocicerchia/nginx-lua/blob/main/nginx/1.21.1/amazonlinux/2.0.20210721.2/Dockerfile)
77
- [`1-debian`, `1.21-debian`, `1.21-debian10.10`, `1-debian10.10`, `1.21.1-debian10.10`, `1.21.1-debian`, `debian`](https://github.com/fabiocicerchia/nginx-lua/blob/main/nginx/1.21.1/debian/10.10/Dockerfile)
88
- [`1-fedora`, `1-fedora34`, `1.21-fedora34`, `1.21-fedora`, `1.21.1-fedora34`, `1.21.1-fedora`, `fedora`](https://github.com/fabiocicerchia/nginx-lua/blob/main/nginx/1.21.1/fedora/34/Dockerfile)
99
- [`1-ubuntu`, `1-ubuntu20.04`, `1.21-ubuntu20.04`, `1.21-ubuntu`, `1.21.1-ubuntu20.04`, `1.21.1-ubuntu`, `ubuntu`](https://github.com/fabiocicerchia/nginx-lua/blob/main/nginx/1.21.1/ubuntu/20.04/Dockerfile)
1010

1111
## Unsupported Tags
1212

13+
- [`1.21.1-amazonlinux2.0.20210701.0`, `1.21-amazonlinux2.0.20210701.0`, `1-amazonlinux2.0.20210701.0`](https://github.com/fabiocicerchia/nginx-lua/blob/main/nginx/1.21.1/amazonlinux/2.0.20210701.0/Dockerfile)
1314
- [`1.21-amazonlinux2.0.20210617.0`, `1-amazonlinux2.0.20210617.0`, `1.21.1-amazonlinux2.0.20210617.0`](https://github.com/fabiocicerchia/nginx-lua/blob/main/nginx/1.21.1/amazonlinux/2.0.20210617.0/Dockerfile)
1415
- [`1.21.0-ubuntu20.04`, `1.21.0-ubuntu`](https://github.com/fabiocicerchia/nginx-lua/blob/main/nginx/1.21.0/ubuntu/20.04/Dockerfile)
1516
- [`1.21.0-fedora34`, `1.21.0-fedora`](https://github.com/fabiocicerchia/nginx-lua/blob/main/nginx/1.21.0/fedora/34/Dockerfile)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,356 @@
1+
# __ __
2+
# .-----.-----.|__|.-----.--.--.______| |.--.--.---.-.
3+
# | | _ || || |_ _|______| || | | _ |
4+
# |__|__|___ ||__||__|__|__.__| |__||_____|___._|
5+
# |_____|
6+
#
7+
# Copyright (c) 2020 Fabio Cicerchia. https://fabiocicerchia.it. MIT License
8+
# Repo: https://github.com/fabiocicerchia/nginx-lua
9+
10+
#############################
11+
# Settings Common Variables #
12+
#############################
13+
FROM amazonlinux:2.0.20210721.2 AS base
14+
15+
ARG DOCKER_IMAGE=fabiocicerchia/nginx-lua
16+
ENV DOCKER_IMAGE=$DOCKER_IMAGE
17+
ARG DOCKER_IMAGE_OS=amazonlinux
18+
ENV DOCKER_IMAGE_OS=$DOCKER_IMAGE_OS
19+
ARG DOCKER_IMAGE_TAG=2.0.20210721.2
20+
ENV DOCKER_IMAGE_TAG=$DOCKER_IMAGE_TAG
21+
22+
ARG BUILD_DATE
23+
ENV BUILD_DATE=$BUILD_DATE
24+
ARG VCS_REF
25+
ENV VCS_REF=$VCS_REF
26+
27+
ARG EXTENDED_IMAGE=1
28+
ENV EXTENDED_IMAGE=$EXTENDED_IMAGE
29+
30+
# lua
31+
ARG VER_LUA=53
32+
ENV VER_LUA=$VER_LUA
33+
34+
# ngx_devel_kit
35+
# https://github.com/vision5/ngx_devel_kit/releases
36+
# The NDK is now considered to be stable.
37+
ARG VER_NGX_DEVEL_KIT=0.3.1
38+
ENV VER_NGX_DEVEL_KIT=$VER_NGX_DEVEL_KIT
39+
40+
# luajit2
41+
# https://github.com/openresty/luajit2/releases
42+
ARG VER_LUAJIT=2.1-20210510
43+
ENV VER_LUAJIT=$VER_LUAJIT
44+
ARG LUAJIT_LIB=/usr/local/lib
45+
ENV LUAJIT_LIB=$LUAJIT_LIB
46+
ARG LUAJIT_INC=/usr/local/include/luajit-2.1
47+
ENV LUAJIT_INC=$LUAJIT_INC
48+
ARG LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH
49+
ENV LD_LIBRARY_PATH=$LD_LIBRARY_PATH
50+
51+
# lua-nginx-module
52+
# https://github.com/openresty/lua-nginx-module/releases
53+
# Production ready.
54+
ARG VER_LUA_NGINX_MODULE=0.10.20
55+
ENV VER_LUA_NGINX_MODULE=$VER_LUA_NGINX_MODULE
56+
57+
# lua-resty-core
58+
# https://github.com/openresty/lua-resty-core/releases
59+
# This library is production ready.
60+
ARG VER_LUA_RESTY_CORE=0.1.22
61+
ENV VER_LUA_RESTY_CORE=$VER_LUA_RESTY_CORE
62+
ARG LUA_LIB_DIR=/usr/local/share/lua/5.1
63+
ENV LUA_LIB_DIR=$LUA_LIB_DIR
64+
65+
# lua-resty-lrucache
66+
# https://github.com/openresty/lua-resty-lrucache/releases
67+
# This library is considered production ready.
68+
ARG VER_LUA_RESTY_LRUCACHE=0.11
69+
ENV VER_LUA_RESTY_LRUCACHE=$VER_LUA_RESTY_LRUCACHE
70+
71+
# headers-more-nginx-module
72+
# https://github.com/openresty/headers-more-nginx-module/commits/master
73+
ARG VER_OPENRESTY_HEADERS=d6d7ebab3c0c5b32ab421ba186783d3e5d2c6a17
74+
ENV VER_OPENRESTY_HEADERS=$VER_OPENRESTY_HEADERS
75+
76+
# lua-resty-cookie
77+
# https://github.com/cloudflare/lua-resty-cookie/commits/master
78+
ARG VER_CLOUDFLARE_COOKIE=303e32e512defced053a6484bc0745cf9dc0d39e
79+
ENV VER_CLOUDFLARE_COOKIE=$VER_CLOUDFLARE_COOKIE
80+
81+
# lua-resty-dns
82+
# https://github.com/openresty/lua-resty-dns/releases
83+
ARG VER_OPENRESTY_DNS=0.22
84+
ENV VER_OPENRESTY_DNS=$VER_OPENRESTY_DNS
85+
86+
# lua-resty-memcached
87+
# https://github.com/openresty/lua-resty-memcached/releases
88+
ARG VER_OPENRESTY_MEMCACHED=0.16
89+
ENV VER_OPENRESTY_MEMCACHED=$VER_OPENRESTY_MEMCACHED
90+
91+
# lua-resty-mysql
92+
# https://github.com/openresty/lua-resty-mysql/releases
93+
ARG VER_OPENRESTY_MYSQL=0.24
94+
ENV VER_OPENRESTY_MYSQL=$VER_OPENRESTY_MYSQL
95+
96+
# lua-resty-redis
97+
# https://github.com/openresty/lua-resty-redis/releases
98+
ARG VER_OPENRESTY_REDIS=0.29
99+
ENV VER_OPENRESTY_REDIS=$VER_OPENRESTY_REDIS
100+
101+
# lua-resty-shell
102+
# https://github.com/openresty/lua-resty-shell/releases
103+
ARG VER_OPENRESTY_SHELL=0.03
104+
ENV VER_OPENRESTY_SHELL=$VER_OPENRESTY_SHELL
105+
106+
# lua-resty-upstream-healthcheck
107+
# https://github.com/openresty/lua-resty-upstream-healthcheck/releases
108+
ARG VER_OPENRESTY_HEALTHCHECK=0.06
109+
ENV VER_OPENRESTY_HEALTHCHECK=$VER_OPENRESTY_HEALTHCHECK
110+
111+
# lua-resty-websocket
112+
# https://github.com/openresty/lua-resty-websocket/releases
113+
ARG VER_OPENRESTY_WEBSOCKET=0.08
114+
ENV VER_OPENRESTY_WEBSOCKET=$VER_OPENRESTY_WEBSOCKET
115+
116+
# lua-rocks
117+
# https://luarocks.github.io/luarocks/releases/
118+
ARG VER_LUAROCKS=3.7.0
119+
ENV VER_LUAROCKS=$VER_LUAROCKS
120+
121+
# lua-upstream-nginx-module
122+
# https://github.com/openresty/lua-upstream-nginx-module/releases
123+
ARG VER_LUA_UPSTREAM=0.07
124+
ENV VER_LUA_UPSTREAM=$VER_LUA_UPSTREAM
125+
126+
# nginx-lua-prometheus
127+
# https://github.com/knyar/nginx-lua-prometheus/releases
128+
ARG VER_PROMETHEUS=0.20210206
129+
ENV VER_PROMETHEUS=$VER_PROMETHEUS
130+
131+
# stream-lua-nginx-module
132+
# https://github.com/openresty/stream-lua-nginx-module/releases
133+
ARG VER_OPENRESTY_STREAMLUA=0.0.10
134+
ENV VER_OPENRESTY_STREAMLUA=$VER_OPENRESTY_STREAMLUA
135+
136+
# https://github.com/nginx/nginx/releases
137+
ARG VER_NGINX=1.21.1
138+
ENV VER_NGINX=$VER_NGINX
139+
ARG NGX_CFLAGS="-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fPIC"
140+
ENV NGX_CFLAGS=$NGX_CFLAGS
141+
ARG NGX_LDOPT="-Wl,-rpath,/usr/local/lib -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -pie"
142+
ENV NGX_LDOPT=$NGX_LDOPT
143+
ARG NGINX_BUILD_CONFIG="\
144+
--prefix=/etc/nginx \
145+
--sbin-path=/usr/sbin/nginx \
146+
--modules-path=/usr/lib/nginx/modules \
147+
--conf-path=/etc/nginx/nginx.conf \
148+
--error-log-path=/var/log/nginx/error.log \
149+
--http-log-path=/var/log/nginx/access.log \
150+
--pid-path=/var/run/nginx.pid \
151+
--lock-path=/var/run/nginx.lock \
152+
--http-client-body-temp-path=/var/cache/nginx/client_temp \
153+
--http-proxy-temp-path=/var/cache/nginx/proxy_temp \
154+
--http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp \
155+
--http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp \
156+
--http-scgi-temp-path=/var/cache/nginx/scgi_temp \
157+
--with-perl_modules_path=/usr/lib/perl5/vendor_perl \
158+
--user=nginx \
159+
--group=nginx \
160+
--with-compat \
161+
--with-file-aio \
162+
--with-threads \
163+
--with-http_addition_module \
164+
--with-http_auth_request_module \
165+
--with-http_dav_module \
166+
--with-http_flv_module \
167+
--with-http_gunzip_module \
168+
--with-http_gzip_static_module \
169+
--with-http_mp4_module \
170+
--with-http_random_index_module \
171+
--with-http_realip_module \
172+
--with-http_secure_link_module \
173+
--with-http_slice_module \
174+
--with-http_ssl_module \
175+
--with-http_stub_status_module \
176+
--with-http_sub_module \
177+
--with-http_v2_module \
178+
--with-mail \
179+
--with-mail_ssl_module \
180+
--with-stream \
181+
--with-stream_realip_module \
182+
--with-stream_ssl_module \
183+
--with-stream_ssl_preread_module \
184+
--add-module=/lua-nginx-module-${VER_LUA_NGINX_MODULE} \
185+
--add-module=/ngx_devel_kit-${VER_NGX_DEVEL_KIT} \
186+
--add-module=/lua-upstream-nginx-module-${VER_LUA_UPSTREAM} \
187+
"
188+
ENV NGINX_BUILD_CONFIG=$NGINX_BUILD_CONFIG
189+
190+
ARG BUILD_DEPS="\
191+
GeoIP-devel \
192+
ca-certificates \
193+
gcc-c++ \
194+
gzip \
195+
lua${VER_LUA} \
196+
lua${VER_LUA}-devel \
197+
make \
198+
openssl-devel \
199+
pcre-devel \
200+
tar \
201+
unzip \
202+
zlib-devel \
203+
"
204+
ENV BUILD_DEPS=$BUILD_DEPS
205+
206+
ARG NGINX_BUILD_DEPS=""
207+
ENV NGINX_BUILD_DEPS=$NGINX_BUILD_DEPS
208+
209+
####################################
210+
# Build Nginx with support for LUA #
211+
####################################
212+
FROM base AS builder
213+
214+
COPY tpl/Makefile Makefile
215+
216+
# TODO: NGINX_BUILD_CONFIG not updated
217+
# hadolint ignore=SC2086
218+
RUN set -eux \
219+
&& yum makecache \
220+
&& yum install -y \
221+
$BUILD_DEPS \
222+
$NGINX_BUILD_DEPS \
223+
&& [ $EXTENDED_IMAGE -eq 1 ] && \
224+
NGINX_BUILD_CONFIG="${NGINX_BUILD_CONFIG} \
225+
--add-module=/headers-more-nginx-module-${VER_OPENRESTY_HEADERS} \
226+
--add-module=/stream-lua-nginx-module-${VER_OPENRESTY_STREAMLUA} \
227+
" \
228+
&& make -j "$(nproc)" deps \
229+
&& make -j "$(nproc)" core \
230+
&& make luarocks \
231+
&& yum clean all \
232+
&& rm -rf /var/cache/yum
233+
234+
RUN set -eux \
235+
# envsubst
236+
# ##############################################################################
237+
&& yum makecache \
238+
&& yum install -y \
239+
gettext \
240+
&& yum clean all \
241+
&& rm -rf /var/cache/yum
242+
243+
##########################################
244+
# Combine everything with minimal layers #
245+
##########################################
246+
FROM base
247+
248+
# http://label-schema.org/rc1/
249+
LABEL maintainer="Fabio Cicerchia <[email protected]>" \
250+
org.label-schema.build-date=$BUILD_DATE \
251+
org.label-schema.description="Nginx $VER_NGINX with Lua support based on $DOCKER_IMAGE_OS $DOCKER_IMAGE_TAG." \
252+
org.label-schema.docker.cmd="docker run -p 80:80 -d $DOCKER_IMAGE:$VER_NGINX-$DOCKER_IMAGE_OS$DOCKER_IMAGE_TAG" \
253+
org.label-schema.name="$DOCKER_IMAGE" \
254+
org.label-schema.schema-version="1.0" \
255+
org.label-schema.url="https://github.com/$DOCKER_IMAGE" \
256+
org.label-schema.vcs-ref=$VCS_REF \
257+
org.label-schema.vcs-url="https://github.com/$DOCKER_IMAGE" \
258+
org.label-schema.version="$VER_NGINX-$DOCKER_IMAGE_OS$DOCKER_IMAGE_TAG" \
259+
versions.extended=${EXTENDED_IMAGE} \
260+
versions.headers-more-nginx-module=${VER_OPENRESTY_HEADERS} \
261+
versions.lua=${VER_LUA} \
262+
versions.luarocks=${VER_LUAROCKS} \
263+
versions.lua-nginx-module=${VER_LUA_NGINX_MODULE} \
264+
versions.lua-resty-cookie=${VER_CLOUDFLARE_COOKIE} \
265+
versions.lua-resty-core=${VER_LUA_RESTY_CORE} \
266+
versions.lua-resty-dns=${VER_OPENRESTY_DNS} \
267+
versions.lua-resty-lrucache=${VER_LUA_RESTY_LRUCACHE} \
268+
versions.lua-resty-memcached=${VER_OPENRESTY_MEMCACHED} \
269+
versions.lua-resty-mysql=${VER_OPENRESTY_MYSQL} \
270+
versions.lua-resty-redis=${VER_OPENRESTY_REDIS} \
271+
versions.lua-resty-shell=${VER_OPENRESTY_SHELL} \
272+
versions.lua-resty-upstream-healthcheck=${VER_OPENRESTY_HEALTHCHECK} \
273+
versions.lua-resty-websocket=${VER_OPENRESTY_WEBSOCKET} \
274+
versions.lua-upstream=${VER_LUA_UPSTREAM} \
275+
versions.luajit2=${VER_LUAJIT} \
276+
versions.nginx-lua-prometheus=${VER_PROMETHEUS} \
277+
versions.nginx=${VER_NGINX} \
278+
versions.ngx_devel_kit=${VER_NGX_DEVEL_KIT} \
279+
versions.os=${DOCKER_IMAGE_TAG} \
280+
versions.stream-lua-nginx-module=${VER_OPENRESTY_STREAMLUA}
281+
282+
ARG PKG_DEPS="\
283+
GeoIP-devel \
284+
ca-certificates \
285+
lua${VER_LUA} \
286+
lua${VER_LUA}-devel \
287+
openssl-devel \
288+
pcre-devel \
289+
zlib-devel \
290+
"
291+
ENV PKG_DEPS=$PKG_DEPS
292+
293+
COPY --from=builder /etc/nginx /etc/nginx
294+
COPY --from=builder /usr/local/lib /usr/local/lib
295+
COPY --from=builder /usr/local/share/lua /usr/local/share/lua
296+
COPY --from=builder /usr/sbin/nginx /usr/sbin/nginx
297+
COPY --from=builder /usr/sbin/nginx-debug /usr/sbin/nginx-debug
298+
COPY --from=builder /var/cache/nginx /var/cache/nginx
299+
COPY --from=builder /usr/bin/envsubst /usr/local/bin/envsubst
300+
COPY --from=builder /usr/local/bin/luarocks /usr/local/bin/luarocks
301+
COPY --from=builder /usr/local/etc/luarocks /usr/local/etc/luarocks
302+
303+
SHELL ["/bin/sh", "-o", "pipefail", "-c"]
304+
305+
# hadolint ignore=SC2086
306+
RUN set -eux \
307+
&& yum makecache \
308+
&& yum install -y \
309+
$PKG_DEPS \
310+
shadow-utils \
311+
# Fix LUA alias
312+
&& ln -sf /usr/bin/lua${VER_LUA} /usr/local/bin/lua \
313+
# Bring in tzdata so users could set the timezones through the environment
314+
# variables
315+
&& yum install -y tzdata \
316+
# Bring in curl and ca-certificates to make registering on DNS SD easier
317+
&& yum install -y curl ca-certificates \
318+
# forward request and error logs to docker log collector
319+
&& mkdir -p /var/log/nginx \
320+
&& ln -sf /dev/stdout /var/log/nginx/access.log \
321+
&& ln -sf /dev/stderr /var/log/nginx/error.log \
322+
# create nginx user/group first, to be consistent throughout docker variants
323+
&& groupadd --system --gid 101 nginx \
324+
&& useradd --system --gid nginx --no-create-home --home /nonexistent --comment "nginx user" --shell /bin/false --uid 101 nginx \
325+
&& mkdir /docker-entrypoint.d \
326+
# Cleanup
327+
# ##############################################################################
328+
&& yum remove -y \
329+
shadow-utils \
330+
&& yum clean all \
331+
&& rm -rf /var/cache/yum
332+
333+
COPY tpl/docker-entrypoint.sh /
334+
COPY tpl/10-listen-on-ipv6-by-default.sh /docker-entrypoint.d/
335+
COPY tpl/20-envsubst-on-templates.sh /docker-entrypoint.d/
336+
COPY tpl/nginx.conf /etc/nginx/nginx.conf
337+
COPY tpl/default.conf /etc/nginx/conf.d/default.conf
338+
339+
# smoke test
340+
# ##############################################################################
341+
RUN envsubst -V \
342+
&& nginx -V \
343+
&& nginx -t \
344+
&& lua -v \
345+
&& luarocks --version
346+
347+
EXPOSE 80 443
348+
349+
HEALTHCHECK --interval=30s --timeout=3s CMD curl --fail http://localhost/ || exit 1
350+
351+
# Override stop signal to stop process gracefully
352+
STOPSIGNAL SIGQUIT
353+
354+
ENTRYPOINT ["/docker-entrypoint.sh"]
355+
356+
CMD ["nginx", "-g", "daemon off;"]

supported_versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NGINX=("1.21.1")
22
ALPINE=("3.14.0")
3-
AMAZONLINUX=("2.0.20210701.0")
3+
AMAZONLINUX=("2.0.20210721.2")
44
DEBIAN=("10.10")
55
FEDORA=("34")
66
UBUNTU=("20.04")

0 commit comments

Comments
 (0)