Skip to content

Commit 849fed0

Browse files
alessfgthresheek
authored andcommitted
Maintainer instruction is deprecated
Replace maintainer instruction by label instruction
1 parent 14aa3b1 commit 849fed0

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

mainline/alpine-perl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.5
22

3-
MAINTAINER NGINX Docker Maintainers "[email protected]"
3+
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

55
ENV NGINX_VERSION 1.13.3
66

mainline/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.5
22

3-
MAINTAINER NGINX Docker Maintainers "[email protected]"
3+
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

55
ENV NGINX_VERSION 1.13.3
66

mainline/stretch-perl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:stretch-slim
22

3-
MAINTAINER NGINX Docker Maintainers "[email protected]"
3+
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

55
ENV NGINX_VERSION 1.13.3-1~stretch
66
ENV NJS_VERSION 1.13.3.0.1.11-1~stretch

mainline/stretch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:stretch-slim
22

3-
MAINTAINER NGINX Docker Maintainers "[email protected]"
3+
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

55
ENV NGINX_VERSION 1.13.3-1~stretch
66
ENV NJS_VERSION 1.13.3.0.1.11-1~stretch

stable/alpine-perl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.5
22

3-
MAINTAINER NGINX Docker Maintainers "[email protected]"
3+
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

55
ENV NGINX_VERSION 1.12.1
66

stable/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.5
22

3-
MAINTAINER NGINX Docker Maintainers "[email protected]"
3+
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

55
ENV NGINX_VERSION 1.12.1
66

stable/stretch-perl/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:stretch-slim
22

3-
MAINTAINER NGINX Docker Maintainers "[email protected]"
3+
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

55
ENV NGINX_VERSION 1.12.1-1~stretch
66
ENV NJS_VERSION 1.12.1.0.1.10-1~stretch

stable/stretch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian:stretch-slim
22

3-
MAINTAINER NGINX Docker Maintainers "[email protected]"
3+
LABEL maintainer="NGINX Docker Maintainers <[email protected]>"
44

55
ENV NGINX_VERSION 1.12.1-1~stretch
66
ENV NJS_VERSION 1.12.1.0.1.10-1~stretch

0 commit comments

Comments
 (0)