Commit d91d4a8c authored by cglewis's avatar cglewis

MAINTAINER is deprecated, using LABEL now

parent da2c5a4d
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License. # Distributed under the terms of the Modified BSD License.
FROM jupyter/pyspark-notebook FROM jupyter/pyspark-notebook
MAINTAINER Jupyter Project <jupyter@googlegroups.com> LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER root USER root
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# https://github.com/docker-library/official-images/commit/0ea9b38b835ffb656c497783321632ec7f87b60c # https://github.com/docker-library/official-images/commit/0ea9b38b835ffb656c497783321632ec7f87b60c
FROM ubuntu@sha256:84c334414e2bfdcae99509a6add166bbb4fa4041dc3fa6af08046a66fed3005f FROM ubuntu@sha256:84c334414e2bfdcae99509a6add166bbb4fa4041dc3fa6af08046a66fed3005f
MAINTAINER Jupyter Project <jupyter@googlegroups.com> LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER root USER root
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Ubuntu image # Ubuntu image
FROM ppc64le/ubuntu:trusty FROM ppc64le/ubuntu:trusty
MAINTAINER Ilsiyar Gaynutdinov <ilsiyar_gaynutdinov@ru.ibm.com> LABEL maintainer="Ilsiyar Gaynutdinov <ilsiyar_gaynutdinov@ru.ibm.com>"
USER root USER root
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License. # Distributed under the terms of the Modified BSD License.
FROM jupyter/scipy-notebook FROM jupyter/scipy-notebook
MAINTAINER Jupyter Project <jupyter@googlegroups.com> LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER root USER root
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
FROM jupyter/base-notebook FROM jupyter/base-notebook
MAINTAINER Jupyter Project <jupyter@googlegroups.com> LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER root USER root
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License. # Distributed under the terms of the Modified BSD License.
FROM jupyter/scipy-notebook FROM jupyter/scipy-notebook
MAINTAINER Jupyter Project <jupyter@googlegroups.com> LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER root USER root
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License. # Distributed under the terms of the Modified BSD License.
FROM jupyter/minimal-notebook FROM jupyter/minimal-notebook
MAINTAINER Jupyter Project <jupyter@googlegroups.com> LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER root USER root
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License. # Distributed under the terms of the Modified BSD License.
FROM jupyter/minimal-notebook FROM jupyter/minimal-notebook
MAINTAINER Jupyter Project <jupyter@googlegroups.com> LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER root USER root
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License. # Distributed under the terms of the Modified BSD License.
FROM jupyter/scipy-notebook FROM jupyter/scipy-notebook
MAINTAINER Jupyter Project <jupyter@googlegroups.com> LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
# Install Tensorflow # Install Tensorflow
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment