Skip to content

Commit

Permalink
Update rfcs/0000-docker-image-tags.md
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Sidebottom <[email protected]>
  • Loading branch information
leandron and Mousius authored Apr 20, 2022
1 parent e88a2c1 commit f6904d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfcs/0000-docker-image-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In the current format used to identify our Docker images, it is impossible to li

# Guide-level explanation

For years we have been using a patern to version our CI Docker images, which is composed by v0.INCREMENTAL_NUMBER, e.g. tlcpack/ci_cpu:v0.80. Every time an image is updated, we bump the minor number, just as a way to release a new version.
For years we have been using a pattern to version our CI Docker images, which is composed by v0.INCREMENTAL_NUMBER, e.g. tlcpack/ci_cpu:v0.80. Every time an image is updated, we bump the minor number, just as a way to release a new version.

As the project is growing and given we recently have been improving the Docker images building process, it is time to consider using a more meaningful tagging scheme, so that it is easier to identify what is included in the images being used in our CI.

Expand Down

0 comments on commit f6904d6

Please sign in to comment.