fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
983 stars 32 forks source link

Feature Request: Update History Tracking #312

Open ados8 opened 1 year ago

ados8 commented 1 year ago

I wasn't able to find this feature request. Is it possible to implement a history feature for both automatic and manually updated dockers. This would be incredibly useful should you find issues with your dockers and want to know which update to roll back to.

Currently the method of which I use is manual and clunky. Important dockers are set with image tags and a label for the previous image. They are updated manually and should there be any issues I have the docker label to reference which image to go back to. Having a system to track this would be super helpful and work well for auto updates.

Thanks for the amazing work put into this project.

fmartinou commented 11 months ago

Hi,

That would be a great improvement; I agree 👍

It will also be a big change and it will involve design thinking and a lot of refactoring. For example; it may cause the add of a "real" Database to allow storing this history, etc.

=> I'll put it on my todo list

ados8 commented 11 months ago

Thanks for the fast response. Fully understand that adding a database will be a lot of work. Where possible maybe SQL light with no external database support to try and minimise complexity.