docker-crontab
docker-crontab copied to clipboard
Getting offered a new latest docker image each day
For a while now I have a script running that checks on my Docker host if there is any updated image waiting to be pulled. This works fine for all docker images I use, a regularly get notified that there is a new image to roll out.
This is how I noticed your image tagged latest seems to be updated daily. Even though OS updates could justify such image update, I cant image there are actual changes each day.
This was a feature someone requested, for those that like living on the edge. I agree, I wouldn't expect there to be daily changes. The checksum should only change for the latest tag if there are actual changes. Are you triggering on checksum change?
I'm collecting the local and remote image sha256 digests, to see if I'm running the latest image.
Any idea if we can fix this?