libretime / icecast-docker

Icecast images based on Debian or Alpine, including Icecast beta versions.
GNU Affero General Public License v3.0
15 stars 10 forks source link

Consider removing date based tags #32

Closed jooola closed 1 year ago

jooola commented 1 year ago

Consider removing date based tags, and document how to pin a specific image using sha256sum.

This should simplify the amount of tags we push and propose to the public. If people don't want to use dynamic tags (except the date based tags, all the tags we provide are dynamic), they should probably pin the images using sha256sums.

So instead of ghcr.io/libretime/icecast:2.4.4-20220919, people would use ghcr.io/libretime/icecast:2.4.4@sha256:56e6f265675f07a80c4164f48b2ed6f3d371aed78a334c666dd2eda0d97afc5e.

This makes upgrading the images using renovate way simpler as well.

@paddatrapper What do you think about this ?

paddatrapper commented 1 year ago

Yeah, I think that is a good idea