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:
Kubernetes Submit Queue
2016-12-29 16:41:24 -08:00
committed by GitHub
38 changed files with 0 additions and 39 deletions

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