[cpp-linbuild] 19/25: Remove deprecated image MAINTAINER

Scott Cantor cantor.2 at osu.edu
Mon Apr 5 12:47:02 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository cpp-linbuild.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=f36f9597272ba4851b8c8fe321221d48fd081fe8

commit f36f9597272ba4851b8c8fe321221d48fd081fe8
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Feb 5 16:40:23 2021 +0000

    Remove deprecated image MAINTAINER
---
 os/centos6/image/Dockerfile | 2 --
 os/centos7/image/Dockerfile | 2 --
 os/centos8/image/Dockerfile | 2 --
 3 files changed, 6 deletions(-)

diff --git a/os/centos6/image/Dockerfile b/os/centos6/image/Dockerfile
index 92a0d0f..0dc71dd 100644
--- a/os/centos6/image/Dockerfile
+++ b/os/centos6/image/Dockerfile
@@ -1,7 +1,5 @@
 FROM centos:6.10
 
-MAINTAINER John W. O'Brien <john at saltant.com>
-
 COPY *.repo /etc/yum.repos.d/
 
 RUN yum -y update \
diff --git a/os/centos7/image/Dockerfile b/os/centos7/image/Dockerfile
index fd08b94..4be0c3d 100644
--- a/os/centos7/image/Dockerfile
+++ b/os/centos7/image/Dockerfile
@@ -1,7 +1,5 @@
 FROM centos:7.9.2009
 
-MAINTAINER John W. O'Brien <john at saltant.com>
-
 RUN yum -y update \
     && yum -y install \
         autoconf automake boost-devel chrpath doxygen gcc-c++ git groff \
diff --git a/os/centos8/image/Dockerfile b/os/centos8/image/Dockerfile
index f5600b2..30f6af2 100644
--- a/os/centos8/image/Dockerfile
+++ b/os/centos8/image/Dockerfile
@@ -1,7 +1,5 @@
 FROM centos:8.3.2011
 
-MAINTAINER John W. O'Brien <john at saltant.com>
-
 RUN sed -i "s/enabled=0/enabled=1/" /etc/yum.repos.d/CentOS-Linux-PowerTools.repo \
     && yum -y update \
     && yum -y install \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list