File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 3
3
This changelog only contains breaking and/or significant changes manually introduced to this repository (using Pull Requests).
4
4
All image manifests can be found in [ the wiki] ( https://github.com/jupyter/docker-stacks/wiki ) .
5
5
6
+ ## 2024-11-06
7
+
8
+ Affected: all images except ` docker-stacks-foundation ` .
9
+
10
+ - ** Non-breaking** Install ` jupyterhub-base ` and ` nodejs ` packages instead of ` jupyterhub ` package ([ #2171 ] ( https://github.com/jupyter/docker-stacks/pull/2171 ) ).
11
+
6
12
## 2024-10-23
7
13
8
14
Affected: all images.
Original file line number Diff line number Diff line change @@ -54,7 +54,9 @@ It contains:
54
54
55
55
- Everything in ` jupyter/docker-stacks-foundation `
56
56
- Minimally functional Server (e.g., no LaTeX support for saving notebooks as PDFs)
57
- - ` notebook ` , ` jupyterhub ` , and ` jupyterlab ` packages
57
+ - ` notebook ` , ` jupyterhub-base ` , and ` jupyterlab ` packages
58
+ Note: we're also installing ` nodejs ` as it has historically been installed indirectly as a dependency of ` jupyterhub ` package, which was used before.
59
+ See more at: < https://github.com/jupyter/docker-stacks/pull/2171 >
58
60
- A ` start-notebook.py ` script as the default command
59
61
- A ` start-singleuser.py ` script useful for launching containers in JupyterHub
60
62
- Options for a self-signed HTTPS certificate
You can’t perform that action at this time.
0 commit comments