Use 'LABEL maintainer=' in Dockerfile (#13961)
* Use 'LABEL maintainer=' in Dockerfile This fix is a follow up of 13661 to replace `MAINTAINER` with `LABEL maintainer=` in Dockerfile. The keyword `MAINTAINER` has long been deprecated and is replaced by `LABEL`, which is much more flexible and is easily searchable through `docker inspect`. This fix replaces remaining `MAINTAINER` with `LABEL`. Signed-off-by:Yong Tang <yong.tang.github@outlook.com> * Additional `MAITAINER` -> `LABEL` Signed-off-by:
Yong Tang <yong.tang.github@outlook.com>
Loading
Please sign in to comment