mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-12 12:32:58 +00:00
[ci skip] ARG does not survive past FROM
Hardcode the tag in two places
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
# Copyright (c) Jupyter Development Team.
|
# Copyright (c) Jupyter Development Team.
|
||||||
# Distributed under the terms of the Modified BSD License.
|
# Distributed under the terms of the Modified BSD License.
|
||||||
ARG TAG=17aba6048f44
|
FROM jupyter/base-notebook:17aba6048f44
|
||||||
FROM jupyter/base-notebook:$TAG
|
ENV TAG="17aba6048f44"
|
||||||
ENV TAG=$TAG
|
|
||||||
COPY binder/README.ipynb .
|
COPY binder/README.ipynb .
|
||||||
|
Reference in New Issue
Block a user