mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
ci: explain purpose of the word after the date in image tags
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27379>
This commit is contained in:
parent
b6d70eb099
commit
98197e15cc
1 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
|||
# Keep the tags below under 20 chars each, as they end up combined into
|
||||
# docker image tags, and docker has a length limit of 128 chars total in tags.
|
||||
#
|
||||
# The word after the date doesn't need to be overly descriptive, it exists
|
||||
# purely to avoid the risk of two people updating an image tag on the same day
|
||||
# while working on different changes, so it doesn't matter whether that word
|
||||
# will make sense to someone else. Aim for "nobody else will pick that word
|
||||
# for their change".
|
||||
#
|
||||
# If you update a tag and you get an error like this:
|
||||
# cannot parse input: "$image:$tag": invalid reference format
|
||||
# check the length of $tag; if it's > 128 chars you need to shorten your tag.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue