Browse Source

Merge pull request #9745 from cglewis/master

MAINTAINER is deprecated, now using LABEL
Carl Bergquist 8 years ago
parent
commit
d4f40eac6f

+ 1 - 1
docker/blocks/graphite1/Dockerfile

@@ -1,5 +1,5 @@
 FROM phusion/baseimage:0.9.22
-MAINTAINER Denys Zhdanov <denis.zhdanov@gmail.com>
+LABEL maintainer="Denys Zhdanov <denis.zhdanov@gmail.com>"
 
 RUN apt-get -y update \
   && apt-get -y upgrade \

+ 1 - 1
docker/blocks/openldap/Dockerfile

@@ -1,6 +1,6 @@
 FROM debian:jessie
 
-MAINTAINER Christian Luginbühl <dinke@pimprecords.com>
+LABEL maintainer="Christian Luginbühl <dinke@pimprecords.com>"
 
 ENV OPENLDAP_VERSION 2.4.40
 

+ 1 - 1
docker/blocks/smtp/Dockerfile

@@ -1,5 +1,5 @@
 FROM centos:centos7
-MAINTAINER Przemyslaw Ozgo <linux@ozgo.info>
+LABEL maintainer="Przemyslaw Ozgo <linux@ozgo.info>"
 
 RUN \
     yum update -y && \