aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/udacity
diff options
context:
space:
mode:
authorGravatar cglewis <clewis@iqt.org>2017-10-31 10:56:48 -0700
committerGravatar cglewis <clewis@iqt.org>2017-10-31 10:56:48 -0700
commit6eac524ef63728bdc10c40f95d30c94aede5f4ea (patch)
tree6bd51065a8ecd097e7f80ee3c6acd16a083be350 /tensorflow/examples/udacity
parent9a2b0983a94ab886fcf968796c4ecdf32595a590 (diff)
Use 'LABEL maintainer=' in Dockerfile
* Use 'LABEL maintainer=' in Dockerfile This fix is a follow up of 13961 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: Charlie Lewis <clewis@iqt.org> * Additional `MAITAINER` -> `LABEL` Signed-off-by: Charlie Lewis <clewis@iqt.org>
Diffstat (limited to 'tensorflow/examples/udacity')
-rw-r--r--tensorflow/examples/udacity/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/examples/udacity/Dockerfile b/tensorflow/examples/udacity/Dockerfile
index 3d48ced41b..3ca58566c1 100644
--- a/tensorflow/examples/udacity/Dockerfile
+++ b/tensorflow/examples/udacity/Dockerfile
@@ -1,5 +1,5 @@
FROM gcr.io/tensorflow/tensorflow:latest
-MAINTAINER Vincent Vanhoucke <vanhoucke@google.com>
+LABEL maintainer="Vincent Vanhoucke <vanhoucke@google.com>"
# Pillow needs libjpeg by default as of 3.0.
RUN apt-get update && apt-get install -y --no-install-recommends \