databio / bulker

Manager for multi-container computing environments
https://bulker.io
BSD 2-Clause "Simplified" License
24 stars 2 forks source link

Auto-refresh imports #89

Open nsheff opened 1 year ago

nsheff commented 1 year ago

One challenge I have is when I update a crate, it doesn't automatically update all the crates that import the updated crate.

For example, databio/nsheff imports databio/sciquill. If I do bulker load databio/sciquill to upgrade it, then it will not also update the versions of the images for databio/nsheff; I would have to do, also, bulker load databio/nsheff --recurse -- with the extra recurse parameter to re-load the crates under it.

This works and everything but it's inconvenient.

Some ways to solve could be:

You can use bulker reload, but this is overkill since it does it to everything.