mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 01:54:04 +00:00
Update tag example
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
# https://hub.docker.com/r/jupyter/base-notebook/tags
|
||||
ARG OWNER=jupyter
|
||||
ARG BASE_CONTAINER=$OWNER/base-notebook:6b49f3337709
|
||||
ARG BASE_CONTAINER=$OWNER/base-notebook:807999a41207
|
||||
FROM $BASE_CONTAINER
|
||||
|
||||
LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
|
||||
@@ -12,6 +12,6 @@ LABEL maintainer="Jupyter Project <jupyter@googlegroups.com>"
|
||||
# Fix: https://github.com/koalaman/shellcheck/wiki/SC3014
|
||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
ENV TAG="6b49f3337709"
|
||||
ENV TAG="807999a41207"
|
||||
|
||||
COPY --chown=${NB_UID}:${NB_GID} binder/README.ipynb "${HOME}"/README.ipynb
|
||||
|
Reference in New Issue
Block a user