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 5b2823adb9
commit 3c5b5f5963
38 changed files with 0 additions and 39 deletions

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 && \