File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 1
1
FROM alpine:3.7
2
2
3
- MAINTAINER Denis Denisov
"[email protected] "
4
-
5
- ENV NGINX_VERSION 1.13.11
6
- ENV LIBRESSL_VERSION 2.7.2
3
+ ENV NGINX_VERSION=1.13.11
4
+ ENV LIBRESSL_VERSION=2.7.2
7
5
8
6
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
9
7
GPG_LIBRESSL=A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5 \
@@ -184,7 +182,8 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
184
182
COPY nginx.conf /etc/nginx/nginx.conf
185
183
COPY nginx.vh.no-default.conf /etc/nginx/conf.d/default.conf
186
184
187
- LABEL description="nginx built from source" \
185
+ LABEL description="NGINX Docker built top of LibreSSL" \
186
+ maintainer=
"Denis Denisov <[email protected] >" \
188
187
openssl="LibreSSL $LIBRESSL_VERSION" \
189
188
nginx="nginx $NGINX_VERSION"
190
189
Original file line number Diff line number Diff line change 1
1
FROM alpine:3.7
2
2
3
- MAINTAINER Denis Denisov
"[email protected] "
4
-
5
- ENV NGINX_VERSION 1.12.2
6
- ENV LIBRESSL_VERSION 2.7.2
3
+ ENV NGINX_VERSION=1.12.2
4
+ ENV LIBRESSL_VERSION=2.7.2
7
5
8
6
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
9
7
GPG_LIBRESSL=A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5 \
@@ -184,7 +182,8 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
184
182
COPY nginx.conf /etc/nginx/nginx.conf
185
183
COPY nginx.vh.no-default.conf /etc/nginx/conf.d/default.conf
186
184
187
- LABEL description="nginx built from source" \
185
+ LABEL description="NGINX Docker built top of LibreSSL" \
186
+ maintainer=
"Denis Denisov <[email protected] >" \
188
187
openssl="LibreSSL $LIBRESSL_VERSION" \
189
188
nginx="nginx $NGINX_VERSION"
190
189
You can’t perform that action at this time.
0 commit comments