diff --git a/all-spark-notebook/Dockerfile b/all-spark-notebook/Dockerfile index 5f6a7132..261fd43f 100644 --- a/all-spark-notebook/Dockerfile +++ b/all-spark-notebook/Dockerfile @@ -2,7 +2,7 @@ # Distributed under the terms of the Modified BSD License. FROM jupyter/pyspark-notebook -MAINTAINER Jupyter Project +LABEL maintainer="Jupyter Project " USER root diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index 4d2e5f90..27779ab0 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -5,7 +5,7 @@ # https://github.com/docker-library/official-images/commit/0ea9b38b835ffb656c497783321632ec7f87b60c FROM ubuntu@sha256:84c334414e2bfdcae99509a6add166bbb4fa4041dc3fa6af08046a66fed3005f -MAINTAINER Jupyter Project +LABEL maintainer="Jupyter Project " USER root diff --git a/base-notebook/Dockerfile.ppc64le b/base-notebook/Dockerfile.ppc64le index fca1c9ff..f0b82090 100644 --- a/base-notebook/Dockerfile.ppc64le +++ b/base-notebook/Dockerfile.ppc64le @@ -4,7 +4,7 @@ # Ubuntu image FROM ppc64le/ubuntu:trusty -MAINTAINER Ilsiyar Gaynutdinov +LABEL maintainer="Ilsiyar Gaynutdinov " USER root diff --git a/datascience-notebook/Dockerfile b/datascience-notebook/Dockerfile index a3e5a06e..5c5d7233 100644 --- a/datascience-notebook/Dockerfile +++ b/datascience-notebook/Dockerfile @@ -2,7 +2,7 @@ # Distributed under the terms of the Modified BSD License. FROM jupyter/scipy-notebook -MAINTAINER Jupyter Project +LABEL maintainer="Jupyter Project " USER root diff --git a/minimal-notebook/Dockerfile b/minimal-notebook/Dockerfile index be058cd3..827fb9cd 100644 --- a/minimal-notebook/Dockerfile +++ b/minimal-notebook/Dockerfile @@ -3,7 +3,7 @@ FROM jupyter/base-notebook -MAINTAINER Jupyter Project +LABEL maintainer="Jupyter Project " USER root diff --git a/pyspark-notebook/Dockerfile b/pyspark-notebook/Dockerfile index c0efa905..e33d5f89 100644 --- a/pyspark-notebook/Dockerfile +++ b/pyspark-notebook/Dockerfile @@ -2,7 +2,7 @@ # Distributed under the terms of the Modified BSD License. FROM jupyter/scipy-notebook -MAINTAINER Jupyter Project +LABEL maintainer="Jupyter Project " USER root diff --git a/r-notebook/Dockerfile b/r-notebook/Dockerfile index ed117684..92485671 100644 --- a/r-notebook/Dockerfile +++ b/r-notebook/Dockerfile @@ -2,7 +2,7 @@ # Distributed under the terms of the Modified BSD License. FROM jupyter/minimal-notebook -MAINTAINER Jupyter Project +LABEL maintainer="Jupyter Project " USER root diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index 01c8d8cb..019ad113 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -2,7 +2,7 @@ # Distributed under the terms of the Modified BSD License. FROM jupyter/minimal-notebook -MAINTAINER Jupyter Project +LABEL maintainer="Jupyter Project " USER root diff --git a/tensorflow-notebook/Dockerfile b/tensorflow-notebook/Dockerfile index 0f0209a8..f90968eb 100644 --- a/tensorflow-notebook/Dockerfile +++ b/tensorflow-notebook/Dockerfile @@ -2,7 +2,7 @@ # Distributed under the terms of the Modified BSD License. FROM jupyter/scipy-notebook -MAINTAINER Jupyter Project +LABEL maintainer="Jupyter Project " # Install Tensorflow RUN conda install --quiet --yes \