mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
add BASE_IMAGE build arg for onbuild
for easier automated building
This commit is contained in:
@@ -4,7 +4,8 @@
|
|||||||
#
|
#
|
||||||
# Derivative images must have jupyterhub_config.py next to the Dockerfile.
|
# Derivative images must have jupyterhub_config.py next to the Dockerfile.
|
||||||
|
|
||||||
FROM jupyterhub/jupyterhub
|
ARG BASE_IMAGE jupyterhub/jupyterhub
|
||||||
|
FROM ${BASE_IMAGE}
|
||||||
|
|
||||||
ONBUILD ADD jupyterhub_config.py /srv/jupyterhub/jupyterhub_config.py
|
ONBUILD ADD jupyterhub_config.py /srv/jupyterhub/jupyterhub_config.py
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user