eclipse-kanto / container-management

container-management
Other
6 stars 10 forks source link

Re-download cached container images #202

Closed dimitar-dimitrow closed 8 months ago

dimitar-dimitrow commented 1 year ago

The CM should be able to forcefully re-download an already locally cached container images. It should be further evaluated whether a single global setting is enough or per container creation setting is needed.

dimitar-dimitrow commented 8 months ago

Closing this issue, it somehow duplicates #225 . As forcefully deleting images upon container removal, means the they will be re-downloaded upon next container creation. Furthermore, there is an image_expiry configuration that could be set to a low value, which will trigger unused locally cached images to be removed in a short period of time.