MAINTAINER is deprecated, now using LABEL

This commit is contained in:
cglewis
2017-10-31 10:21:20 -07:00
parent dbc0ff9739
commit f5d2ce2a72
3 changed files with 3 additions and 3 deletions

View File

@@ -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 \

View File

@@ -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

View File

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