Update the base Docker image to the 2026-03-01 patch release and upgrade pysolid to obtain bug fix#241
Conversation
Also update pysolid to v0.3.4 in the runtime and dev Conda spec files.
|
@Tyler-g-hudson I used your script create_spec_file.py to find the correct URL for pysolid v0.3.4 on conda-forge after updating it to reference the newer base Docker image. I ran the script for the 'runtime' and 'dev' spec-files. Many of the other packages in the spec-files had newer versions available; however, I changed only the pysolid entry in the spec-files. I also left the Miniforge version of 24.11.3-2 unchanged in create_spec_file.py. (The current version is 26.1.0-0.) I've been able to build a new Docker image with this configuration and will run some quick tests on isce3_scale this afternoon. |
|
Thanks Joanne, please let me know the result - I'm a little concerned about only updating the one package since its dependencies may also have changed, which could result in some unexpected behavior. |
|
@Tyler-g-hudson @hfattahi So far one test case has completed RSLC/GSLC/GCOV successfully and one test case failed in RSLC about 30 seconds after execution started. I reported the problem on Brian's PR. I have two other test cases that have been running RSLC for > 15 minutes now. I need to leave the office now but will start an InSAR test case later tonight. |
|
All the test cases have completed successfully, including the 40+5 case that failed at RSLC previously (and the 77-MHz case that I hadn't run earlier). The ~160-MB InSAR log files are now 3-MB files. |
Tyler-g-hudson
left a comment
There was a problem hiding this comment.
Since you've tested and everything works, LGTM!
…ysolid to v0.3.4 (#241)
Also update pysolid to v0.3.4 in the runtime and dev Conda spec files.