Convert FROM specification to ARG (#727)

This commit is contained in:
graemes
2018-10-19 18:52:27 +01:00
parent 6d2a053461
commit 1d763bbac5
8 changed files with 16 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
FROM jupyter/scipy-notebook
ARG BASE_CONTAINER=jupyter/scipy-notebook
FROM $BASE_CONTAINER
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"