docker-crontab icon indicating copy to clipboard operation
docker-crontab copied to clipboard

Getting offered a new latest docker image each day

Open jalbstmeijer opened this issue 3 years ago • 4 comments

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.

jalbstmeijer avatar Dec 10 '21 11:12 jalbstmeijer

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?

willfarrell avatar Dec 10 '21 15:12 willfarrell

I'm collecting the local and remote image sha256 digests, to see if I'm running the latest image.

jalbstmeijer avatar Dec 10 '21 15:12 jalbstmeijer

Any idea if we can fix this?

jalbstmeijer avatar Jan 13 '22 15:01 jalbstmeijer