Skip to content

Commit

Permalink
Update intake package and related Docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Mancini committed Jan 25, 2023
1 parent 9b1179f commit a0bc7b7
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rg.nl-ams.scw.cloud/dds-production/geokube:v0.2a3
FROM rg.nl-ams.scw.cloud/dds-production/geokube:v0.2a5
WORKDIR /code
COPY ./api/requirements.txt /code/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion executor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rg.nl-ams.scw.cloud/dds-production/geokube:v0.2a3
FROM rg.nl-ams.scw.cloud/dds-production/geokube:v0.2a5
WORKDIR /code
COPY ./executor/requirements.txt /code/requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion geokube_packages/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM continuumio/miniconda3
RUN conda install -c conda-forge --yes --freeze-installed \
cartopy xesmf=0.6.3 psycopg2 \
'bokeh>=2.4.2,<3' pandas=1.4.3 netCDF4 scipy xarray=2022.6.0 \
'bokeh>=2.4.2,<3' numpy=1.23.5 pandas=1.4.3 netCDF4 scipy xarray=2022.6.0 \
&& conda clean -afy
COPY geokube-0.2a0-py3-none-any.whl /
COPY intake_geokube-0.1a0-py3-none-any.whl /
Expand Down
Binary file modified geokube_packages/intake_geokube-0.1a0-py3-none-any.whl
Binary file not shown.
2 changes: 1 addition & 1 deletion kubernetes/api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
value: 'false'
- name: ALLOWED_CORS_ORIGINS_REGEX
value: https://dds(-dev|)+\.cmcc\.it.*
image: rg.nl-ams.scw.cloud/dds-production/geodds-api:v0.1a177
image: rg.nl-ams.scw.cloud/dds-production/geodds-api:v0.1a179
name: api
ports:
- containerPort: 80
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/executor-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
name: db
- name: DASK_DASHBOARD_PORT
value: '8787'
image: rg.nl-ams.scw.cloud/dds-production/geodds-executor:v0.1a96
image: rg.nl-ams.scw.cloud/dds-production/geodds-executor:v0.1a98
name: executor
ports:
- containerPort: 8787
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
value: 'false'
- name: ALLOWED_CORS_ORIGINS_REGEX
value: https://dds(-dev|)+\.cmcc\.it.*
image: rg.nl-ams.scw.cloud/dds-production/geodds-web:v0.1a122
image: rg.nl-ams.scw.cloud/dds-production/geodds-web:v0.1a124
name: web
ports:
- containerPort: 80
Expand Down
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rg.nl-ams.scw.cloud/dds-production/geokube:v0.2a3
FROM rg.nl-ams.scw.cloud/dds-production/geokube:v0.2a5
WORKDIR /code
COPY ./web/requirements.txt /code/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
Expand Down

0 comments on commit a0bc7b7

Please sign in to comment.