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?

  • Spuxilet@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    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.