I’m looking for a tool/dashboard which could enumerate all my Docker images and tell me if there is a new version of each of them.
I just wanna know about the new version so I can update manually, no autoupdates (I need to test the new image first).
Does something like that exist?
You must log in or register to comment.
Whatsupdocker is great for these. You can configure it from docker compose labels and set regex for version matching which is very usefull, you can also use mqtt and ntfy to have notifications in homeassistant and on your computers or phone.
/u/louislamlam - could be a nice feature to add to Dockge.
whats-up-docker with web-ui + notifies …