Remove all MAINTAINER statements in the codebase as they aren't very useful and now deprecated
This commit is contained in:
parent
52c93d96bb
commit
fbea3e2368
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -13,6 +13,5 @@
|
|||
# limitations under the License.
|
||||
|
||||
FROM scratch
|
||||
MAINTAINER Daniel Smith <dbsmith@google.com>
|
||||
ADD kubectl kubectl
|
||||
ENTRYPOINT ["/kubectl"]
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
# limitations under the License.
|
||||
|
||||
FROM node:0.10
|
||||
MAINTAINER Christiaan Hees <christiaan@q42.nl>
|
||||
|
||||
ONBUILD WORKDIR /appsrc
|
||||
ONBUILD COPY . /appsrc
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
FROM quay.io/pires/docker-jre:8u45-2
|
||||
|
||||
MAINTAINER Paulo Pires <pjpires@gmail.com>
|
||||
|
||||
EXPOSE 5701
|
||||
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
|
||||
FROM rethinkdb:1.16.0
|
||||
|
||||
MAINTAINER BinZhao <wo@zhaob.in>
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -yq curl && \
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue