Skip to content

Commit

Permalink
feat(doc): Update the release documentation and add docker image info
Browse files Browse the repository at this point in the history
Signed-off-by: leonrayang <[email protected]>
  • Loading branch information
leonrayang committed Jul 29, 2024
1 parent 2911125 commit 88f8265
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,10 @@ The project Maintainers own this decision.
- Source code archive types
- Source code(zip)
- Source code(tar.gz)

## Types of docker imsage
* Beta releases (`vX.Y.Z-beta.W`) are cut from their respective release branch,
` cubefs/cfs-server:vX.Y.Z-beta`.
* Official releases (`vX.Y.Z`) are cut from their respective release branch,
` cubefs/cfs-server:vX.Y.Z`.
* Download Addr: [link](https://hub.docker.com/r/cubefs/cfs-server/tags)

0 comments on commit 88f8265

Please sign in to comment.