File tree Expand file tree Collapse file tree 9 files changed +17
-9
lines changed Expand file tree Collapse file tree 9 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 29
29
30
30
build/% : DARGS?=
31
31
build/% : # # build the latest image for a stack
32
- docker build $(DARGS ) --rm --force-rm -t $(OWNER ) /$(notdir $@ ) :latest ./$(notdir $@ )
32
+ docker build $(DARGS ) --rm --force-rm -t $(OWNER ) /$(notdir $@ ) :latest --build-arg OWNER= $( OWNER ) ./$(notdir $@ )
33
33
@echo -n " Built image size: "
34
34
@docker images $(OWNER ) /$(notdir $@ ) :latest --format " {{.Size}}"
35
35
Original file line number Diff line number Diff line change 1
1
# Copyright (c) Jupyter Development Team.
2
2
# Distributed under the terms of the Modified BSD License.
3
- ARG BASE_CONTAINER=jupyter/pyspark-notebook
3
+ ARG OWNER=jupyter
4
+ ARG BASE_CONTAINER=$OWNER/pyspark-notebook
4
5
FROM $BASE_CONTAINER
5
6
6
7
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
Original file line number Diff line number Diff line change 2
2
# Distributed under the terms of the Modified BSD License.
3
3
4
4
# https://hub.docker.com/r/jupyter/base-notebook/tags
5
- ARG BASE_CONTAINER=jupyter/base-notebook:33add21fab64
5
+ ARG OWNER=jupyter
6
+ ARG BASE_CONTAINER=$OWNER/base-notebook:33add21fab64
6
7
FROM $BASE_CONTAINER
7
8
8
9
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
Original file line number Diff line number Diff line change 1
1
# Copyright (c) Jupyter Development Team.
2
2
# Distributed under the terms of the Modified BSD License.
3
- ARG BASE_CONTAINER=jupyter/scipy-notebook
3
+ ARG OWNER=jupyter
4
+ ARG BASE_CONTAINER=$OWNER/scipy-notebook
4
5
FROM $BASE_CONTAINER
5
6
6
7
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
Original file line number Diff line number Diff line change 1
1
# Copyright (c) Jupyter Development Team.
2
2
# Distributed under the terms of the Modified BSD License.
3
- ARG BASE_CONTAINER=jupyter/base-notebook
3
+ ARG OWNER=jupyter
4
+ ARG BASE_CONTAINER=$OWNER/base-notebook
4
5
FROM $BASE_CONTAINER
5
6
6
7
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
Original file line number Diff line number Diff line change 1
1
# Copyright (c) Jupyter Development Team.
2
2
# Distributed under the terms of the Modified BSD License.
3
- ARG BASE_CONTAINER=jupyter/scipy-notebook
3
+ ARG OWNER=jupyter
4
+ ARG BASE_CONTAINER=$OWNER/scipy-notebook
4
5
FROM $BASE_CONTAINER
5
6
6
7
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
Original file line number Diff line number Diff line change 1
1
# Copyright (c) Jupyter Development Team.
2
2
# Distributed under the terms of the Modified BSD License.
3
- ARG BASE_CONTAINER=jupyter/minimal-notebook
3
+ ARG OWNER=jupyter
4
+ ARG BASE_CONTAINER=$OWNER/minimal-notebook
4
5
FROM $BASE_CONTAINER
5
6
6
7
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
Original file line number Diff line number Diff line change 1
1
# Copyright (c) Jupyter Development Team.
2
2
# Distributed under the terms of the Modified BSD License.
3
- ARG BASE_CONTAINER=jupyter/minimal-notebook
3
+ ARG OWNER=jupyter
4
+ ARG BASE_CONTAINER=$OWNER/minimal-notebook
4
5
FROM $BASE_CONTAINER
5
6
6
7
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
Original file line number Diff line number Diff line change 1
1
# Copyright (c) Jupyter Development Team.
2
2
# Distributed under the terms of the Modified BSD License.
3
- ARG BASE_CONTAINER=jupyter/scipy-notebook
3
+ ARG OWNER=jupyter
4
+ ARG BASE_CONTAINER=$OWNER/scipy-notebook
4
5
FROM $BASE_CONTAINER
5
6
6
7
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
You can’t perform that action at this time.
0 commit comments