Skip to content

Commit a3ac2f0

Browse files
committed
MAINTAINER is deprecated
1 parent ff9ad78 commit a3ac2f0

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

mainline/alpine/Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
FROM alpine:3.7
22

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
75

86
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
97
GPG_LIBRESSL=A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5 \
@@ -184,7 +182,8 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
184182
COPY nginx.conf /etc/nginx/nginx.conf
185183
COPY nginx.vh.no-default.conf /etc/nginx/conf.d/default.conf
186184

187-
LABEL description="nginx built from source" \
185+
LABEL description="NGINX Docker built top of LibreSSL" \
186+
maintainer="Denis Denisov <[email protected]>" \
188187
openssl="LibreSSL $LIBRESSL_VERSION" \
189188
nginx="nginx $NGINX_VERSION"
190189

stable/alpine/Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
FROM alpine:3.7
22

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
75

86
RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
97
GPG_LIBRESSL=A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5 \
@@ -184,7 +182,8 @@ RUN GPG_KEYS=B0F4253373F8F6F510D42178520A9993A1C052F8 \
184182
COPY nginx.conf /etc/nginx/nginx.conf
185183
COPY nginx.vh.no-default.conf /etc/nginx/conf.d/default.conf
186184

187-
LABEL description="nginx built from source" \
185+
LABEL description="NGINX Docker built top of LibreSSL" \
186+
maintainer="Denis Denisov <[email protected]>" \
188187
openssl="LibreSSL $LIBRESSL_VERSION" \
189188
nginx="nginx $NGINX_VERSION"
190189

0 commit comments

Comments
 (0)