WikiWatershed / model-my-watershed

The web application front end for Model My Watershed.
https://modelmywatershed.org
Apache License 2.0
57 stars 31 forks source link

Downgrade Docker to Fix RWD #3632

Closed rajadain closed 4 months ago

rajadain commented 4 months ago

Overview

The Ubuntu upgrade of #3631 also upgrade Docker to v26, which was incompatible with the old RWD images. For that, we upgraded TauDEM and RWD to the new Docker image format in https://github.com/WikiWatershed/rapid-watershed-delineation/issues/84, https://github.com/WikiWatershed/rapid-watershed-delineation/issues/83, https://github.com/WikiWatershed/docker-taudem/issues/2, https://github.com/WikiWatershed/docker-taudem/issues/1, and https://github.com/WikiWatershed/docker-taudem/issues/5.

Unfortunately, using the new Docker image results in failures recorded here: https://github.com/WikiWatershed/rapid-watershed-delineation/issues/87. Rather than spend more time fixing those, it is easier to downgrade Docker to v25 to work with the old images for now. That's what this PR does.

Closes #3629

Demo

image

Testing Instructions

Note: this review does not require checking locally, only on staging

rajadain commented 4 months ago

Thanks for reviewing!