Min RK
5ded1de072
Merge pull request #431 from minrk/docker-args
...
make jupyterhub env->cli args optional
2017-08-11 11:35:22 +02:00
Min RK
3146037b6f
quote NOTEBOOK_DIR
2017-08-11 10:27:16 +02:00
Min RK
32b3d2bec2
Remove Python 2
...
Only Python 3 from now on
2017-08-10 16:08:30 +02:00
Min RK
695a97e4a0
make jupyterhub env->cli args optional
...
DockerSpawner will stop passing these args,
so make them optional.
2017-08-10 15:40:35 +02:00
Min RK
82b978b3ce
Merge pull request #428 from minrk/ubu
...
proposal: base image on ubuntu:16.04 (LTS)
2017-08-10 14:53:35 +02:00
Peter Parente
0c68990e93
Merge pull request #425 from minrk/warn-ignored-config
...
warn about unused config
2017-08-09 16:39:44 -04:00
Min RK
0351f0c3b7
base image on ubuntu:16.04
2017-08-09 11:07:29 +02:00
Min RK
e91827d358
keep accepting 'yes' for GRANT_SUDO
2017-08-09 10:23:01 +02:00
Min RK
489bc324e2
warn about unused config
...
if some env vars are set that aren't used,
complain about it so behaviour is a bit less surprising
2017-08-07 16:07:53 +02:00
Anton Akhmerov
599bb5a3e3
update home folder and username on startup
...
closes #414
2017-08-03 18:08:35 +07:00
Min RK
9e6b4a5345
start.sh: fix check for if we are root
...
UID env is not set when launching as root, use `id -u` check instead
2017-07-21 14:33:44 +02:00
Peter Parente
e1e3f24b5d
Docker Cloud build phase hooks
...
Must be located in the root of each docker build context
i.e., every stack folder
2017-07-09 15:59:19 -04:00
Peter Parente
2edefe2797
Prefer conda-forge pkgs
2017-06-26 23:57:31 -04:00
Peter Parente
ceba183f27
Update miniconda3 to 4.3.21, Python 3.6
2017-06-25 12:54:08 -04:00
Peter Parente
19b9d93305
Revert "Fix sudoers.d inclusion on debian img ( fix #394 )"
...
This reverts commit 4b3b6697e7
.
2017-06-21 07:07:13 -05:00
Peter Parente
df7a34bebe
Merge pull request #397 from Stibbons/start_logs_pr
...
Add logs to start.sh
2017-06-09 22:50:34 -04:00
Peter Parente
4947f58181
Merge pull request #396 from Stibbons/fix_sudoers_pr
...
Fix sudoers.d inclusion with debian img (fix #394 )
2017-06-09 22:06:45 -04:00
Gaetan Semet
7dc0fc86ec
Add logs to start.sh
...
Signed-off-by: Gaetan Semet <gaetan@xeberon.net >
2017-06-08 15:13:24 +02:00
Gaetan Semet
4b3b6697e7
Fix sudoers.d inclusion on debian img ( fix #394 )
...
Signed-off-by: Gaetan Semet <gaetan@xeberon.net >
2017-06-08 15:11:36 +02:00
Min RK
2e160bb941
launch single-user entrypoint if JUPYTERHUB_API_TOKEN is defined
...
DockerSpawner sets certain environment variables, so assume jupyterhub entrypoint when defined
2017-06-07 13:04:31 +02:00
Min RK
0805573e09
invoke start.sh in start-singleuser.sh
...
ensures common behavior of things like GRANT_SUDO
2017-06-07 12:49:48 +02:00
Peter Parente
45624afa1b
Fix chown of $NB_USER home
2017-06-04 11:09:24 -04:00
Min RK
877a95d162
add JULIA_PKGDIR to chown in start.sh
2017-05-27 18:35:25 -07:00
Min RK
e4c54c9002
finish removing files from $HOME
...
- mplimporthook should be obsolete with matplotlib 2.0
- curlrc seems to be obsolete now (updates to base image?)
- set WORKDIR to $HOME instead of $HOME/work (leave work there for compatibility)
2017-05-27 18:25:26 -07:00
Stanislav Khotinok
ac9620e4a9
Added description of NB_GID to README.md files
2017-05-26 13:26:56 +02:00
Stanislav Khotinok
00591d836e
Removed empty spaces
2017-05-18 16:29:51 +02:00
Stanislav Khotinok
77ea89d223
Added possibility to change GID of the NB_USER if NB_GID
2017-05-18 16:06:15 +02:00
Peter Parente
bb222f4922
Merge pull request #375 from minrk/system-wide
...
reduce files in home directory a bit
2017-05-16 13:54:43 -04:00
Peter Parente
1e3aa15606
Merge pull request #383 from minrk/override-port
...
singleuser: allow overriding port with JPY_PORT env
2017-05-16 13:54:28 -04:00
Min RK
c4a00292a9
singleuser: allow overriding port with JPY_PORT
2017-05-15 11:56:22 +02:00
Peter Parente
cfddc5a316
Merge pull request #380 from jbn/master
...
Add fonts-liberation requirement, fix #372
2017-05-12 12:12:43 -04:00
John B Nelson
4594cb2a45
Add fonts-liberation requirement, fix #372
2017-05-11 10:20:56 -07:00
Priya Seth
976994a17e
Updates to the ppc64le Dockerfile and patch file
2017-05-11 13:01:01 -04:00
Priya Seth
9d96a0bda3
Update ppc64le Dockerfile and regenerate patch file
2017-05-11 12:49:25 -04:00
Priya Seth
fdc5f4d891
Updated patch file to build base-notebook Dockerfile on ppc64le
2017-05-09 06:11:12 -04:00
Min RK
b82162e925
make /etc/jupyter jovyan-owned
2017-05-04 14:36:35 +02:00
Min RK
c6e5e289dd
reduce files in home directory
...
- add a few missing `--system` flags to conda config
- install default notebook config to /etc/jupyter instead of ~/.jupyter
- add a few missing `conda clean`s
2017-05-02 13:26:35 +02:00
Peter Parente
02672dc083
Fix notebook version documented in READMEs
2017-04-22 13:23:27 -04:00
Peter Parente
9e32052046
Bump to notebook 5.0, jupyterlab 0.18
2017-04-04 22:20:17 -04:00
Min RK
508bbcad7f
add jupyterlab 0.17 to minimal-notebook
2017-03-16 16:48:49 +01:00
Bas Nijholt
3f9e3b66c6
Revert "Bump conda to 4.3.11"
...
This reverts commit ce2310fc56
.
2017-03-13 15:41:53 +01:00
Bas Nijholt
65fe832c4d
Bump notebook to 4.4
2017-03-13 15:16:41 +01:00
Bas Nijholt
1ed4a9bdec
Install patched jupyterhub 0.7.*
2017-03-13 15:16:41 +01:00
Bas Nijholt
ce2310fc56
Bump conda to 4.3.11
2017-03-13 15:16:41 +01:00
Peter Parente
12dfd972c2
Fix #342 : Update debian:jessie base image
2017-02-28 21:27:18 -06:00
Peter Parente
012b408e73
Upgrade to r-base 3.3.2
...
Remove pinning for plotting fix and upgrade other R packages
2017-01-02 23:11:30 -05:00
Peter Parente
19fe00c08c
debian, miniconda, notebook version, option updates
...
* Upgrade to latest debian base image
* Upgrade to Notebook 4.3
* Upgrade to Miniconda 4.2.12
* Remove USE_HTTPS env var in favor of command line options for key and cert
* Add GEN_CERT env var for generating a self-signed certificate
* Remove PASSWORD env var in favor of the new Notebook 4.3 default token auth
or the more secure a hashed password command line option
2016-12-31 23:27:54 -05:00
Min RK
4c363875a3
Merge pull request #305 from betamaniac/master_ppc64le
...
Dockerfile version for power ppc64le
2016-12-09 14:34:42 +01:00
Ilsiyar Gaynutdinov
38ae459bb2
changed License to modified BSD
2016-12-08 20:35:15 +03:00
Ilsiyar Gaynutdinov
c26954939a
adding a patch file to make Dockerfile.ppc64le more maintainable and updating the Makefile to make use of the patch file
2016-12-07 22:42:20 +03:00