-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC] A proposed update to the Docker images ci_* tag pattern #66
base: main
Are you sure you want to change the base?
Conversation
This RFC proposes a new format to keep our Docker images used in CI, moving away from our current incremental numbering to a more meaningful format that contains a timestamp and the latest hash from the repository used to generate such images.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for sending this in, looks good and should go along nicely with the work in apache/tvm#10646
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @leandron this looks great!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a much better and more consistent format @leandron, could we also move to -
or _
everywhere when we roll this out? (not tlcpackstaging/ci_cpu
and tlcpack/ci-cpu
)
Other than that, I spotted a few typos 😿
@Mousius i support |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks for working on this!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@leandron Just nitpicked what looks like a typo. Please see my comment inline.
Otherwise Rationale and alternatives
makes sense to me and overall LGTM!
Co-authored-by: Christopher Sidebottom <[email protected]>
Just friendly note here, that as I'm not hearing opposition, I'll move into creating a a PR to update the documentation and reflect the changes proposed here where appropriate. |
@leandron, looking at Docker Hub (https://hub.docker.com/_/hello-world) it would appear the convention for image names is to use |
Sure. I’ll push an updated version with this and @gromero’s suggestion as well. |
@leandron should we merge this? I think the change has landed in Jenkinsfile now |
@leandron Hi. Are you still planing to change #66 (comment) ? |
) This gives us GoogleTest for apache#11202 and blocklint for apache#11200 but most importantly it makes use of the new and improved tags from @leandron in apache/tvm-rfcs#66 Closes apache#11202 Closes apache#11200
) This gives us GoogleTest for apache#11202 and blocklint for apache#11200 but most importantly it makes use of the new and improved tags from @leandron in apache/tvm-rfcs#66 Closes apache#11202 Closes apache#11200
Co-authored-by: Christopher Sidebottom <[email protected]>
badd25c
to
8170fd3
Compare
@Mousius I don't have any further comments on it. Are you ok with the current state of this RFC? If so, could you please approve the changes so I can merge it? Thanks! |
@gromero the above change is still pending as far as I can see? |
@Mousius hrm right. So we'll need @leandron to make the next move here. |
This RFC proposes a new format to keep our Docker images used in CI, moving away from our current incremental numbering to a more meaningful format that contains a timestamp and the latest hash from the repository used to generate such images.
cc @areusch @driazati @Mousius @konturn @junrushao1994 @masahi @gromero @mehrdadh @tqchen for visibility and reviews