willfarrell / docker-autoheal

Monitor and restart unhealthy docker containers.
MIT License
1.31k stars 225 forks source link

Why there is a new "latest" docker image tag create 16h ago if the latest github tag if from 2021? #136

Open ghevge opened 3 months ago

ghevge commented 3 months ago

Why there is a new "latest" docker image tag create 16h ago if the latest github tag if from 2021?

https://hub.docker.com/r/willfarrell/autoheal/tags

positiveque commented 3 months ago

The docker image with the tag "latest" is built daily. https://github.com/willfarrell/docker-autoheal/blob/main/README.md#supported-tags-and-dockerfile-links

ghevge commented 3 months ago

This behavior is misleading IMO. It should be built only if there is new code added to the repo. From what I can see, the last commit was 4+ month ago. If you want a daily build, call it nightly or daily. It will be much more descriptive.

https://vsupalov.com/docker-latest-tag/

ghevge commented 3 months ago

FYI for the majority of cases in docker hub, "latest" tag is the same with the latest released tag. In my case, this is the very first time I'm seeing "latest" tag being a daily build. That is why I've asked the question in the first place.