From d0e066e11690eb715a39c1e165518603a8d8d9f6 Mon Sep 17 00:00:00 2001 From: romainx Date: Wed, 17 Mar 2021 22:13:19 +0100 Subject: [PATCH] Regular update 2021-03-17 --- Makefile | 2 +- all-spark-notebook/Dockerfile | 2 +- base-notebook/Dockerfile | 4 ++-- datascience-notebook/Dockerfile | 6 +++--- r-notebook/Dockerfile | 2 +- scipy-notebook/Dockerfile | 8 ++++---- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Makefile b/Makefile index 7b5b6f9222..02b3010ab1 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ ALL_IMAGES:=$(ALL_STACKS) # Dockerfile Linter HADOLINT="${HOME}/hadolint" -HADOLINT_VERSION="v1.22.1" +HADOLINT_VERSION="v1.23.0" # Enable BuildKit for Docker build export DOCKER_BUILDKIT:=1 diff --git a/all-spark-notebook/Dockerfile b/all-spark-notebook/Dockerfile index f013fbecda..cf864edc87 100644 --- a/all-spark-notebook/Dockerfile +++ b/all-spark-notebook/Dockerfile @@ -27,7 +27,7 @@ RUN conda install --quiet --yes \ 'r-ggplot2=3.3*' \ 'r-irkernel=1.1*' \ 'r-rcurl=1.98*' \ - 'r-sparklyr=1.5*' \ + 'r-sparklyr=1.6*' \ && \ conda clean --all -f -y && \ fix-permissions "${CONDA_DIR}" && \ diff --git a/base-notebook/Dockerfile b/base-notebook/Dockerfile index e17580bd54..55b3df4bba 100644 --- a/base-notebook/Dockerfile +++ b/base-notebook/Dockerfile @@ -4,7 +4,7 @@ # Ubuntu 20.04 (focal) # https://hub.docker.com/_/ubuntu/?tab=tags&name=focal # OS/ARCH: linux/amd64 -ARG ROOT_CONTAINER=ubuntu:focal-20210119@sha256:3093096ee188f8ff4531949b8f6115af4747ec1c58858c091c8cb4579c39cc4e +ARG ROOT_CONTAINER=ubuntu:focal-20210217@sha256:e3d7ff9efd8431d9ef39a144c45992df5502c995b9ba3c53ff70c5b52a848d9c ARG BASE_CONTAINER=$ROOT_CONTAINER FROM $BASE_CONTAINER @@ -134,7 +134,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m RUN conda install --quiet --yes \ 'notebook=6.2.0' \ 'jupyterhub=1.3.0' \ - 'jupyterlab=3.0.9' && \ + 'jupyterlab=3.0.11' && \ conda clean --all -f -y && \ npm cache clean --force && \ jupyter notebook --generate-config && \ diff --git a/datascience-notebook/Dockerfile b/datascience-notebook/Dockerfile index 859dc93062..3daa993de9 100644 --- a/datascience-notebook/Dockerfile +++ b/datascience-notebook/Dockerfile @@ -18,9 +18,9 @@ USER root # Default values can be overridden at build time # (ARGS are in lower case to distinguish them from ENV) # Check https://julialang.org/downloads/ -ARG julia_version="1.5.3" +ARG julia_version="1.5.4" # SHA256 checksum -ARG julia_checksum="f190c938dd6fed97021953240523c9db448ec0a6760b574afd4e9924ab5615f1" +ARG julia_checksum="80dec351d1a593e8ad152636971a48d0c81bfcfab92c87f3604663616f1e8bc5" # R pre-requisites RUN apt-get update && \ @@ -62,7 +62,7 @@ RUN conda install --quiet --yes \ 'r-caret=6.0*' \ 'r-crayon=1.4*' \ 'r-devtools=2.3*' \ - 'r-forecast=8.13*' \ + 'r-forecast=8.14*' \ 'r-hexbin=1.28*' \ 'r-htmltools=0.5*' \ 'r-htmlwidgets=1.5*' \ diff --git a/r-notebook/Dockerfile b/r-notebook/Dockerfile index 067c95d4c8..4193fbd622 100644 --- a/r-notebook/Dockerfile +++ b/r-notebook/Dockerfile @@ -29,7 +29,7 @@ RUN conda install --quiet --yes \ 'r-caret=6.*' \ 'r-crayon=1.4*' \ 'r-devtools=2.3*' \ - 'r-forecast=8.13*' \ + 'r-forecast=8.14*' \ 'r-hexbin=1.28*' \ 'r-htmltools=0.5*' \ 'r-htmlwidgets=1.5*' \ diff --git a/scipy-notebook/Dockerfile b/scipy-notebook/Dockerfile index 3f3f75b033..64b0e8d67a 100644 --- a/scipy-notebook/Dockerfile +++ b/scipy-notebook/Dockerfile @@ -18,17 +18,17 @@ USER $NB_UID RUN conda install --quiet --yes \ 'beautifulsoup4=4.9.*' \ 'conda-forge::blas=*=openblas' \ - 'bokeh=2.2.*' \ + 'bokeh=2.3.*' \ 'bottleneck=1.3.*' \ 'cloudpickle=1.6.*' \ 'cython=0.29.*' \ - 'dask=2021.2.*' \ + 'dask=2021.3.*' \ 'dill=0.3.*' \ 'h5py=3.1.*' \ 'ipywidgets=7.6.*' \ 'ipympl=0.6.*'\ 'matplotlib-base=3.3.*' \ - 'numba=0.52.*' \ + 'numba=0.53.*' \ 'numexpr=2.7.*' \ 'pandas=1.2.*' \ 'patsy=0.5.*' \ @@ -38,7 +38,7 @@ RUN conda install --quiet --yes \ 'scikit-learn=0.24.*' \ 'scipy=1.6.*' \ 'seaborn=0.11.*' \ - 'sqlalchemy=1.3.*' \ + 'sqlalchemy=1.4.*' \ 'statsmodels=0.12.*' \ 'sympy=1.7.*' \ 'vincent=0.4.*' \