Can i monitor if newer version of docker image is available

I have installed mk_docker.py, want to know if there is a new docker images. it’s possible?

I don’t think so as the script is not contacting any registry to check for updates of images.
For such a thing a watchtower container is better suited i think.
This you can setup to only check but not update automatically.

1 Like