From a79b947c4e31332062e08c26c90d5c9185c433ea Mon Sep 17 00:00:00 2001 From: Bill Date: Sat, 22 Apr 2017 15:48:13 -0500 Subject: [PATCH] Update Depreciated MAINTAINER to LABEL --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3764fbb..3510b02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM centos:7 -MAINTAINER Marek Goldmann +LABEL maintainer.name="Marek Goldmann"\ + maintainer.email="mgoldman@redhat.com" # Install packages necessary to run EAP RUN yum update -y && yum -y install xmlstarlet saxon augeas bsdtar unzip && yum clean all