vegardit / docker-traefik-logrotate

Lightweight Docker image to be used in conjunction with a dockerized Traefik instance to rotate Traefik's access logs.
https://buymeacoffee.com/vegardit
Apache License 2.0
51 stars 5 forks source link

release with semver tag #10

Closed alexdelprete closed 2 years ago

alexdelprete commented 2 years ago

Hi,

first of all thanks for this, it's really helpful. :)

Wanted to ask if you could please create a release version with semver tagging, I'm using WUD and without the semver tag this container gets an update notification very often because the digest changes using tag latest.

Thanks in advance. :)

sebthom commented 2 years ago

Hi, I don't see how semver will help you. The image is rebuild regular to include potentially new security updates of the underlying system libraries. If you don't want to update your container that often you couldn't try to configure WUD to only check for image updates every X-days.

alexdelprete commented 2 years ago

I don't see how semver will help you

semver helps because a user can decide to update only on major releases, etc.

If you don't want to update your container that often you couldn't try to configure WUD to only check for image updates every X-days

can't do it on a single container, you can configure it only for docker instance.

anyway, no problem, if you don't feel the need to apply versions I will simply disable update checking.

Thanks anyway for replying.