olbat / dockerfiles

A collection of Dockerfiles
https://hub.docker.com/u/olbat/
GNU General Public License v3.0
134 stars 73 forks source link

Daily update of image? #68

Closed gvdhoven closed 2 years ago

gvdhoven commented 2 years ago

I am using watchtower in order to keep my images updated. Can it be that every night a new image is pushed even if nothing has changed?

olbat commented 2 years ago

I'm not sure to understand the issue here. Yes the images are being updated daily. What problem do you have? And with which image?

gvdhoven commented 2 years ago

Sorry for not being clear; i am referring to the cupsd image. The last change was 19 days ago (readme file) and the dockerfile was even changed 3 months ago; yet on a daily basis my Watchtower docker monitor downloads the new image and restarts the container where this should not be needed if there are no changes, right?

olbat commented 2 years ago

The link to the pipeline in the README file is not accurate anymore (I'll remove it). The image is now built from GitLab CI and everything looks to be going fine. You can also see that the image has been updated recently on DockerHub.

So yeah, it is indeed updated daily. I don't know Watchtower but it looks like it's just doing the right thing here.