With DSM 7.2 and container manager I've moved the containers I managed with docker-compose to "Projects" on Container Manager.
I had not used the Synology Docker app on previous versions, so I'm not sure if the behavior below was already as it is now or not.
On the "image" tab, it shows a note if an image tagged as latest has a newer version available. However this seems to only happen for the images from the base "registry" which I'm assuming is docker hub.
On the screenshot below the fail2ban and jellyfin images from the lscr.io registry had updates but were not showing, and after updating over ssh (docker-compose pull) and recreating the containers the older images who had not been removed did not appear on the list either, so I had to remove them over ssh also (docker image prune -f)
I had not used the Synology Docker app on previous versions, so I'm not sure if the behavior below was already as it is now or not.
On the "image" tab, it shows a note if an image tagged as latest has a newer version available. However this seems to only happen for the images from the base "registry" which I'm assuming is docker hub.
On the screenshot below the fail2ban and jellyfin images from the lscr.io registry had updates but were not showing, and after updating over ssh (docker-compose pull) and recreating the containers the older images who had not been removed did not appear on the list either, so I had to remove them over ssh also (docker image prune -f)