Skip to content

Commit f30165b

Browse files
authored
Update images for release (dask#295)
- debian -> 10.4 - miniconda -> 4.8.3 - dask and distributed -> 2.21.0 - numpy -> 1.19.1 - pandas -> 1.0.5
1 parent 2978bdc commit f30165b

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

dask-gateway-server/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM daskgateway/dask-gateway-base:0.7.0 AS dependencies
1+
FROM daskgateway/dask-gateway-base:0.7.1 AS dependencies
22
LABEL MAINTAINER="Jim Crist-Harif"
33

44
# Install dependencies

dask-gateway/Dockerfile

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM daskgateway/dask-gateway-base:0.7.0 as dependencies
1+
FROM daskgateway/dask-gateway-base:0.7.1 as dependencies
22
LABEL MAINTAINER="Jim Crist-Harif"
33

44
# Does the following in one layer
@@ -9,9 +9,10 @@ LABEL MAINTAINER="Jim Crist-Harif"
99
# - Removes unminified bokeh js
1010
RUN /opt/conda/bin/conda install -c conda-forge --freeze-installed -y \
1111
aiohttp=3.6.2 \
12-
dask==2.14.0 \
13-
numpy==1.18.1 \
14-
pandas==1.0.3 \
12+
dask==2.21.0 \
13+
distributed==2.21.0 \
14+
numpy==1.19.1 \
15+
pandas==1.0.5 \
1516
&& /opt/conda/bin/conda clean -afy \
1617
&& find /opt/conda/ -follow -type f -name '*.a' -delete \
1718
&& find /opt/conda/ -follow -type f -name '*.js.map' -delete \

resources/helm/images/dask-gateway-base/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM debian:10.3-slim
1+
FROM debian:10.4-slim
22
LABEL MAINTAINER="Jim Crist-Harif"
33

4-
ENV CONDA_VERSION py37_4.8.2
5-
ENV CONDA_SHA256 957d2f0f0701c3d1335e3b39f235d197837ad69a944fa6f5d8ad2c686b69df3b
4+
ENV CONDA_VERSION py37_4.8.3
5+
ENV CONDA_SHA256 bb2e3cedd2e78a8bb6872ab3ab5b1266a90f8c7004a22d8dc2ea5effeb6a439a
66

77
# We do the following all in one block:
88
# - Create user dask

0 commit comments

Comments
 (0)