Suggest installing image/warden updates #687
Replies: 1 comment 2 replies
-
I like this idea. For keeping the images themselves up-to-date, adding a Watchtower service container in monitor-only mode (or potentially make the mode configurable to allow auto-updating) would be the simple way to go. This should cover the service images (traefik, mailhog, etc.) as well as per-environment images (php, nginx, etc.). Having Warden notify on available updates would be interesting. Could be as simple as adding an |
Beta Was this translation helpful? Give feedback.
-
Hi,
Pretty often I see the picture when people not updating their images for months, which means they use outdated versions of software, where some bugs or security issues not fixed. Same thing with warden itself, people not frequently updating it.
I suggest add some functionality that will automatically check the updates and suggest when it's available. I think the most relevant place would be running
warden env up
.Examples:
warden env pull && warden env up
/warden svc pull && warden svc up
.On the other hand, we shouldn't force people to install updates, if they don't want to. So we should have an ability to disable this feature.
Also, I don't want to have some performance degradation all the time, so maybe we can use some file to check updates not earlier than once a month (or 2 weeks).
Beta Was this translation helpful? Give feedback.
All reactions