olbat / dockerfiles

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

Could you tag your docker image #79

Closed obeyler closed 1 year ago

obeyler commented 1 year ago

As put in production a latest image is always a bad practice, do you plan to tag the image on docker hub ?

olbat commented 1 year ago

Hey 👋 Sorry for the late answer.

Sure, the main idea was not to overload Docker Hub with tags as the images are generated daily. I had to change build to be weekly instead of daily anyway since GitLab CI last changes wrt. their open-source CI minutes credit policy. So now it doesn't matter so much, I'll start to tag the images with the yyyy-mm-dd format.

obeyler commented 1 year ago

May you juste have to tag only when you commit some change not daily

olbat commented 1 year ago

May you juste have to tag only when you commit some change not daily

The image tagging is for the packages that are being updated on the Debian packages registry, not for code changes.