mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-02 03:08:15 +00:00
Merge pull request #38927 from luxas/remove_maintainer
Automatic merge from submit-queue Remove all MAINTAINER statements in the codebase as they are deprecated **What this PR does / why we need it**: ref: https://github.com/docker/docker/pull/25466 **Release note**: ```release-note Remove all MAINTAINER statements in Dockerfiles in the codebase as they are deprecated by docker ``` @ixdy @thockin (who else should be notified?)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user