PecanProject / pecan

The Predictive Ecosystem Analyzer (PEcAn) is an integrated ecological bioinformatics toolbox.
www.pecanproject.org
Other
199 stars 231 forks source link

Build more depends versions #3235

Closed infotroph closed 7 months ago

infotroph commented 7 months ago

Description

Motivation and Context

Building the depends image for new versions of R is a necessary upstream step before using them in CI as proposed in #3234, and will facilitate local testing as well. Once this PR is merged and the depends workflow has run, the R 4.2 and 4.3 images will be available for other PRs to use.

I suspect we don't want to keep building 4 versions forever, but we can wait until the new versions are working before turning off any old ones.

Review Time Estimate

Types of changes

Checklist:

mdietze commented 7 months ago

@infotroph despite pulling this in, there's still not R4.2 and R4.3 versions of pecan/depends at https://hub.docker.com/r/pecan/depends/tags

infotroph commented 7 months ago

@mdietze The build job that pushes to Docker Hub runs at midnight UTC daily -- looks like yesterday's run was just before this merged, but hopefully today's run should pick it up.