Skip to content

Commit

Permalink
Remove all MAINTAINER statements in the codebase as they aren't very …
Browse files Browse the repository at this point in the history
…useful and now deprecated
  • Loading branch information
luxas committed Dec 17, 2016
1 parent 5b2823a commit 3c5b5f5
Show file tree
Hide file tree
Showing 38 changed files with 0 additions and 39 deletions.
1 change: 0 additions & 1 deletion build/kube-dns/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
# limitations under the License.

FROM BASEIMAGE
MAINTAINER Tim Hockin <thockin@google.com>
ADD kube-dns /
ENTRYPOINT ["/kube-dns"]
1 change: 0 additions & 1 deletion cluster/addons/fluentd-elasticsearch/es-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

FROM java:openjdk-8-jre

MAINTAINER Mik Vyatskov "vmik@google.com"

ENV DEBIAN_FRONTEND noninteractive
ENV ELASTICSEARCH_VERSION 2.4.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
# information about installing fluentd using deb package.

FROM gcr.io/google_containers/ubuntu-slim:0.4
MAINTAINER Alex Robinson "arob@google.com"
MAINTAINER Jimmi Dyson "jimmidyson@gmail.com"

# Ensure there are enough file descriptors for running Fluentd.
RUN ulimit -n 65536
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

FROM gcr.io/google_containers/ubuntu-slim:0.4

MAINTAINER Mik Vyatskov "vmik@google.com"

ENV DEBIAN_FRONTEND noninteractive
ENV KIBANA_VERSION 4.6.1
Expand Down
1 change: 0 additions & 1 deletion cluster/addons/fluentd-gcp/fluentd-gcp-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

FROM gcr.io/google_containers/ubuntu-slim:0.4

MAINTAINER Mik Vyatskov "vmik@google.com"

# Disable prompts from apt
ENV DEBIAN_FRONTEND noninteractive
Expand Down
1 change: 0 additions & 1 deletion cluster/addons/registry/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM nginx:1.11
MAINTAINER Matthew Fisher <mfisher@deis.com>

RUN apt-get update \
&& apt-get install -y \
Expand Down
1 change: 0 additions & 1 deletion cluster/gce/gci/mounter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM ubuntu:xenial
MAINTAINER vishh@google.com

RUN apt-get update && apt-get install -y netbase nfs-common=1:1.2.8-9ubuntu12 glusterfs-client=3.7.6-1ubuntu1

Expand Down
1 change: 0 additions & 1 deletion cluster/images/etcd-empty-dir-cleanup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM gliderlabs/alpine
MAINTAINER Mehdy Bohlool <mehdy@google.com>

RUN apk-install bash
ADD etcd-empty-dir-cleanup.sh etcd-empty-dir-cleanup.sh
Expand Down
1 change: 0 additions & 1 deletion cluster/images/etcd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM BASEIMAGE
MAINTAINER Wojciech Tyczynski <wojtekt@google.com>

EXPOSE 2379 2380 4001 7001
COPY etcd* etcdctl* /usr/local/bin/
Expand Down
1 change: 0 additions & 1 deletion cmd/kubernetes-discovery/artifacts/simple-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
# limitations under the License.

FROM fedora
MAINTAINER David Eads <deads@redhat.com>
ADD kubernetes-discovery /
ENTRYPOINT ["/kubernetes-discovery"]
1 change: 0 additions & 1 deletion examples/explorer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM scratch
MAINTAINER Daniel Smith <dbsmith@google.com>
ADD explorer explorer
ADD README.md README.md
EXPOSE 8080
Expand Down
1 change: 0 additions & 1 deletion examples/https-nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

FROM nginx

MAINTAINER Mengqi Yu <mengqiy@google.com>

COPY index2.html /usr/share/nginx/html/index2.html
RUN chmod +r /usr/share/nginx/html/index2.html
Expand Down
1 change: 0 additions & 1 deletion examples/kubectl-container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
# limitations under the License.

FROM scratch
MAINTAINER Daniel Smith <dbsmith@google.com>
ADD kubectl kubectl
ENTRYPOINT ["/kubectl"]
1 change: 0 additions & 1 deletion examples/meteor/dockerbase/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM node:0.10
MAINTAINER Christiaan Hees <christiaan@q42.nl>

ONBUILD WORKDIR /appsrc
ONBUILD COPY . /appsrc
Expand Down
1 change: 0 additions & 1 deletion examples/storage/hazelcast/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

FROM quay.io/pires/docker-jre:8u45-2

MAINTAINER Paulo Pires <pjpires@gmail.com>

EXPOSE 5701

Expand Down
1 change: 0 additions & 1 deletion examples/storage/rethinkdb/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

FROM rethinkdb:1.16.0

MAINTAINER BinZhao <wo@zhaob.in>

RUN apt-get update && \
apt-get install -yq curl && \
Expand Down
1 change: 0 additions & 1 deletion examples/volumes/nfs/nfs-data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM centos
MAINTAINER Jan Safranek, jsafrane@redhat.com; Huamin Chen, hchen@redhat.com
RUN yum -y install /usr/bin/ps nfs-utils && yum clean all
RUN mkdir -p /exports
ADD run_nfs.sh /usr/local/bin/
Expand Down
1 change: 0 additions & 1 deletion test/images/clusterapi-tester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
# limitations under the License.

FROM busybox
MAINTAINER Prashanth B <beeps@google.com>
ADD main main
ENTRYPOINT ["/main"]
1 change: 0 additions & 1 deletion test/images/dnsutils/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM alpine
MAINTAINER Bowei Du "bowei@google.com"

