From 35a923c377a8d1698a23673ec0bcca1d907da3f2 Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Wed, 22 Oct 2025 10:20:13 +1100 Subject: [PATCH 1/4] Update to latest version of ODC, DEA Tools, eo-tides --- docker/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index 5ebc4ec..b8c1ea0 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -11,7 +11,7 @@ jupyterlab-logout jupyterlab-theme-toggler # ODC/DEA: these are installed in builder stage -eo-tides>=0.8.3 +eo-tides>=0.10.0 # Dale's s2cloudmask # https://github.com/daleroberts/s2cloudmask @@ -20,7 +20,7 @@ s2cloudmask opencv-python-headless opencv-contrib-python-headless datacube-ows>=1.9 -datacube[performance,s3]>=1.9.5 +datacube[performance,s3]>=1.9.10 eodatasets3>1.9 geomad>=1.0.0 numexpr>=2.11 @@ -34,7 +34,7 @@ odc-stac>=0.4.0 odc-cloud[ASYNC]>=0.2.5 odc-stats[ows]>=1.9 odc-ui -dea-tools>=0.4.3 +dea-tools>=0.4.7 --extra-index-url="https://packages.dea.ga.gov.au" thredds-crawler From 0f3156fdbddce4677c6d33c9e3f77a727af58f50 Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Wed, 22 Oct 2025 11:55:18 +1100 Subject: [PATCH 2/4] Revert change to dea-tools and eo-tides --- docker/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index b8c1ea0..869e4a7 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -11,7 +11,7 @@ jupyterlab-logout jupyterlab-theme-toggler # ODC/DEA: these are installed in builder stage -eo-tides>=0.10.0 +eo-tides>=0.8.3 # Dale's s2cloudmask # https://github.com/daleroberts/s2cloudmask @@ -34,7 +34,7 @@ odc-stac>=0.4.0 odc-cloud[ASYNC]>=0.2.5 odc-stats[ows]>=1.9 odc-ui -dea-tools>=0.4.7 +dea-tools>=0.4.3 --extra-index-url="https://packages.dea.ga.gov.au" thredds-crawler From 0a7c6feb30a791193ab3025cf76038cbc025c3f8 Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Tue, 11 Nov 2025 10:04:01 +1100 Subject: [PATCH 3/4] Increase Docker image size limit to 9 GiB --- .github/workflows/dive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dive.yml b/.github/workflows/dive.yml index f3f3ad6..22cf5da 100644 --- a/.github/workflows/dive.yml +++ b/.github/workflows/dive.yml @@ -93,4 +93,4 @@ jobs: uses: wemake-services/docker-image-size-limit@2.0.0 with: image: ${{ env.ORG }}/${{ env.IMAGE}}:_build - size: "8 GiB" + size: "9 GiB" From 783ed7915e550a33618a3f057d6774209120828d Mon Sep 17 00:00:00 2001 From: Robbi Bishop-Taylor Date: Tue, 11 Nov 2025 10:05:35 +1100 Subject: [PATCH 4/4] Revert change --- .github/workflows/dive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dive.yml b/.github/workflows/dive.yml index 22cf5da..f3f3ad6 100644 --- a/.github/workflows/dive.yml +++ b/.github/workflows/dive.yml @@ -93,4 +93,4 @@ jobs: uses: wemake-services/docker-image-size-limit@2.0.0 with: image: ${{ env.ORG }}/${{ env.IMAGE}}:_build - size: "9 GiB" + size: "8 GiB"