Any need to prune unused images ?
Solved
App Packaging & Development
-
As I blunder my way through building custom apps, I'm inevitably doing lots of trial and error.
Build --> install --> stop app --> uninstall app
Although the repo name stays the same, I'm using different tags for build.
Should I be doing something likedocker image prune
via cloudron CLI ? Or is that taken care of through the app uninstall process ? -
@timconsidine yes, old images are removed in the update/uninstall logic. Here and here . Same for restore code as well (when you restore the app to a different version that uses a different docker image).