Commit Graph

34 Commits

Author SHA1 Message Date
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
Min RK
43227e8ea0 JupyterHub 0.7
and get it from conda (conda-forge)

single-user protocol should still be compatible, so this shouldn't change supported Hub versions
2016-12-05 10:59:47 +01:00
Ilsiyar Gaynutdinov
d55d59521f updated copyright info 2016-11-23 16:32:42 +03:00
Ilsiyar Gaynutdinov
2dad0f2541 version for power ppc64le 2016-11-23 15:41:01 +03:00
Matt McCormick
3f86381329 Add badges with image size and layers
This uses the MicroBadger badge service. It allows prospective image users to
quickly get an idea of the size of an image from glancing at the README.
2016-11-13 23:31:58 -05:00
Peter Parente
3e0eb813cb Fix #269, NB_UID regression
Workaround docker / aufs permission problems
2016-10-11 21:29:15 -05:00
Adam Chainz
c28742a097 Convert readthedocs links for their .org -> .io migration for hosted projects
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-10-09 22:20:48 +01:00
Min RK
145ad1c1d2 use cdn for debian
httpredir fails semi-regularly
2016-09-28 16:17:44 +02:00
Oliver Köth
8daeeb294f avoid creation of intermediate shell in start-notebook.sh 2016-09-07 16:54:58 +02:00
John Kirkham
c102937957 base-notebook: Update tini to v0.10.0. 2016-08-12 23:21:41 -04:00
Peter Parente
69a5c1ab7f Merge pull request #258 from parente/generic-start
Add a generic start.sh script to images
2016-08-11 22:59:30 -04:00
Peter Parente
10ebacdacc Fix start command 2016-08-10 22:44:12 -04:00
Peter Parente
30d37c0186 Remove busted jhub internal link 2016-08-09 16:35:04 -04:00
Peter Parente
ed068a7d62 Rebase and update all READMEs 2016-08-09 16:32:10 -04:00
Peter Parente
1480d6f88e Add generic start.sh to base-notebook
* Update doc in base-notebook to describe use case
* Rebase start-notebook.sh on it
2016-08-09 16:10:22 -04:00
John Kirkham
1a290a9f50 base-notebook: Disable conda auto update. 2016-08-09 13:42:33 -04:00
david cochran
9a00a8c908 replace minimal-notebook with base-notebook in examples 2016-08-08 22:00:12 -07:00
david cochran
37b50dc325 fix broken hyperlinks in READMEs 2016-08-08 21:59:31 -07:00
Peter Parente
81466ccfc4 Update conda to 4.1.11 in base-notebook 2016-08-03 15:27:47 -04:00
Peter Parente
47703bba50 [skip ci] Fix a doc copy-pasta mess
(c) Copyright IBM Corp. 2016
2016-07-25 12:57:06 -04:00
Peter Parente
3f3fa27d3e Document how to set a hashed password
Already supported via the command line.
Update all the READMEs.

(c) Copyright IBM Corp. 2016
2016-07-17 22:30:24 -04:00
Peter Parente
32bb7097df Temporary workaround for #210
Pin libjpeg to v8

(c) Copyright IBM Corp. 2016
2016-07-14 16:47:11 -04:00
Peter Parente
7bd90a4b5a Merge pull request #225 from eigengrau/envvar
Make use of available environment variables
2016-06-28 10:52:39 -04:00
Sebastian Reuße
fdb247ec0c Make use of available environment variables
base-notebook defines environment variables for the Conda install path and the
notebook user. However, in some instances, these locations were still hardcoded.
Let’s use the variables instead.
2016-06-28 11:31:24 +02:00
Oliver Köth
970985845e Update start-notebook.sh 2016-06-28 11:16:39 +02:00
Peter Parente
f737456f8a Set HOME env var
Ref #188

(c) Copyright IBM Corp. 2016
2016-05-29 23:09:48 -04:00
Peter Parente
126009764f Disable pip cache during docker build
Ref #188

(c) Copyright IBM Corp. 2016
2016-05-29 23:09:48 -04:00
Peter Parente
b7353bf759 Fix permissions when host mounting SSL cert/key
Prevent docker from creating the
~/.local/share/jupyter directory as rw for root
only. Otherwise notebook can’t create runtime/
and other import subduers

(c) Copyright IBM Corp. 2016
2016-05-29 23:09:48 -04:00
Peter Parente
8015c88c4b Fix missing execute bit
Time for a rebuild!

(c) Copyright IBM Corp. 2016
2016-05-27 13:28:42 -04:00
Peter Parente
839e8307b6 Rename to base-notebook
(c) Copyright IBM Corp. 2016
2016-05-26 20:58:29 -04:00