Remove all MAINTAINER statements in the codebase as they aren't very useful and now deprecated

This commit is contained in:
Lucas Käldström 2016-12-17 20:34:10 +02:00
parent 52c93d96bb
commit fbea3e2368
7 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -13,6 +13,5 @@
# limitations under the License.
FROM scratch
MAINTAINER Daniel Smith <dbsmith@google.com>
ADD kubectl kubectl
ENTRYPOINT ["/kubectl"]

View File

@ -13,7 +13,6 @@
# limitations under the License.
FROM node:0.10
MAINTAINER Christiaan Hees <christiaan@q42.nl>
ONBUILD WORKDIR /appsrc
ONBUILD COPY . /appsrc

View File

@ -14,7 +14,6 @@
FROM quay.io/pires/docker-jre:8u45-2
MAINTAINER Paulo Pires <pjpires@gmail.com>
EXPOSE 5701

View File

@ -14,7 +14,6 @@
FROM rethinkdb:1.16.0
MAINTAINER BinZhao <wo@zhaob.in>
RUN apt-get update && \
apt-get install -yq curl && \

View File

@ -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/