You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Incus expires remote images after a while, but there is no equivalent mechanism for local images.
I build my own images locally, occasionally. The latest image for each release gets an alias, taking it away from the previous image. It would be nice if there was a way to expire out the old images automatically. At the moment I have to do that manually.
The text was updated successfully, but these errors were encountered:
We do have the concept of an image expiry that you can set through incus publish --expire DATE but that's something you set at image creation time and more meant to indicate an end of support than when the image should be auto-deleted.
In general I don't want us to try to be too smart about deleting images that didn't come from an external source as that could lead to straight up data loss.
How are your images generated? Are you using incus publish? If so, we could add a --delete flag which when combined with --reuse would delete the previous image for you.
Incus expires remote images after a while, but there is no equivalent mechanism for local images.
I build my own images locally, occasionally. The latest image for each release gets an alias, taking it away from the previous image. It would be nice if there was a way to expire out the old images automatically. At the moment I have to do that manually.
The text was updated successfully, but these errors were encountered: