Commit Graph

8 Commits

Author SHA1 Message Date
Min RK
65ac9b2a3f make JUPYTERHUB_VERSION a config option
and use it as a build arg for the Hub and single-use images
2017-10-03 16:23:31 +02:00
Bryan W. Weber
8d887f7a38
Add oauth.env target to Makefile
Since 6917060, docker compose relies on an oauth.env file to get
the OAuth parameters, so the Makefile is updated to handle here
this change. In addition, the README is updated.
2017-08-23 09:22:45 -04:00
Min RK
6917060215 use postgres for the database 2017-08-02 22:26:29 +02:00
Justin Tyberg
a07eeb44e3 Remove "make up" target.
Using "make up" does not honor shell environment variables, causes confusion.

(c) Copyright IBM Corp. 2016
2016-11-17 10:47:42 -05:00
Justin Tyberg
22774d3b72 Do not require SSL cert, key files in make targets if SECRETS_VOLUME is set.
(c) Copyright IBM Corp. 2016
2016-09-20 21:16:43 -04:00
Justin Tyberg
7bc6a02bcd Merge pull request #18 from moisei/install-docker-on-container
install docker on jupyterhub container
2016-09-20 21:14:18 -04:00
Justin Tyberg
1d38273eef Do not pull notebook image as part of build step.
Do not assume the notebook image must be pulled from a Docker
registry (it might be built locally).
2016-05-12 16:50:02 -04:00
Min RK
d3a51902ae Add Makefile
`make build` builds the image, including network and volumes, and pulling the notebook image.
This removes the number of manual steps to get started.
2016-05-12 16:51:22 +02:00