Commit d4f40eac by Carl Bergquist Committed by GitHub

Merge pull request #9745 from cglewis/master

MAINTAINER is deprecated, now using LABEL
parents ae367db3 f5d2ce2a
FROM phusion/baseimage:0.9.22 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 \ RUN apt-get -y update \
&& apt-get -y upgrade \ && apt-get -y upgrade \
......
FROM debian:jessie FROM debian:jessie
MAINTAINER Christian Luginbühl <dinke@pimprecords.com> LABEL maintainer="Christian Luginbühl <dinke@pimprecords.com>"
ENV OPENLDAP_VERSION 2.4.40 ENV OPENLDAP_VERSION 2.4.40
......
FROM centos:centos7 FROM centos:centos7
MAINTAINER Przemyslaw Ozgo <linux@ozgo.info> LABEL maintainer="Przemyslaw Ozgo <linux@ozgo.info>"
RUN \ RUN \
yum update -y && \ yum update -y && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment