You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by fr...@apache.org on 2019/04/04 12:03:58 UTC

[trafficcontrol] branch master updated: change MAINTAINER in Dockerfiles to email list

This is an automated email from the ASF dual-hosted git repository.

friede pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 513997f  change MAINTAINER in Dockerfiles to email list
513997f is described below

commit 513997f3db1ddcab88a24161d1f6e9c8e8bb43e3
Author: Dan Kirkwood <da...@apache.org>
AuthorDate: Wed Apr 3 15:17:41 2019 -0600

    change MAINTAINER in Dockerfiles to email list
---
 infrastructure/cdn-in-a-box/traffic_router/Dockerfile               | 2 +-
 infrastructure/docker/build/Dockerfile-docs                         | 2 +-
 infrastructure/docker/build/Dockerfile-grove                        | 2 +-
 infrastructure/docker/build/Dockerfile-grovetccfg                   | 2 +-
 infrastructure/docker/build/Dockerfile-source                       | 2 +-
 infrastructure/docker/build/Dockerfile-traffic_monitor              | 2 +-
 infrastructure/docker/build/Dockerfile-traffic_ops                  | 2 +-
 infrastructure/docker/build/Dockerfile-traffic_router               | 2 +-
 infrastructure/docker/build/Dockerfile-traffic_stats                | 2 +-
 infrastructure/docker/traffic_monitor/Dockerfile                    | 2 +-
 infrastructure/docker/traffic_ops/Dockerfile                        | 2 +-
 infrastructure/docker/traffic_router/Dockerfile                     | 2 +-
 infrastructure/docker/traffic_server_edge/Dockerfile                | 2 +-
 infrastructure/docker/traffic_server_mid/Dockerfile                 | 2 +-
 infrastructure/docker/traffic_stats/Dockerfile                      | 2 +-
 infrastructure/docker/traffic_vault/Dockerfile                      | 2 +-
 traffic_ops/app/bin/tests/Dockerfile-golangtest                     | 2 +-
 traffic_ops/app/bin/tests/Dockerfile-test                           | 2 +-
 traffic_ops/experimental/ats_config/Ats_Config_Dockerfile           | 2 +-
 traffic_ops/experimental/postgrest/Postgrest_Dockerfile             | 2 +-
 traffic_ops/experimental/url-rewriter-nginx/Url_Rewriter_Dockerfile | 2 +-
 traffic_ops_db/docker/Dockerfile                                    | 2 +-
 22 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/infrastructure/cdn-in-a-box/traffic_router/Dockerfile b/infrastructure/cdn-in-a-box/traffic_router/Dockerfile
index ae58e69..0548176 100644
--- a/infrastructure/cdn-in-a-box/traffic_router/Dockerfile
+++ b/infrastructure/cdn-in-a-box/traffic_router/Dockerfile
@@ -20,7 +20,7 @@
 ############################################################
 
 FROM centos:7
-MAINTAINER Dan Kirkwood
+MAINTAINER dev@trafficcontrol.apache.org
 
 # Default values for TOMCAT RPM and RPM -- override with `docker build --build-arg JDK=...'
 ARG TRAFFIC_ROUTER_RPM=traffic_router/traffic_router.rpm
diff --git a/infrastructure/docker/build/Dockerfile-docs b/infrastructure/docker/build/Dockerfile-docs
index 32f8eb5..1a81c80c 100644
--- a/infrastructure/docker/build/Dockerfile-docs
+++ b/infrastructure/docker/build/Dockerfile-docs
@@ -16,7 +16,7 @@
 # under the License.
 FROM centos:7
 
-MAINTAINER Jonathan Gray
+MAINTAINER dev@trafficcontrol.apache.org
 
 # top level of trafficcontrol directory must be mounted as a volume:
 # docker run --volume /trafficcontrol:$(pwd) ...
diff --git a/infrastructure/docker/build/Dockerfile-grove b/infrastructure/docker/build/Dockerfile-grove
index e296261..f9f5811 100644
--- a/infrastructure/docker/build/Dockerfile-grove
+++ b/infrastructure/docker/build/Dockerfile-grove
@@ -16,7 +16,7 @@
 # under the License.
 FROM centos:7
 
-MAINTAINER Chris Lemmons
+MAINTAINER dev@trafficcontrol.apache.org
 
 # top level of trafficcontrol directory must be mounted as a volume:
 # docker run --volume /trafficcontrol:$(pwd) ...
diff --git a/infrastructure/docker/build/Dockerfile-grovetccfg b/infrastructure/docker/build/Dockerfile-grovetccfg
index 8372146..6a92abe 100644
--- a/infrastructure/docker/build/Dockerfile-grovetccfg
+++ b/infrastructure/docker/build/Dockerfile-grovetccfg
@@ -16,7 +16,7 @@
 # under the License.
 FROM centos:7
 
-MAINTAINER John Rushford
+MAINTAINER dev@trafficcontrol.apache.org
 
 # top level of trafficcontrol directory must be mounted as a volume:
 # docker run --volume /trafficcontrol:$(pwd) ...
diff --git a/infrastructure/docker/build/Dockerfile-source b/infrastructure/docker/build/Dockerfile-source
index 6891509..db58c45 100644
--- a/infrastructure/docker/build/Dockerfile-source
+++ b/infrastructure/docker/build/Dockerfile-source
@@ -16,7 +16,7 @@
 # under the License.
 FROM centos:7
 
-MAINTAINER Dan Kirkwood
+MAINTAINER dev@trafficcontrol.apache.org
 
 ###
 # top level of trafficcontrol directory must be mounted as a volume:
diff --git a/infrastructure/docker/build/Dockerfile-traffic_monitor b/infrastructure/docker/build/Dockerfile-traffic_monitor
index 1e92265..f11f8d1 100644
--- a/infrastructure/docker/build/Dockerfile-traffic_monitor
+++ b/infrastructure/docker/build/Dockerfile-traffic_monitor
@@ -16,7 +16,7 @@
 # under the License.
 FROM centos:7
 
-MAINTAINER Dan Kirkwood
+MAINTAINER dev@trafficcontrol.apache.org
 
 # top level of trafficcontrol directory must be mounted as a volume:
 # docker run --volume /trafficcontrol:$(pwd) ...
diff --git a/infrastructure/docker/build/Dockerfile-traffic_ops b/infrastructure/docker/build/Dockerfile-traffic_ops
index 8c84e17..bc9de9b 100644
--- a/infrastructure/docker/build/Dockerfile-traffic_ops
+++ b/infrastructure/docker/build/Dockerfile-traffic_ops
@@ -16,7 +16,7 @@
 # under the License.
 FROM centos:7
 
-MAINTAINER Dan Kirkwood
+MAINTAINER dev@trafficcontrol.apache.org
 
 # top level of trafficcontrol directory must be mounted as a volume:
 # docker run --volume /trafficcontrol:$(pwd) ...
diff --git a/infrastructure/docker/build/Dockerfile-traffic_router b/infrastructure/docker/build/Dockerfile-traffic_router
index d4840f7..6a881fa 100644
--- a/infrastructure/docker/build/Dockerfile-traffic_router
+++ b/infrastructure/docker/build/Dockerfile-traffic_router
@@ -16,7 +16,7 @@
 # under the License.
 FROM centos:7
 
-MAINTAINER Dan Kirkwood
+MAINTAINER dev@trafficcontrol.apache.org
 
 # top level of trafficcontrol directory must be mounted as a volume:
 # docker run --volume /trafficcontrol:$(pwd) ...
diff --git a/infrastructure/docker/build/Dockerfile-traffic_stats b/infrastructure/docker/build/Dockerfile-traffic_stats
index c2c87ed..9c162ca 100644
--- a/infrastructure/docker/build/Dockerfile-traffic_stats
+++ b/infrastructure/docker/build/Dockerfile-traffic_stats
@@ -16,7 +16,7 @@
 # under the License.
 FROM centos:7
 
-MAINTAINER Dan Kirkwood
+MAINTAINER dev@trafficcontrol.apache.org
 
 # top level of trafficcontrol directory must be mounted as a volume:
 # docker run --volume /trafficcontrol:$(pwd) ...
diff --git a/infrastructure/docker/traffic_monitor/Dockerfile b/infrastructure/docker/traffic_monitor/Dockerfile
index 76a6c63..974a2a0 100644
--- a/infrastructure/docker/traffic_monitor/Dockerfile
+++ b/infrastructure/docker/traffic_monitor/Dockerfile
@@ -25,7 +25,7 @@
 # docker run --name my-traffic-monitor-0 --hostname my-traffic-monitor-0 --net=cdnet --env TRAFFIC_OPS_URI=http://my-traffic-ops:3000 --env TRAFFIC_OPS_USER=superroot --env TRAFFIC_OPS_PASS=supersecreterpassward --detach traffic_monitor:1.6.0
 
 FROM centos/systemd
-MAINTAINER Dan Kirkwood
+MAINTAINER dev@trafficcontrol.apache.org
 # Default values for RPM -- override with `docker build --build-arg RPM=...'
 ARG RPM=traffic_monitor.rpm
 ADD $RPM /
diff --git a/infrastructure/docker/traffic_ops/Dockerfile b/infrastructure/docker/traffic_ops/Dockerfile
index 9c94e24..36b27e9 100644
--- a/infrastructure/docker/traffic_ops/Dockerfile
+++ b/infrastructure/docker/traffic_ops/Dockerfile
@@ -29,7 +29,7 @@
 # docker run --name my-traffic-ops --hostname my-traffic-ops --net cdnet --publish 443:443 --env MYSQL_IP=my-traffic-ops-mysql --env MYSQL_PORT=3306 --env MYSQL_ROOT_PASS=secretrootpass --env MYSQL_TRAFFIC_OPS_PASS=supersecretpassword --env ADMIN_USER=superroot --env ADMIN_PASS=supersecreterpassward --env CERT_COUNTRY=US --env CERT_STATE=Colorado --env CERT_CITY=Denver --env CERT_COMPANY=NotComcast --env TRAFFIC_VAULT_PASS=marginallylesssecret --env DOMAIN=cdnet --detach traffic_ops:1.5.1
 
 FROM centos/systemd
-MAINTAINER Dan Kirkwood
+MAINTAINER dev@trafficcontrol.apache.org
 
 RUN yum install -y https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-redhat96-9.6-3.noarch.rpm
 RUN yum install -y initscripts # needed for service command
diff --git a/infrastructure/docker/traffic_router/Dockerfile b/infrastructure/docker/traffic_router/Dockerfile
index c16dcc0..d34c6e8 100644
--- a/infrastructure/docker/traffic_router/Dockerfile
+++ b/infrastructure/docker/traffic_router/Dockerfile
@@ -26,7 +26,7 @@
 # docker run --name my-traffic-router --hostname my-traffic-router --net cdnet --env TRAFFIC_OPS_URI=http://my-traffic-ops:3000 --env TRAFFIC_OPS_USER=superroot --env TRAFFIC_OPS_PASS=supersecreterpassward --env TRAFFIC_MONITORS="my-traffic-monitor-0:80;my-traffic-monitor-1:80" --env ORIGIN_URI="http://my-hotair.cdnet" --detach traffic_router:1.4
 
 FROM centos:7
-MAINTAINER Dan Kirkwood
+MAINTAINER dev@trafficcontrol.apache.org
 
 # Default values for TMCAT RPM and RPM -- override with `docker build --build-arg JDK=...'
 ARG RPM=traffic_router.rpm
diff --git a/infrastructure/docker/traffic_server_edge/Dockerfile b/infrastructure/docker/traffic_server_edge/Dockerfile
index 4cd059b..4497a6c 100644
--- a/infrastructure/docker/traffic_server_edge/Dockerfile
+++ b/infrastructure/docker/traffic_server_edge/Dockerfile
@@ -39,7 +39,7 @@
 # docker run --name my-edge-0 --hostname my-edge-0 --net cdnet --env TRAFFIC_OPS_URI=http://my-traffic-ops:3000 --env TRAFFIC_OPS_USER=superroot --env TRAFFIC_OPS_PASS=supersecreterpassward --detach traffic_server_edge:1.4
 
 FROM centos:6.6
-MAINTAINER Dan Kirkwood
+MAINTAINER dev@trafficcontrol.apache.org
 
 RUN yum install -y perl-JSON
 
diff --git a/infrastructure/docker/traffic_server_mid/Dockerfile b/infrastructure/docker/traffic_server_mid/Dockerfile
index 33ff0cd..a679df0 100644
--- a/infrastructure/docker/traffic_server_mid/Dockerfile
+++ b/infrastructure/docker/traffic_server_mid/Dockerfile
@@ -39,7 +39,7 @@
 # docker run --name my-mid-0 --hostname my-mid-0 --net cdnet --env TRAFFIC_OPS_URI=http://my-traffic-ops:3000 --env TRAFFIC_OPS_USER=superroot --env TRAFFIC_OPS_PASS=supersecreterpassward --detach traffic_server_mid:1.4
 
 FROM centos:6.6
-MAINTAINER Dan Kirkwood
+MAINTAINER dev@trafficcontrol.apache.org
 
 RUN yum install -y perl-JSON
 
diff --git a/infrastructure/docker/traffic_stats/Dockerfile b/infrastructure/docker/traffic_stats/Dockerfile
index 6881d07..acb111f 100644
--- a/infrastructure/docker/traffic_stats/Dockerfile
+++ b/infrastructure/docker/traffic_stats/Dockerfile
@@ -25,7 +25,7 @@
 # docker run --name my-traffic-stats --hostname my-traffic-stats --net cdnet --env TRAFFIC_OPS_URI=http://my-traffic-ops:3000 --env TRAFFIC_OPS_USER=superroot --env TRAFFIC_OPS_PASS=supersecreterpassward --env CERT_COUNTRY=US --env CERT_STATE=Colorado --env CERT_CITY=Denver --env CERT_COMPANY=NotComcast --detach traffic_stats:1.4
 
 FROM centos:6.6
-MAINTAINER Dan Kirkwood
+MAINTAINER dev@trafficcontrol.apache.org
 
 # Default value for RPM -- override with `docker build --build-arg RPM=...'
 ARG INFLUXDB=http://influxdb.s3.amazonaws.com/influxdb-0.11.1-1.x86_64.rpm
diff --git a/infrastructure/docker/traffic_vault/Dockerfile b/infrastructure/docker/traffic_vault/Dockerfile
index 4096336..bd5b8e7 100644
--- a/infrastructure/docker/traffic_vault/Dockerfile
+++ b/infrastructure/docker/traffic_vault/Dockerfile
@@ -25,7 +25,7 @@
 # docker run --name my-traffic-vault --hostname my-traffic-vault --net cdnet --env ADMIN_PASS=riakadminsecret --env USER_PASS=marginallylesssecret --env CERT_COUNTRY=US --env CERT_STATE=Colorado --env CERT_CITY=Denver --env CERT_COMPANY=NotComcast --env TRAFFIC_OPS_URI=http://my-traffic-ops:3000 --env TRAFFIC_OPS_USER=superroot --env TRAFFIC_OPS_PASS=supersecreterpassward --env DOMAIN=cdnet --detach traffic_vault:1.6.0
 
 FROM centos:6.6
-MAINTAINER Dan Kirkwood
+MAINTAINER dev@trafficcontrol.apache.org
 
 ARG ADMIN_PASS
 ARG USER_PASS
diff --git a/traffic_ops/app/bin/tests/Dockerfile-golangtest b/traffic_ops/app/bin/tests/Dockerfile-golangtest
index d2723d7..def99ae 100644
--- a/traffic_ops/app/bin/tests/Dockerfile-golangtest
+++ b/traffic_ops/app/bin/tests/Dockerfile-golangtest
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 FROM golang:1.9.4
-MAINTAINER Dan Kirkwood <da...@apache.org>
+MAINTAINER dev@trafficcontrol.apache.org
 ARG DIR=github.com/apache/trafficcontrol
 
 ADD traffic_ops /go/src/$DIR/traffic_ops
diff --git a/traffic_ops/app/bin/tests/Dockerfile-test b/traffic_ops/app/bin/tests/Dockerfile-test
index 9a8122c..54b1942 100644
--- a/traffic_ops/app/bin/tests/Dockerfile-test
+++ b/traffic_ops/app/bin/tests/Dockerfile-test
@@ -12,7 +12,7 @@
 # limitations under the License.
 #
 FROM centos:7
-MAINTAINER Dan Kirkwood <da...@apache.org>
+MAINTAINER dev@trafficcontrol.apache.org
 
 RUN yum -y install \
         https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm
diff --git a/traffic_ops/experimental/ats_config/Ats_Config_Dockerfile b/traffic_ops/experimental/ats_config/Ats_Config_Dockerfile
index 2c1c588b..cc94356 100644
--- a/traffic_ops/experimental/ats_config/Ats_Config_Dockerfile
+++ b/traffic_ops/experimental/ats_config/Ats_Config_Dockerfile
@@ -22,7 +22,7 @@
 # docker run --add-host="localhost:10.0.2.2" -p 9003:9003 --name my-ats-config --hostname my-ats-config --detach traffic_ops_ats_config:0.1
 
 FROM centos:6.6
-MAINTAINER Robert Butts
+MAINTAINER dev@trafficcontrol.apache.org
 
 ADD ats_config /
 ENTRYPOINT ./ats_config -uri http://c23-to-01.cdnlab.comcast.net:9002 -p 9003 -user foo -Pass bar
diff --git a/traffic_ops/experimental/postgrest/Postgrest_Dockerfile b/traffic_ops/experimental/postgrest/Postgrest_Dockerfile
index 40c8675..fb1378e 100644
--- a/traffic_ops/experimental/postgrest/Postgrest_Dockerfile
+++ b/traffic_ops/experimental/postgrest/Postgrest_Dockerfile
@@ -23,7 +23,7 @@
 
 # Based on Ubuntu because PostgREST binaries have issues on CentOS and would require building from source.
 FROM ubuntu:15.10
-MAINTAINER Robert Butts
+MAINTAINER dev@trafficcontrol.apache.org
 
 RUN apt-get install -y curl tar xz-utils postgresql-client
 RUN curl -LO https://github.com/begriffs/postgrest/releases/download/v0.3.1.1/postgrest-0.3.1.1-ubuntu.tar.xz
diff --git a/traffic_ops/experimental/url-rewriter-nginx/Url_Rewriter_Dockerfile b/traffic_ops/experimental/url-rewriter-nginx/Url_Rewriter_Dockerfile
index a278bf3..7fac5c2 100644
--- a/traffic_ops/experimental/url-rewriter-nginx/Url_Rewriter_Dockerfile
+++ b/traffic_ops/experimental/url-rewriter-nginx/Url_Rewriter_Dockerfile
@@ -22,7 +22,7 @@
 # docker run --add-host="localhost:10.0.2.2" -p 9008:9008 --name my-tour --hostname my-tour --detach traffic_ops_url_rewriter:0.1
 
 FROM nginx:1.9
-MAINTAINER Robert Butts
+MAINTAINER dev@trafficcontrol.apache.org
 
 RUN printf '\
 server {\n\
diff --git a/traffic_ops_db/docker/Dockerfile b/traffic_ops_db/docker/Dockerfile
index cb2ee59..3710b4d 100644
--- a/traffic_ops_db/docker/Dockerfile
+++ b/traffic_ops_db/docker/Dockerfile
@@ -13,7 +13,7 @@
 #
 FROM postgres:9.6.6
 
-MAINTAINER Dan Kirkwood
+MAINTAINER dev@trafficcontrol.apache.org
 
 # Postgres Access
 ENV POSTGRES_USER=$POSTGRES_USER