MAINTAINER is deprecated, using LABEL now

This commit is contained in:
cglewis
2017-10-31 20:17:06 -07:00
parent da2c5a4d00
commit d91d4a8c48
9 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License.
FROM jupyter/pyspark-notebook
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER root

View File

@@ -5,7 +5,7 @@
# https://github.com/docker-library/official-images/commit/0ea9b38b835ffb656c497783321632ec7f87b60c
FROM ubuntu@sha256:84c334414e2bfdcae99509a6add166bbb4fa4041dc3fa6af08046a66fed3005f
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER root

View File

@@ -4,7 +4,7 @@
# Ubuntu image
FROM ppc64le/ubuntu:trusty
MAINTAINER Ilsiyar Gaynutdinov <ilsiyar_gaynutdinov@ru.ibm.com>
LABEL maintainer="Ilsiyar Gaynutdinov <ilsiyar_gaynutdinov@ru.ibm.com>"
USER root

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License.
FROM jupyter/scipy-notebook
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER root

View File

@@ -3,7 +3,7 @@
FROM jupyter/base-notebook
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER root

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License.
FROM jupyter/scipy-notebook
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER root

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License.
FROM jupyter/minimal-notebook
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER root

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License.
FROM jupyter/minimal-notebook
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
USER root

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the Modified BSD License.
FROM jupyter/scipy-notebook
MAINTAINER Jupyter Project <jupyter@googlegroups.com>
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
# Install Tensorflow
RUN conda install --quiet --yes \