Skip to content

Commit 89711db

Browse files
authored
Merge pull request #1001 from guoquan/patch-2
Add `ROOT_CONTAINER` to base-notebook
2 parents f9c990e + fd4d09b commit 89711db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

base-notebook/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
# Ubuntu 18.04 (bionic)
55
# https://hub.docker.com/_/ubuntu/?tab=tags&name=bionic
6-
ARG BASE_CONTAINER=ubuntu:bionic-20200112@sha256:bc025862c3e8ec4a8754ea4756e33da6c41cba38330d7e324abd25c8e0b93300
6+
ARG ROOT_CONTAINER=ubuntu:bionic-20200112@sha256:bc025862c3e8ec4a8754ea4756e33da6c41cba38330d7e324abd25c8e0b93300
7+
ARG BASE_CONTAINER=$ROOT_CONTAINER
78
FROM $BASE_CONTAINER
89

910
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"

0 commit comments

Comments
 (0)