File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ ALL_IMAGES:=$(ALL_STACKS)
25
25
26
26
# Dockerfile Linter
27
27
HADOLINT ="${HOME}/hadolint"
28
- HADOLINT_VERSION ="v1.18.0 "
28
+ HADOLINT_VERSION ="v1.18.2 "
29
29
30
30
help :
31
31
# http://marmelab.com/blog/2016/02/29/auto-documented-makefile.html
@@ -68,7 +68,7 @@ cont-rm-all: ## remove all containers
68
68
-docker rm --force $(shell docker ps -a -q) 2> /dev/null
69
69
70
70
dev/% : ARGS?=
71
- dev/% : DARGS?=
71
+ dev/% : DARGS?=-e JUPYTER_ENABLE_LAB=yes
72
72
dev/% : PORT?=8888
73
73
dev/% : # # run a foreground container for a stack
74
74
docker run -it --rm -p $(PORT ) :8888 $(DARGS ) $(OWNER ) /$(notdir $@ ) $(ARGS )
Original file line number Diff line number Diff line change 4
4
# Ubuntu 20.04 (focal)
5
5
# https://hub.docker.com/_/ubuntu/?tab=tags&name=focal
6
6
# OS/ARCH: linux/amd64
7
- ARG ROOT_CONTAINER=ubuntu:focal-20200925 @sha256:2e70e9c81838224b5311970dbf7ed16802fbfe19e7a70b3cbfa3d7522aa285b4
7
+ ARG ROOT_CONTAINER=ubuntu:focal-20201008 @sha256:1d7b639619bdca2d008eca2d5293e3c43ff84cbee597ff76de3b7a7de3e84956
8
8
9
9
ARG BASE_CONTAINER=$ROOT_CONTAINER
10
10
FROM $BASE_CONTAINER
@@ -129,8 +129,8 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
129
129
# files across image layers when the permissions change
130
130
RUN conda install --quiet --yes \
131
131
'notebook=6.1.4' \
132
- 'jupyterhub=1.1.0 ' \
133
- 'jupyterlab=2.2.8 ' && \
132
+ 'jupyterhub=1.2.1 ' \
133
+ 'jupyterlab=2.2.9 ' && \
134
134
conda clean --all -f -y && \
135
135
npm cache clean --force && \
136
136
jupyter notebook --generate-config && \
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ RUN conda install --quiet --yes \
70
70
'r-nycflights13=1.0*' \
71
71
'r-randomforest=4.6*' \
72
72
'r-rcurl=1.98*' \
73
- 'r-rmarkdown=2.4 *' \
73
+ 'r-rmarkdown=2.5 *' \
74
74
'r-rsqlite=2.2*' \
75
75
'r-shiny=1.5*' \
76
76
'r-tidyverse=1.3*' \
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ USER $NB_UID
51
51
52
52
# Install pyarrow
53
53
RUN conda install --quiet --yes --satisfied-skip-solve \
54
- 'pyarrow=1 .0.*' && \
54
+ 'pyarrow=2 .0.*' && \
55
55
conda clean --all -f -y && \
56
56
fix-permissions "${CONDA_DIR}" && \
57
57
fix-permissions "/home/${NB_USER}"
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN conda install --quiet --yes \
37
37
'r-nycflights13=1.0*' \
38
38
'r-randomforest=4.6*' \
39
39
'r-rcurl=1.98*' \
40
- 'r-rmarkdown=2.4 *' \
40
+ 'r-rmarkdown=2.5 *' \
41
41
'r-rodbc=1.3*' \
42
42
'r-rsqlite=2.2*' \
43
43
'r-shiny=1.5*' \
You can’t perform that action at this time.
0 commit comments