RUN apk update --no-cache
RUN apk add bind-tools
1 change: 0 additions & 1 deletion test/images/iperf/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM gcr.io/google_containers/ubuntu-slim:0.2
MAINTAINER jay@apache.org
RUN apt-get update && apt-get install -y --no-install-recommends iperf bash \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/* \
Expand Down
1 change: 0 additions & 1 deletion test/images/jessie-dnsutils/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM debian:jessie
MAINTAINER Abhishek Shah "abshah@google.com"

RUN apt-get -q update && \
apt-get install -y dnsutils && \
Expand Down
1 change: 0 additions & 1 deletion test/images/logs-generator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

FROM gcr.io/google_containers/ubuntu-slim:0.4

MAINTAINER Mik Vyatskov <vmik@google.com>

COPY logs-generator /

Expand Down
1 change: 0 additions & 1 deletion test/images/n-way-http/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
# limitations under the License.

FROM busybox
MAINTAINER Prashanth B <beeps@google.com>
ADD server server
ENTRYPOINT ["/server"]
1 change: 0 additions & 1 deletion test/images/net/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
# limitations under the License.

FROM alpine
MAINTAINER Bowei Du <bowei@google.com>
COPY net /net
RUN apk update && apk add curl
1 change: 0 additions & 1 deletion test/images/netexec/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM busybox
MAINTAINER Abhishek Shah "abshah@google.com"

ADD netexec netexec
ADD netexec.go netexec.go
Expand Down
1 change: 0 additions & 1 deletion test/images/network-tester/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM scratch
MAINTAINER Daniel Smith <dbsmith@google.com>
ADD webserver webserver
EXPOSE 8080
ENTRYPOINT ["/webserver"]
1 change: 0 additions & 1 deletion test/images/pets/redis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# TODO: get rid of bash dependency and switch to plain busybox.
# The tar in busybox also doesn't seem to understand compression.
FROM debian:jessie
MAINTAINER Prashanth.B <beeps@google.com>

# TODO: just use standard redis when there is one for 3.2.0.
RUN apt-get update && apt-get install -y wget make gcc
Expand Down
1 change: 0 additions & 1 deletion test/images/pets/zookeeper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# TODO: get rid of bash dependency and switch to plain busybox.
# The tar in busybox also doesn't seem to understand compression.
FROM debian:jessie
MAINTAINER Prashanth.B <beeps@google.com>

RUN apt-get update && apt-get install -y wget netcat

Expand Down
1 change: 0 additions & 1 deletion test/images/porter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM scratch
MAINTAINER Daniel Smith <dbsmith@google.com>
ADD localhost.crt localhost.crt
ADD localhost.key localhost.key
ADD porter porter
Expand Down
1 change: 0 additions & 1 deletion test/images/resource-consumer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM jess/stress
MAINTAINER Ewa Socala <socaa@google.com>
ADD consumer /consumer
ADD consume-cpu /consume-cpu
EXPOSE 8080
Expand Down
1 change: 0 additions & 1 deletion test/images/resource-consumer/controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM busybox
MAINTAINER Jerzy Szczepkowski <jsz@google.com>
ADD controller /controller
EXPOSE 8080
ENTRYPOINT ["/controller"]
1 change: 0 additions & 1 deletion test/images/serve_hostname/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM BASEIMAGE
MAINTAINER Tim Hockin <thockin@google.com>
ADD serve_hostname /serve_hostname
EXPOSE 9376
ENTRYPOINT ["/serve_hostname"]
1 change: 0 additions & 1 deletion test/images/volumes-tester/ceph/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM centos:6
MAINTAINER Huamin Chen, hchen@redhat.com

ADD install.sh /usr/local/bin/
RUN /usr/local/bin/install.sh
Expand Down
1 change: 0 additions & 1 deletion test/images/volumes-tester/gluster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM centos
MAINTAINER Jan Safranek, jsafrane@redhat.com
RUN yum -y install hostname centos-release-gluster && yum -y install glusterfs-server && yum clean all
ADD glusterd.vol /etc/glusterfs/
ADD run_gluster.sh /usr/local/bin/
Expand Down
1 change: 0 additions & 1 deletion test/images/volumes-tester/iscsi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM fedora
MAINTAINER Jan Safranek, jsafrane@redhat.com
RUN yum install -y iscsi-initiator-utils targetcli net-tools strace && yum clean all
ADD run_iscsid.sh /usr/local/bin/
ADD initiatorname.iscsi /etc/iscsi/
Expand Down
1 change: 0 additions & 1 deletion test/images/volumes-tester/nfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM centos
MAINTAINER Jan Safranek, jsafrane@redhat.com
RUN yum -y install /usr/bin/ps nfs-utils && yum clean all
RUN mkdir -p /exports
ADD run_nfs.sh /usr/local/bin/
Expand Down
1 change: 0 additions & 1 deletion test/images/volumes-tester/rbd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# Based on image by Ricardo Rocha, ricardo@catalyst.net.nz

FROM fedora
MAINTAINER Jan Safranek jsafrane@redhat.com

# Base Packages
RUN yum install -y wget ceph ceph-fuse strace && yum clean all
Expand Down
1 change: 0 additions & 1 deletion test/soak/cauldron/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.

FROM busybox
MAINTAINER Satnam Singh <satnam@google.com>
ADD cauldron cauldron
ADD cauldron.go cauldron.go
ENTRYPOINT ["/cauldron"]

0 comments on commit 3c5b5f5

Please sign in to comment.